testcontainers-java icon indicating copy to clipboard operation
testcontainers-java copied to clipboard

Bump io.milvus:milvus-sdk-java from 2.6.5 to 2.6.10 in /modules/milvus

Open dependabot[bot] opened this issue 1 week ago • 2 comments

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[bot] avatar Dec 02 '25 02:12 dependabot[bot]