Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

Bumps io.milvus:milvus-sdk-java from 2.6.3 to 2.6.5.

Release notes

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

milvus-sdk-java-2.6.5

Release date: 2025-09-30

Compatible with Milvus v2.6.x

Feature

  • Support Struct type field
  • Support Timestamptz type field
  • Support Goemetry type field
  • Add MilvusClientV2.updateReplicateConfiguration() for new CDC server

Improvement

  • Add parameter "databaseName" for the following requests: GetCollectionStatsReq, GetLoadStateReq, HasCollectionReq, ListCollectionsReq, ReleaseCollectionReq, RenameCollectionReq, DropIndexReq, ListIndexesReq, CreatePartitionReq, DropPartitionReq, GetPartitinStatsReq, HasPartitionReq, ListPartitionsReq, LoadPartitionsReq, ReleasePartitionsReq, CompactReq, FlushReq, GetPErsistentSegmentInfoReq, GetQuerySegmentInfoReq,
  • Increase ClientPool default value of maxTotal from 50 to 1000, maxTotalPerKey from 10 to 50, maxIdlePerKey from 5 to 10

Bug

  • Fix a bug of delete() that databaseName of DeleteReq doesn't work

milvus-sdk-java-2.6.4

Release date: 2025-09-17

Compatible with Milvus v2.6.x

Feature

  • Support MINHASH_LSH/IVF_RABITQ index type
  • Support MHJACCARD metric type
  • Support passing request-id and unixmsec to the server for MilvusClientV2
  • Support batchDescribeCollection() interface for MilvusClientV2
  • Support FunctionScore, multi-reranker for search/hybridSearch of MilvusClientV2
  • MilvusClientPool supports different ConnectConfig for different keys

Improvement

  • Return shards number of each collection for MilvusClientV2.listCollections()

Bug

  • Fix a defect of MilvusClientV2.query() that always requires an empty filter expression
  • Fix a bug of QueryIterator that offset value cannot exceed 16384
Changelog

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

milvus-sdk-java 2.6.5 (2025-09-30)

Feature

  • Support Struct type field
  • Support Timestamptz type field
  • Support Goemetry type field
  • Add MilvusClientV2.updateReplicateConfiguration() for new CDC server

Improvement

  • Add parameter "databaseName" for the following requests: GetCollectionStatsReq, GetLoadStateReq, HasCollectionReq, ListCollectionsReq, ReleaseCollectionReq, RenameCollectionReq, DropIndexReq, ListIndexesReq, CreatePartitionReq, DropPartitionReq, GetPartitinStatsReq, HasPartitionReq, ListPartitionsReq, LoadPartitionsReq, ReleasePartitionsReq, CompactReq, FlushReq, GetPErsistentSegmentInfoReq, GetQuerySegmentInfoReq,
  • Increase ClientPool default value of maxTotal from 50 to 1000, maxTotalPerKey from 10 to 50, maxIdlePerKey from 5 to 10

Bug

  • Fix a bug of delete() that databaseName of DeleteReq doesn't work

milvus-sdk-java 2.5.14 (2025-09-30)

Improvement

  • Add parameter "databaseName" for the following requests: GetCollectionStatsReq, GetLoadStateReq, HasCollectionReq, ListCollectionsReq, ReleaseCollectionReq, RenameCollectionReq, DropIndexReq, ListIndexesReq, CreatePartitionReq, DropPartitionReq, GetPartitinStatsReq, HasPartitionReq, ListPartitionsReq, LoadPartitionsReq, ReleasePartitionsReq, CompactReq, FlushReq, GetPErsistentSegmentInfoReq, GetQuerySegmentInfoReq,
  • Increase ClientPool default value of maxTotal from 50 to 1000, maxTotalPerKey from 10 to 50, maxIdlePerKey from 5 to 10

Bug

  • Fix a bug of delete() that databaseName of DeleteReq doesn't work

milvus-sdk-java 2.6.4 (2025-09-17)

Feature

  • Support MINHASH_LSH/IVF_RABITQ index type
  • Support MHJACCARD metric type
  • Support passing request-id and unixmsec to server for MilvusClientV2
  • Support batchDescribeCollection() interface for MilvusClientV2
  • Support FunctionScore, multi-reranker for search/hybridSearch of MilvusClientV2
  • MilvusClientPool supports different ConnectConfig for different key

Improvement

  • Return shards number of each collection for MilvusClientV2.listCollections()

Bug

  • Fix a defect of MilvusClientV2.query() that always requires an empty filter expression
  • Fix a bug of QueryIterator that offset value cannot exceed 16384

milvus-sdk-java 2.5.13 (2025-09-17)

Feature

  • Support passing request-id and unixmsec to server for MilvusClientV2
  • MilvusClientPool supports different ConnectConfig for different key

Bug

  • Fix a defect of MilvusClientV2.query() that always requires an empty filter expression
  • Fix a bug of QueryIterator that offset value cannot exceed 16384
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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 1, 2025 22:52
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 1, 2025
Bumps [io.milvus:milvus-sdk-java](https://github.com/milvus-io/milvus-sdk-java) from 2.6.3 to 2.6.5.
- [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.6.3...v2.6.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/modules/milvus/io.milvus-milvus-sdk-java-2.6.5 branch from 7f73565 to 44be82f Compare October 2, 2025 19:41
@eddumelendez eddumelendez merged commit 34dc843 into main Oct 6, 2025
101 checks passed
@eddumelendez eddumelendez deleted the dependabot/gradle/modules/milvus/io.milvus-milvus-sdk-java-2.6.5 branch October 6, 2025 20:47
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.

1 participant