Skip to content

Releases: meilisearch/meilisearch-symfony

v0.14.0 🪗

15 Dec 18:17
fabef64
Compare
Choose a tag to compare

🚀 Enhancements

🐛 Bug Fixes

  • Fix using distinct attribute setting (#295) @norkunas
  • Fix(serializer): Properly normalize DateTimeInterface objects (#309) @bpolaszek
  • Fix using bundle configured nbResults for search (#308) @norkunas

⚙️ Maintenance/misc

Thanks again to @Chris53897, @Chris8934, @JoolsMcFly, @bpolaszek, @brunoocasali, @curquiza, and @norkunas! 🎉

v0.13.1 🎵

14 Sep 21:11
982fda2
Compare
Choose a tag to compare

🚀 Enhancements

  • Improve static analysis in SearchService (#257) @norkunas
  • Use meilisearch prefix for services (#266) @94noni
  • Require explicitly the PHP v8 polyfill (#267) @94noni
  • Fix wrong url for settings config option (#271) @norkunas
  • Replaces meili:* prefixes in command names to meilisearch:* while making meili:* prefix as command aliases which maybe later could be deprecated (#289) @norkunas

💅 Misc

Thanks again to @94noni, @brunoocasali, and @norkunas! 🎉

v0.13.0 🎵

12 Jun 18:44
5795e6e
Compare
Choose a tag to compare

🚀 Enhancements

  • Fix deprecations (#259) @norkunas

  • Allow using services for settings (#253) @norkunas
    Define a service that implements Meilisearch\Bundle\SettingsProvider.
    And then use the new service definition in the meilisearch.yml config file:

    Example:

         ....
            - name: index_name
              class: 'Your\Path\Entity\IndexWithDynamicSettings'
              settings:
                  stopWords:
                      _service: '@Your\Path\Services\StopWords'
                  synonyms:
                      _service: '@Your\Path\Services\Synonyms'
    
          services:
              Your\Path\:
                  resource: '../Services/'

Thanks again to @norkunas! 🎉

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! 🎉