Skip to content

Comments

Update Rust crate meilisearch-sdk to 0.32.0#14

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/meilisearch-sdk-0.x
Open

Update Rust crate meilisearch-sdk to 0.32.0#14
renovate[bot] wants to merge 1 commit intomainfrom
renovate/meilisearch-sdk-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 24, 2025

This PR contains the following updates:

Package Type Update Change
meilisearch-sdk dependencies minor 0.30.00.32.0

Release Notes

meilisearch/meilisearch-sdk (meilisearch-sdk)

v0.32.0: 🦀

Compare Source

⚠️ 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]! 🎉

v0.31.0: 🦀

Compare Source

🚀 Enhancements
⚙️ Maintenance/misc

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


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/meilisearch-sdk-0.x branch from 5e1c503 to 06bd2ed Compare December 30, 2025 13:15
@renovate renovate bot changed the title Update Rust crate meilisearch-sdk to 0.31.0 Update Rust crate meilisearch-sdk to 0.32.0 Dec 30, 2025
@renovate renovate bot force-pushed the renovate/meilisearch-sdk-0.x branch from 06bd2ed to e79f733 Compare February 2, 2026 14:50
@renovate renovate bot force-pushed the renovate/meilisearch-sdk-0.x branch from e79f733 to 82ccf2a Compare February 12, 2026 15:50
@renovate renovate bot force-pushed the renovate/meilisearch-sdk-0.x branch from 82ccf2a to db516d7 Compare February 25, 2026 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants