-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency io.minio:minio to v8.5.16 #549
Conversation
审阅者指南 by Sourcery此 PR 将 io.minio:minio 依赖从版本 8.5.15 更新到 8.5.16。此更新包括几个错误修复和新功能,例如在 ObjectWriteResponse 中返回校验和、在 getServerInfo API 中添加缺失的字段、在 HTTP 客户端回调中优雅地处理异常、更新 AndOperator、Expiration 和 RuleFilter 中缺失的 XML 字段,以及处理 io.minio.messages.Item.lastModified() 方法中的空值。 显示更新的 MinIO 类及其变更的类图classDiagram
class ObjectWriteResponse {
+getChecksums() Map~String, String~
}
note for ObjectWriteResponse "添加校验和支持"
class MinioAdminClient {
+getServerInfo() ServerInfo
}
note for MinioAdminClient "添加缺失字段"
class Item {
+lastModified() ZonedDateTime
}
note for Item "添加空值处理"
class AndOperator {
+XMLFields Map~String, String~
}
class Expiration {
+XMLFields Map~String, String~
}
class RuleFilter {
+XMLFields Map~String, String~
}
note for RuleFilter "更新 XML 字段"
文件级变更
提示和命令与 Sourcery 交互
自定义您的体验访问您的仪表板以:
获取帮助Original review guide in EnglishReviewer's Guide by SourceryThis PR updates the io.minio:minio dependency from version 8.5.15 to 8.5.16. This update includes several bug fixes and new features, such as returning checksums in ObjectWriteResponse, adding missing fields to the getServerInfo API, gracefully handling exceptions in the HTTP client callback, updating missing XML fields in AndOperator, Expiration, and RuleFilter, and handling null values in the io.minio.messages.Item.lastModified() method. Class diagram showing updated MinIO classes and their changesclassDiagram
class ObjectWriteResponse {
+getChecksums() Map~String, String~
}
note for ObjectWriteResponse "Added checksums support"
class MinioAdminClient {
+getServerInfo() ServerInfo
}
note for MinioAdminClient "Added missing fields"
class Item {
+lastModified() ZonedDateTime
}
note for Item "Added null handling"
class AndOperator {
+XMLFields Map~String, String~
}
class Expiration {
+XMLFields Map~String, String~
}
class RuleFilter {
+XMLFields Map~String, String~
}
note for RuleFilter "Updated XML fields"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我们跳过了对这个拉取请求的审查。看起来这是由机器人创建的(嘿,renovate[bot]!)。我们假设它知道自己在做什么!
Original comment in English
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #549 +/- ##
============================================
- Coverage 59.22% 59.18% -0.04%
+ Complexity 1232 1231 -1
============================================
Files 430 430
Lines 5104 5104
Branches 360 360
============================================
- Hits 3023 3021 -2
- Misses 1859 1862 +3
+ Partials 222 221 -1 ☔ View full report in Codecov by Sentry. |
This PR contains the following updates:
8.5.15
->8.5.16
Release Notes
minio/minio-java (io.minio:minio)
v8.5.16
: Bugfix ReleaseCompare Source
What's Changed
New Contributors
Full Changelog: minio/minio-java@8.5.15...8.5.16
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
Summary by Sourcery
增强功能:
Original summary in English
Summary by Sourcery
Enhancements: