Skip to content

Releases: meilisearch/meilisearch-symfony

v0.15.5 🎵

06 Sep 21:07
d510d87
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix throwing TaskException with valid type argument (#349) @norkunas

⚙️ Maintenance/misc

Thanks again to @johndodev, @meili-bors[bot] and @norkunas! 🎉

v0.15.4 🎵

02 Aug 03:56
4bd0b39
Compare
Choose a tag to compare
  • Fixed Engine::remove() when multiple entities are provided (#342) @remigarcia

Thanks again to @meili-bors[bot], @norkunas, @remigarcia and Rémi Garcia! 🎉

v0.15.3 🎵

25 Jul 12:51
835a737
Compare
Choose a tag to compare

🚀 Enhancements

⚙️ Maintenance/misc

  • Test with Symfony 7.1 and leverage its features (#334) @norkunas
  • Add cs fixer native_function_invocation rule from meilisearch-php (#339) @norkunas

Thanks again to @meili-bors[bot] and @norkunas! 🎉

v0.15.2 🎵

11 Jun 03:00
e0324e1
Compare
Choose a tag to compare

🐛 Bug Fixes

Thanks again to @Chris53897, @Chris8934, @meili-bors[bot] and @norkunas! 🎉

v0.15.1 🎵

13 May 10:14
72c6f4a
Compare
Choose a tag to compare

🚀 Enhancements

⚙️ Maintenance/misc

Thanks again to @bpolaszek, @meili-bors[bot] and @norkunas! 🎉

v0.15.0 🎵

11 Mar 13:50
891316f
Compare
Choose a tag to compare

⚠️ Breaking changes

🚀 Enhancements

⚙️ Maintenance/misc

Thanks again to @Chris53897, @Chris8934, @connorhu, @james2001, @meili-bors[bot], and @norkunas! 🎉

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