Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2025

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

Release notes

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

milvus-sdk-java-2.6.10

Release date: 2025-12-01

Compatible with Milvus v2.6.x

Breaking Change

  • Rename "Stage" to "Volume" for BulkWriter

Bug

  • Fix a bug that FunctionType.TextEmbedding is not correctly converted for describeCollection()

milvus-sdk-java-2.6.9

Release date: 2025-11-28

Compatible with Milvus v2.6.x

Improvement

  • Add timezone parameter for query/search/QueryIterator/SearchIterator
  • Add filterTemplate for QueryIterator/SearchIterator
  • Add GetCompactionPlans interface
  • Avoid frequent calls of getFlushState() in the flush() loop

Bug

  • Add missed parameter "timestamp" for describeIndex()
  • Fix a struct filed bug that fail to insert if two struct fields have the same name subfield

milvus-sdk-java-2.6.8

Release date: 2025-11-21

Compatible with Milvus v2.6.x

Improvement

  • Adding exception handling on connection for MilvusClientV2
  • BulkWriter supports Struct/Geometry field
  • Add db_name parameter for listImportJobs()

Bug

  • Fix an OutOfBound bug for SearchIteratorV2

milvus-sdk-java-2.6.7

Release date: 2025-11-03

Compatible with Milvus v2.6.x

Improvement

  • Remove Lombok dependency

milvus-sdk-java-2.6.6

Release date: 2025-10-17

... (truncated)

Changelog

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

milvus-sdk-java 2.6.10 (2025-12-01)

Breaking Change

  • Rename "Stage" to "Volume" for BulkWriter

Bug

  • Fix a bug that FunctionType.TextEmbedding is not correctly converted for describeCollection()

milvus-sdk-java 2.5.15 (2025-12-01)

Breaking Change

  • Rename "Stage" to "Volume" for BulkWriter

milvus-sdk-java 2.6.9 (2025-11-28)

Improvement

  • Add timezone parameter for query/search/QueryIterator/SearchIterator
  • Add filterTemplate for QueryIterator/SearchIterator
  • Add GetCompactionPlans interface
  • Avoid frequent calls of getFlushState() in the flush() loop

Bug

  • Add missed parameter "timestamp" for describeIndex()
  • Fix a struct filed bug that fail to insert if two struct fields have the same name subfield

milvus-sdk-java 2.6.8 (2025-11-21)

Improvement

  • Adding exception handling on connection for MilvusClientV2
  • BulkWriter supports Struct/Geometry field
  • Add db_name parameter for listImportJobs()

Bug

  • Fox a OutOfBound bug for SearchIteratorV2

milvus-sdk-java 2.6.7 (2025-11-03)

Improvement

  • Remove Lombok dependency

milvus-sdk-java 2.6.6 (2025-10-17)

Feature

  • Support NGRAM index
  • Support BoostRanker

Improvement

  • Support new metric types MAX_SIM_COSINE/MAX_SIM_IP/MAX_SIM_L2/MAX_SIM_JACCARD/MAX_SIM_HAMMING for vector fields inside Struct field
  • Delete index type EMB_LIST_HNSW due to design change of server-side, use normal index types for vector fields inside Struct field

Bug

  • Fix a critical bug that partial upsert override field value to null
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 Dec 2, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 2, 2025 02:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 2, 2025
@eddumelendez
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/gradle/modules/milvus/io.milvus-milvus-sdk-java-2.6.10 branch from 56a0f43 to b5c75a1 Compare December 5, 2025 17:16
@eddumelendez
Copy link
Member

@dependabot rebase

Bumps [io.milvus:milvus-sdk-java](https://github.com/milvus-io/milvus-sdk-java) from 2.6.5 to 2.6.10.
- [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.5...v2.6.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/modules/milvus/io.milvus-milvus-sdk-java-2.6.10 branch from b5c75a1 to 5f11ab7 Compare December 10, 2025 20:41
@eddumelendez eddumelendez merged commit b6a1f28 into main Dec 15, 2025
102 checks passed
@eddumelendez eddumelendez deleted the dependabot/gradle/modules/milvus/io.milvus-milvus-sdk-java-2.6.10 branch December 15, 2025 19:25
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.

2 participants