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

Bump io.milvus:milvus-sdk-java from 2.4.4 to 2.5.2 in /modules/milvus #9656

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps io.milvus:milvus-sdk-java from 2.4.4 to 2.5.2.

Release notes

Sourced from io.milvus:milvus-sdk-java's releases.

milvus-sdk-java-2.5.2

Release date: 2024-12-11

Compatible with Milvus v2.5.x

Improvement

  • Split milvus Java SDK to two packages to reduce dependency complexity

Bug

  • Fix a bug of listPrivilegeGroups

Note

From v2.5.2, milvus Java SDK is split into two packages: milvus-sdk-java and milvus-sdk-java-bulkwriter, because BulkWriter requires quite a lot of dependencies. If you don't need BulkWriter tool, you can ignore the milvus-sdk-java-bulkwriter package. To use BulkWriter, import milvus-sdk-java-bulkwriter to your project.

<dependency>
    <groupId>io.milvus</groupId>
    <artifactId>milvus-sdk-java</artifactId>
    <version>2.5.2</version>
</dependency>
<dependency>
    <groupId>io.milvus</groupId>
    <artifactId>milvus-sdk-java-bulkwriter</artifactId>
    <version>2.5.2</version>
</dependency>

milvus-sdk-java-2.5.1

Release date: 2024-12-04

Compatible with Milvus v2.5.x

Improvement

  • Support upsert items with auto-id primary key

Bug

  • Critical: Fix a bug that dynamic values are skipped with enableDynamicField is true

milvus-sdk-java-2.5.0

Release date: 2024-11-26

Compatible with Milvus v2.5.x

Feature

  • BulkWriter supports JSON/CSV format
  • Support doc-in-doc-out function(embedded BM25 in server-side) (only for MilvusClientV2)
  • Support varchar analyzer (tokenizer in server-side) (only for MilvusClientV2)
  • Support nullable and default value (both V1 and V2)
  • Support expression template (only for MilvusClientV2)

... (truncated)

Changelog

Sourced from io.milvus:milvus-sdk-java's changelog.

milvus-sdk-java 2.5.2 (2024-12-11)

Improvement

  • Split milvus Java SDK to two packages to reduce dependency complexity

Bug

  • Fix a bug of listPrivilegeGroups

milvus-sdk-java 2.5.1 (2024-12-04)

Improvement

  • Support upsert items with auto-id primary key

Bug

  • Critical: Fix a bug that dynamic values are skipped with enableDynamicField is true

milvus-sdk-java 2.5.0 (2024-11-26)

Feature

  • BulkWriter supports JSON/CSV format
  • Add new RBAC interfaces grantPrivilegeV2/revokePrivilegeV2
  • Support doc-in-doc-out function(embedded BM25 in server-side)
  • Support varchar analyzer (tokenizer in server-side)
  • Support nullable and default value
  • Support expression template

Improvement

  • QueryIterator/SearchIterator supports mvcc
  • ClientPool throws exception if fail to create/get clients

milvus-sdk-java 2.4.9 (2024-11-26)

Feature

  • BulkWriter supports JSON format
  • Add new RBAC interfaces grantPrivilegeV2/revokePrivilegeV2

Improvement

  • ClientPool throws exception if fail to create/get clients

milvus-sdk-java 2.4.8 (2024-10-31)

Improvement

  • Fix a conflict bug with Gson v2.11.0
  • Support group by for hybrid search

Bug

  • Fix a dimension check error for binary vector
  • Fix a null pointer bug for query iterator

milvus-sdk-java 2.4.7 (2024-10-25)

Improvement

  • Support setting properties for V2 CreateCollectionReq

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [io.milvus:milvus-sdk-java](https://github.com/milvus-io/milvus-sdk-java) from 2.4.4 to 2.5.2.
- [Release notes](https://github.com/milvus-io/milvus-sdk-java/releases)
- [Changelog](https://github.com/milvus-io/milvus-sdk-java/blob/master/CHANGELOG.md)
- [Commits](milvus-io/milvus-sdk-java@v2.4.4...v2.5.2)

---
updated-dependencies:
- dependency-name: io.milvus:milvus-sdk-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner December 16, 2024 22:46
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code modules/milvus
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants