testcontainers-java
testcontainers-java copied to clipboard
Bump io.milvus:milvus-sdk-java from 2.6.5 to 2.6.10 in /modules/milvus
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
42d66b8Prepare for v2.6.10 (#1703)da2748eBreaking change: Rename Stage to Volume (#1701)ca6112fFix a bug that FunctionType.TextEmbedding is not correctly converted (#1699)cde11d4Prepare for v2.6.9 (#1698)d2cc490Fix struct filed bug that fail to insert if two struct fields have the (#1696)f616e88Add GetCompactionPlans interface, fix some small issues (#1693)34bda98Add timezone/filterTemplate for QueryIterator/SearchIterator (#1692)c3d162fAdd timezone parameter for query/search (#1689)affe31cPrepare for v2.6.8 (#1686)93feb6fAdd db_name parameter for listImportJobs() (#1685)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)