Skip to content
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

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.minio:minio 8.5.15 -> 8.5.16 age adoption passing confidence

Release Notes

minio/minio-java (io.minio:minio)

v8.5.16: Bugfix Release

Compare 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Summary by Sourcery

增强功能:

  • 将 Minio Java 客户端库从 8.5.15 升级到 8.5.16。
Original summary in English

Summary by Sourcery

Enhancements:

  • Upgrade the Minio Java client library from 8.5.15 to 8.5.16.

Copy link

sourcery-ai bot commented Jan 16, 2025

审阅者指南 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 字段"
Loading

文件级变更

变更 详情 文件
更新 io.minio:minio 依赖
  • 将 io.minio:minio 的版本从 8.5.15 更改为 8.5.16
gradle/libs.versions.toml

提示和命令

与 Sourcery 交互

  • 触发新的审阅: 在拉取请求中评论 @sourcery-ai review
  • 继续讨论: 直接回复 Sourcery 的审阅评论。
  • 从审阅评论生成 GitHub 问题: 通过回复评论,要求 Sourcery 从审阅评论创建问题。
  • 生成拉取请求标题: 在拉取请求标题的任何位置写 @sourcery-ai 以随时生成标题。
  • 生成拉取请求摘要: 在拉取请求正文的任何位置写 @sourcery-ai summary 以随时生成 PR 摘要。您还可以使用此命令指定摘要的插入位置。

自定义您的体验

访问您的仪表板以:

  • 启用或禁用审阅功能,如 Sourcery 生成的拉取请求摘要、审阅者指南等。
  • 更改审阅语言。
  • 添加、删除或编辑自定义审阅说明。
  • 调整其他审阅设置。

获取帮助

Original review guide in English

Reviewer's Guide by Sourcery

This 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 changes

classDiagram
    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"
Loading

File-Level Changes

Change Details Files
Updated the io.minio:minio dependency
  • Changed the version of io.minio:minio from 8.5.15 to 8.5.16
gradle/libs.versions.toml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a 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!

@codecov-commenter
Copy link

codecov-commenter commented Jan 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.18%. Comparing base (8901d79) to head (1cbf671).

✅ 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.
📢 Have feedback on the report? Share it here.

@livk-cloud livk-cloud added this to the 1.4.2 milestone Jan 16, 2025
@livk-cloud livk-cloud merged commit e86a39a into main Jan 16, 2025
16 checks passed
@livk-cloud livk-cloud deleted the renovate/minio branch January 16, 2025 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants