-
Notifications
You must be signed in to change notification settings - Fork 103
Update version for the next release (v0.30.0) #708
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
Conversation
WalkthroughVersion strings were updated from 0.29.1 to 0.30.0 across documentation snippets and Cargo manifests, including the main crate and the macro subcrate, plus the internal dependency reference. No logic or API changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ 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). (1)
Tip 👮 Agentic pre-merge checks are now available in preview!Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.
Please see the documentation for more information. Example: reviews:
pre_merge_checks:
custom_checks:
- name: "Undocumented Breaking Changes"
mode: "warning"
instructions: |
Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).Please share your feedback with us on this Discord post. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
curquiza
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors merge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
Cargo.toml (1)
25-25: Internal macro dependency aligned to 0.30.0: OK.Path + version are consistent; publish macro first, then the main crate to avoid resolution issues.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (5)
.code-samples.meilisearch.yaml(1 hunks)Cargo.toml(2 hunks)README.md(1 hunks)README.tpl(1 hunks)meilisearch-index-setting-macro/Cargo.toml(1 hunks)
⏰ 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). (1)
- GitHub Check: integration-tests
🔇 Additional comments (6)
meilisearch-index-setting-macro/Cargo.toml (1)
3-3: Version bump looks good.Matches the workspace update to 0.30.0.
README.md (1)
57-57: Update SDK version in docs: OK.Snippet reflects 0.30.0.
Cargo.toml (2)
3-3: Crate version bumped to 0.30.0: OK.No other metadata changes; fine for a release bump.
3-3: Resolved — no lingering "0.29.1"rg returned zero matches for '0.29.1'; '0.30.0' appears in README.tpl, README.md, Cargo.toml, and meilisearch-index-setting-macro/Cargo.toml.
README.tpl (1)
57-57: Template version update: OK.Ensures future README generations stay at 0.30.0.
.code-samples.meilisearch.yaml (1)
1063-1063: Docs sample dependency bumped: OK.Rust getting-started sample now points to 0.30.0.
704: Add queryVector to search responses and support index renaming r=curquiza a=kumarUjjawal # Pull Request Add `queryVector` to search responses and support index renaming. ## Related issue Fixes #703 ## What does this PR do? As discussed in the open issue we wanted to update the SDK such that when search requests include the `retrieveVectors` parameters, API responses include a `queryVector` field. ## PR checklist Please check if your PR fulfills the following requirements: - [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - New Features - Rename an index via update (set a new UID). - Optional rename behavior when swapping indexes. - Search results can include the query vector when requested. - Documentation - Added REST example demonstrating index rename via PATCH. - Breaking Changes - Public query-return types now include lifetimes; integrators may need small code updates. <!-- end of auto-generated comment: release notes by coderabbit.ai --> 708: Update version for the next release (v0.30.0) r=curquiza a=meili-bot _This PR is auto-generated._ The automated script updates the version of meilisearch-rust to a new version: "v0.30.0" <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - New Version - Package version bumped to 0.30.0. - Chores - Updated internal dependency to align with 0.30.0 release. - Documentation - Updated README and templates to reference meilisearch-sdk 0.30.0. - Refreshed code samples/config snippets to use the new dependency version. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: Kumar Ujjawal <[email protected]> Co-authored-by: Clémentine <[email protected]> Co-authored-by: meili-bot <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #708 +/- ##
==========================================
- Coverage 85.69% 85.63% -0.07%
==========================================
Files 19 19
Lines 5853 5853
==========================================
- Hits 5016 5012 -4
- Misses 837 841 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
This PR was included in a batch that successfully built, but then failed to merge into main. It will not be retried. Additional information: {"message":"Changes must be made through a pull request.","documentation_url":"https://docs.github.com/articles/about-protected-branches","status":"422"} |
This PR is auto-generated.
The automated script updates the version of meilisearch-rust to a new version: "v0.30.0"
Summary by CodeRabbit
New Version
Chores
Documentation