Releases: meilisearch/meilisearch-symfony
Releases · meilisearch/meilisearch-symfony
v0.15.6 🎵
v0.15.5 🎵
- Allow to autowire Engine (#346) @norkunas
- Clear manager in the import loop (console command) (#351) @johndodev
🐛 Bug Fixes
⚙️ Maintenance/misc
Thanks again to @johndodev, @meili-bors[bot] and @norkunas! 🎉
v0.15.4 🎵
- 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 🎵
v0.15.2 🎵
🐛 Bug Fixes
- Fix deprecation for Extension (#332) @Chris53897
Thanks again to @Chris53897, @Chris8934, @meili-bors[bot] and @norkunas! 🎉
v0.15.1 🎵
v0.15.0 🎵
⚠️ Breaking changes
- Drop support of symfony 4 (#301) @Chris53897
🚀 Enhancements
- Add SettingsUpdater service (#317) @norkunas
- Proximity precision (#318) @norkunas
- Implement Doctrine discriminator maps for dynamic entity management (#321) @james2001
⚙️ Maintenance/misc
Thanks again to @Chris53897, @Chris8934, @connorhu, @james2001, @meili-bors[bot], and @norkunas! 🎉
v0.14.0 🪗
🚀 Enhancements
- feat: add support for symfony 7 (#310) @Chris53897
🐛 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
- Fix broken links in README.md (#297) @JoolsMcFly
- Remove ODM support from README (#312) @brunoocasali
Thanks again to @Chris53897, @Chris8934, @JoolsMcFly, @bpolaszek, @brunoocasali, @curquiza, and @norkunas! 🎉
v0.13.1 🎵
🚀 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
- Fix test and deprecation (#278) @norkunas
- Fix incorrect indentation in the landing page (#262) @brunoocasali
- Add Cloud touchpoints (#270) @brunoocasali
Thanks again to @94noni, @brunoocasali, and @norkunas! 🎉
v0.13.0 🎵
🚀 Enhancements
-
Allow using services for settings (#253) @norkunas
Define a service that implementsMeilisearch\Bundle\SettingsProvider
.
And then use the new service definition in themeilisearch.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! 🎉