fix(deps): update rust crate meilisearch-sdk to 0.31.0 #159

Open
renovate-bot wants to merge 1 commit from renovate/meilisearch-sdk-0.x into master
Member

This PR contains the following updates:

Package Type Update Change
meilisearch-sdk dependencies minor 0.27.0 -> 0.31.0

Release Notes

meilisearch/meilisearch-sdk (meilisearch-sdk)

v0.31.0: 🦀

Compare Source

🚀 Enhancements

⚙️ Maintenance/misc

Thanks again to @​LukasKalbertodt, @​curquiza, @​dependabot[bot], @​kumarUjjawal, and dependabot[bot]! 🎉

v0.30.0: 🦀

Compare Source

🚀 Enhancements

⚙️ Maintenance/misc

Thanks again to @​Mubelotix, @​curquiza, @​ea935, @​kumarUjjawal, and @​paolobarbolini! 🎉

v0.29.1: 🦀

Compare Source

Same as v0.29.0 but to make the release CI work

v0.28.0: 🕊️

Compare Source

This version introduces features released on Meilisearch v1.13.0 🎉

New

🚀 Enhancements

⚙️ Maintenance/misc

Thanks again to @​CommanderStorm, @​LukasKalbertodt, @​Strift, @​dureuill, @​ellnix, and @​necocen! 🎉


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [meilisearch-sdk](https://github.com/meilisearch/meilisearch-sdk) | dependencies | minor | `0.27.0` -> `0.31.0` | --- ### Release Notes <details> <summary>meilisearch/meilisearch-sdk (meilisearch-sdk)</summary> ### [`v0.31.0`](https://github.com/meilisearch/meilisearch-rust/releases/tag/v0.31.0): 🦀 [Compare Source](https://github.com/meilisearch/meilisearch-sdk/compare/v0.30.0...v0.31.0) #### 🚀 Enhancements - Add support for sorting on the documents API ([#&#8203;711](https://github.com/meilisearch/meilisearch-sdk/issues/711)) [@&#8203;kumarUjjawal](https://github.com/kumarUjjawal) - Add sharding support for Network methods ([#&#8203;709](https://github.com/meilisearch/meilisearch-sdk/issues/709)) [@&#8203;kumarUjjawal](https://github.com/kumarUjjawal) - Add support for webhook API ([#&#8203;719](https://github.com/meilisearch/meilisearch-sdk/issues/719)) [@&#8203;kumarUjjawal](https://github.com/kumarUjjawal) - Add batchStrategy field to batches ([#&#8203;722](https://github.com/meilisearch/meilisearch-sdk/issues/722)) [@&#8203;kumarUjjawal](https://github.com/kumarUjjawal) - Let users chose what crypto backend of jsonwebtoken to use ([#&#8203;729](https://github.com/meilisearch/meilisearch-sdk/issues/729)) [@&#8203;LukasKalbertodt](https://github.com/LukasKalbertodt) - Add method to get documents by ID ([#&#8203;724](https://github.com/meilisearch/meilisearch-sdk/issues/724)) [@&#8203;kumarUjjawal](https://github.com/kumarUjjawal) - Add support for compacting database indexes ([#&#8203;728](https://github.com/meilisearch/meilisearch-sdk/issues/728)) [@&#8203;kumarUjjawal](https://github.com/kumarUjjawal) - Add exhaustive facet search ([#&#8203;726](https://github.com/meilisearch/meilisearch-sdk/issues/726)) [@&#8203;kumarUjjawal](https://github.com/kumarUjjawal) - Add support for multi-modal search ([#&#8203;712](https://github.com/meilisearch/meilisearch-sdk/issues/712)) [@&#8203;kumarUjjawal](https://github.com/kumarUjjawal) #### ⚙️ Maintenance/misc - Update dependabot and release template configuration ([#&#8203;710](https://github.com/meilisearch/meilisearch-sdk/issues/710)) - chore: Bump jsonwebtoken crate to 10.0.0 ([#&#8203;717](https://github.com/meilisearch/meilisearch-sdk/issues/717)) [@&#8203;kumarUjjawal](https://github.com/kumarUjjawal) - Update thiserror requirement from 1.0.51 to 2.0.17 ([#&#8203;713](https://github.com/meilisearch/meilisearch-sdk/issues/713)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - Fix clippy error in webhook due to rust 1.91.0 ([#&#8203;732](https://github.com/meilisearch/meilisearch-sdk/issues/732)) [@&#8203;kumarUjjawal](https://github.com/kumarUjjawal) - Update diesel-async requirement from 0.6.1 to 0.7.3 ([#&#8203;725](https://github.com/meilisearch/meilisearch-sdk/issues/725)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) Thanks again to [@&#8203;LukasKalbertodt](https://github.com/LukasKalbertodt), [@&#8203;curquiza](https://github.com/curquiza), [@&#8203;dependabot](https://github.com/dependabot)\[bot], [@&#8203;kumarUjjawal](https://github.com/kumarUjjawal), and [dependabot\[bot\]](https://github.com/apps/dependabot)! 🎉 ### [`v0.30.0`](https://github.com/meilisearch/meilisearch-rust/releases/tag/v0.30.0): 🦀 [Compare Source](https://github.com/meilisearch/meilisearch-sdk/compare/v0.29.1...v0.30.0) #### 🚀 Enhancements - Use `tokio` sleep instead of blocking thread when using `reqwest` client ([#&#8203;689](https://github.com/meilisearch/meilisearch-sdk/issues/689)) [@&#8203;paolobarbolini](https://github.com/paolobarbolini) - Make `reqwest/rustls-tls` an optional feature ([#&#8203;706](https://github.com/meilisearch/meilisearch-sdk/issues/706)) [@&#8203;ea935](https://github.com/ea935) - Add queryVector to search responses and support index renaming ([#&#8203;704](https://github.com/meilisearch/meilisearch-sdk/issues/704)) [@&#8203;kumarUjjawal](https://github.com/kumarUjjawal) #### ⚙️ Maintenance/misc - Lighten `futures` dependency ([#&#8203;688](https://github.com/meilisearch/meilisearch-sdk/issues/688)) [@&#8203;paolobarbolini](https://github.com/paolobarbolini) - Fix clippy ([#&#8203;707](https://github.com/meilisearch/meilisearch-sdk/issues/707)) [@&#8203;curquiza](https://github.com/curquiza) Thanks again to [@&#8203;Mubelotix](https://github.com/Mubelotix), [@&#8203;curquiza](https://github.com/curquiza), [@&#8203;ea935](https://github.com/ea935), [@&#8203;kumarUjjawal](https://github.com/kumarUjjawal), and [@&#8203;paolobarbolini](https://github.com/paolobarbolini)! 🎉 ### [`v0.29.1`](https://github.com/meilisearch/meilisearch-rust/releases/tag/v0.29.1): 🦀 [Compare Source](https://github.com/meilisearch/meilisearch-sdk/compare/v0.28.0...v0.29.1) Same as v0.29.0 but to make the release CI work ### [`v0.28.0`](https://github.com/meilisearch/meilisearch-rust/releases/tag/v0.28.0): 🕊️ [Compare Source](https://github.com/meilisearch/meilisearch-sdk/compare/v0.27.1...v0.28.0) This version introduces features released on [Meilisearch v1.13.0](https://www.meilisearch.com/blog/meilisearch-1-13?utm_campaign=oss\&utm_source=github\&utm_medium=meilisearch-rust) 🎉 #### ✨ New - [AI-powered search](https://www.meilisearch.com/docs/learn/ai_powered_search/getting_started_with_ai_search?utm_campaign=oss\&utm_source=github\&utm_medium=meilisearch-rust) is now stable [@&#8203;Strift](https://github.com/Strift) #### 🚀 Enhancements - Remove in the next version the non-existent `vectorStore` experimental feature ([#&#8203;638](https://github.com/meilisearch/meilisearch-sdk/issues/638)) [@&#8203;CommanderStorm](https://github.com/CommanderStorm) - Add support for language settings and search parameter ([#&#8203;620](https://github.com/meilisearch/meilisearch-sdk/issues/620)) [@&#8203;necocen](https://github.com/necocen) - Support reverse param in get\_tasks ([#&#8203;633](https://github.com/meilisearch/meilisearch-sdk/issues/633)) [@&#8203;ellnix](https://github.com/ellnix) - Add `indices` to `MatchRange` ([#&#8203;632](https://github.com/meilisearch/meilisearch-sdk/issues/632)) [@&#8203;LukasKalbertodt](https://github.com/LukasKalbertodt) #### ⚙️ Maintenance/misc - Use resolver = "2" ([#&#8203;623](https://github.com/meilisearch/meilisearch-sdk/issues/623)) [@&#8203;dureuill](https://github.com/dureuill) - Fix linting errors ([#&#8203;630](https://github.com/meilisearch/meilisearch-sdk/issues/630)) [@&#8203;Strift](https://github.com/Strift) - Fix broken links ([#&#8203;636](https://github.com/meilisearch/meilisearch-sdk/issues/636)) [@&#8203;ellnix](https://github.com/ellnix) - Fix separator token code samples ([#&#8203;640](https://github.com/meilisearch/meilisearch-sdk/issues/640)) [@&#8203;ellnix](https://github.com/ellnix) - Make doc-comments consistently be doc-comments ([#&#8203;639](https://github.com/meilisearch/meilisearch-sdk/issues/639)) [@&#8203;CommanderStorm](https://github.com/CommanderStorm) Thanks again to [@&#8203;CommanderStorm](https://github.com/CommanderStorm), [@&#8203;LukasKalbertodt](https://github.com/LukasKalbertodt), [@&#8203;Strift](https://github.com/Strift), [@&#8203;dureuill](https://github.com/dureuill), [@&#8203;ellnix](https://github.com/ellnix), and [@&#8203;necocen](https://github.com/necocen)! 🎉 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzMuNSIsInVwZGF0ZWRJblZlciI6IjQyLjI3LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsicmVub3ZhdGUtYm90Il19-->
renovate-bot force-pushed renovate/meilisearch-sdk-0.x from 56ed8cadd9 to 520876d381 2025-07-21 05:20:50 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate meilisearch-sdk to 0.28.0 to fix(deps): update rust crate meilisearch-sdk to 0.29.0 2025-07-21 05:20:52 +05:30
renovate-bot force-pushed renovate/meilisearch-sdk-0.x from 520876d381 to 41331d1e5f 2025-09-22 05:30:13 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate meilisearch-sdk to 0.29.0 to fix(deps): update rust crate meilisearch-sdk to 0.30.0 2025-09-22 05:30:15 +05:30
renovate-bot force-pushed renovate/meilisearch-sdk-0.x from 41331d1e5f to aef7175040
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
ci/woodpecker/pr/woodpecker Pipeline is pending
ci/woodpecker/pull_request_metadata/woodpecker Pipeline is pending
2025-12-01 05:25:56 +05:30
Compare
renovate-bot changed title from fix(deps): update rust crate meilisearch-sdk to 0.30.0 to fix(deps): update rust crate meilisearch-sdk to 0.31.0 2025-12-01 05:25:57 +05:30
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
ci/woodpecker/pr/woodpecker Pipeline is pending
ci/woodpecker/pull_request_metadata/woodpecker Pipeline is pending
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/meilisearch-sdk-0.x:renovate/meilisearch-sdk-0.x
git switch renovate/meilisearch-sdk-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/meilisearch-sdk-0.x
git switch renovate/meilisearch-sdk-0.x
git rebase master
git switch master
git merge --ff-only renovate/meilisearch-sdk-0.x
git switch renovate/meilisearch-sdk-0.x
git rebase master
git switch master
git merge --no-ff renovate/meilisearch-sdk-0.x
git switch master
git merge --squash renovate/meilisearch-sdk-0.x
git switch master
git merge --ff-only renovate/meilisearch-sdk-0.x
git switch master
git merge renovate/meilisearch-sdk-0.x
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
libre-solutions/vanikam!159
No description provided.