-
Notifications
You must be signed in to change notification settings - Fork 195
Prepare for v2.6.11 #1734
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
Prepare for v2.6.11 #1734
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: yhmo The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
WalkthroughThis PR bumps the SDK version from 2.6.10 to 2.6.11 across project metadata (pom.xml and examples/pom.xml) and README dependency snippets, adds a new CHANGELOG entry for 2.6.11 (four improvements, four bug fixes), updates Milvus Docker image tags from v2.6.6 to v2.6.7 in docker-compose.yml and test utilities, advances the milvus-proto submodule pointer, and increases a test workload in MilvusClientDockerTest (per-thread requests from 1000 to 10000). No public API signatures or exported declarations were changed. Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (8)
✅ Files skipped from review due to trivial changes (2)
🚧 Files skipped from review as they are similar to previous changes (2)
🧰 Additional context used🪛 markdownlint-cli2 (0.18.1)README.md41-41: Unordered list indentation (MD007, ul-indent) 43-43: Code block style (MD046, code-block-style) 47-47: Unordered list indentation (MD007, ul-indent) 49-49: Code block style (MD046, code-block-style) 66-66: Unordered list indentation (MD007, ul-indent) 68-68: Code block style (MD046, code-block-style) 72-72: Unordered list indentation (MD007, ul-indent) 74-74: Code block style (MD046, code-block-style) ⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
🔇 Additional comments (4)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ast-grep (0.40.3)sdk-core/src/test/java/io/milvus/client/MilvusClientDockerTest.javaComment |
Signed-off-by: yhmo <[email protected]>
These fixes adjust client-side validation/metadata and timeouts; they do not modify persisted records or on-disk formats.