Skip to content

v0.32.0 🦀

Choose a tag to compare

@meili-bot meili-bot released this 30 Dec 11:09
· 21 commits to refs/heads/main since this release
1a4fbb3

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