Skip to content

Releases: meilisearch/meilisearch-symfony

v0.12.0 🎵

17 May 18:59
e4411ca
Compare
Choose a tag to compare

💥 Breaking Changes

  • Accept a normalizationGroups as an array instead of the boolean useSerializerGroup when using SearchableEntity directly (#239) @norkunas
  • Allow configuring in config/meilisearch.yml a custom serializer groups instead of the default one (#239) @norkunas

Example:

enable_serializer_groups: true
serializer_groups: ['public', 'private']

🚀 Enhancements

💅 Misc

Thanks again to @brunoocasali, @curquiza, @jonatanrdsantos, @norkunas! 🎉

v0.11.0 🎵

13 Apr 16:41
d74c458
Compare
Choose a tag to compare

🚀 Enhancements

Misc

Thanks again to @ker0x, @mkilmanas and @norkunas! 🎉

v0.10.2 🎵

14 Mar 15:07
5b025dd
Compare
Choose a tag to compare

🚀 Enhancements

💅 Other internal improvements

Thanks again to @brunoocasali, and @norkunas! 🎉

v0.10.1 🎵

08 Feb 18:11
94f3b0e
Compare
Choose a tag to compare

This version makes this package compatible with Meilisearch v1.0.0 🎉
Check out the changelog of Meilisearch v1.0.0 for more information on the changes.

🚀 Enhancements

Thanks again to @brunoocasali and @norkunas! 🎉

v0.10.0 🎵

20 Dec 13:51
d0a5bee
Compare
Choose a tag to compare

⚠️ Breaking changes

The configuration file config/packages/meili_search.yml should now be config/packages/meilisearch.yml.
And its root key should be: meilisearch: instead of meili_search, if you don't change those names, you'll get errors like this:

There is no extension able to load the configuration for "meili_search" (in "/var/www/symfony_docker/config/packages/meilisearch.yaml"). 
Looked for namespace "meili_search", found ""framework", "doctrine", "doctrine_fixtures", "maker", "doctrine_migrations", "twig", "twig_extra", "meilisearch"".

Thanks again to @brunoocasali, @wucherpfennig, and @mmachatschek! 🎉

v0.9.0 🎵

01 Dec 15:12
e620555
Compare
Choose a tag to compare

This version makes this package compatible with Meilisearch v0.30.0 🎉
Check out the changelog of Meilisearch v0.30.0 for more information on the changes.

⚠️ Breaking changes

This release is only compatible with the latest version of Meilisearch v0.30.0 and greater

🚀 Enhancements

  • feat(settings): add support for typoTolerance (#207) @daFish

Thanks again to @brunoocasali, @daFish, and @norkunas! 🎉

v0.8.2 🎵

03 Nov 15:12
2232b18
Compare
Choose a tag to compare

🚀 Enhancements

Thanks again to @brunoocasali, @curquiza, @dibashthapa, and @norkunas! 🎉

v0.8.1 🥁

17 Aug 14:07
64e2a43
Compare
Choose a tag to compare

🚀 Enhancements

Analytics is enabled by default in the server, but you can disable them by following this guide
Also, of course, every analytics data we collect are ANONYMOUS read the guide for more information.

Thanks again to @brunoocasali! 🎉

v0.8.0 🎸

12 Jul 12:23
788dbfb
Compare
Choose a tag to compare

This version makes this package compatible with Meilisearch v0.28.0 🎉
Check out the changelog of Meilisearch v0.28.0 for more information on the changes.

💥 Breaking changes

🚀 Enhancements

🐛 Bug Fixes

Thanks again to @althaus, @brunoocasali, and @norkunas! 🎉

v0.7.2 🎵

17 Mar 16:20
8149da8
Compare
Choose a tag to compare

This package version is compatible with Meilisearch v0.26.0 🎉

🚀 Enhancements