Skip to content

chore(deps): update meilisearch-sdk requirement from 0.29.1 to 0.32.0#452

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/meilisearch-sdk-0.32.0
Open

chore(deps): update meilisearch-sdk requirement from 0.29.1 to 0.32.0#452
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/meilisearch-sdk-0.32.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 23, 2026

Updates the requirements on meilisearch-sdk to permit the latest version.

Release notes

Sourced from meilisearch-sdk's releases.

v0.32.0 🦀

⚠️ Breaking changes

filterableAttributes type change: The Settings.filterable_attributes field type has changed from Option<Vec<String>> to Option<Vec<FilterableAttribute>> to support Meilisearch v1.14's advanced filterable attributes syntax.

Migration: If you directly access the filterable_attributes field (struct literal construction or field access), you'll need to update your code to handle the new FilterableAttribute enum type. However, most users are unaffected as the builder methods (with_filterable_attributes(), set_filterable_attributes()) maintain full backward compatibility and continue accepting strings. New _advanced variants are available for users who want to leverage the full feature configuration (attribute patterns, facet search, equality filters).

🚀 Enhancements

⚙️ Maintenance/misc

Thanks again to @​Strift, @​brunoocasali, @​curquiza, @​kumarUjjawal, @​pacifistes and dependabot[bot]! 🎉

Commits
  • 1a4fbb3 Merge pull request #748 from meilisearch/meili-bot/bump-version
  • 5fd4e2a Update .code-samples.meilisearch.yaml
  • e5f4cad Update README.md
  • 90b6b42 Update README.tpl
  • 48657da Update meilisearch-index-setting-macro/Cargo.toml
  • 76f094b Update Cargo.toml
  • 670992a Merge pull request #730 from kumarUjjawal/feat/attributes
  • 11d8501 Merge pull request #738 from meilisearch/dependabot/github_actions/actions/ch...
  • 6a43bcb Merge pull request #745 from kumarUjjawal/feat/network_compatibility
  • faae31d feat: Update Network API compatibility
  • 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @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)

Updates the requirements on [meilisearch-sdk](https://github.com/meilisearch/meilisearch-sdk) to permit the latest version.
- [Release notes](https://github.com/meilisearch/meilisearch-sdk/releases)
- [Commits](meilisearch/meilisearch-rust@v0.29.1...v0.32.0)

---
updated-dependencies:
- dependency-name: meilisearch-sdk
  dependency-version: 0.32.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants