Skip to content

Conversation

@oxide-renovate
Copy link
Contributor

@oxide-renovate oxide-renovate bot commented Jul 29, 2025

This PR contains the following updates:

Package Type Update Change
meilisearch-sdk workspace.dependencies minor 0.28.0 -> 0.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]! 🎉

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


Configuration

📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.

🚦 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.

@oxide-renovate oxide-renovate bot added the dependencies Pull requests that update a dependency file label Jul 29, 2025
@oxide-renovate oxide-renovate bot force-pushed the renovate/meilisearch-sdk-0.x branch from 7e28fa3 to 771aeba Compare July 30, 2025 03:53
@oxide-renovate oxide-renovate bot force-pushed the renovate/meilisearch-sdk-0.x branch from 771aeba to 1ef3455 Compare September 21, 2025 03:26
@oxide-renovate oxide-renovate bot changed the title Update Rust crate meilisearch-sdk to 0.29.1 Update Rust crate meilisearch-sdk to 0.30.0 Sep 21, 2025
@oxide-renovate oxide-renovate bot force-pushed the renovate/meilisearch-sdk-0.x branch from 1ef3455 to 5d62f45 Compare November 25, 2025 04:16
@oxide-renovate oxide-renovate bot changed the title Update Rust crate meilisearch-sdk to 0.30.0 Update Rust crate meilisearch-sdk to 0.31.0 Nov 25, 2025
@oxide-renovate oxide-renovate bot force-pushed the renovate/meilisearch-sdk-0.x branch from 5d62f45 to 0782ee7 Compare December 30, 2025 11:30
@oxide-renovate oxide-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
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant