Releases: junghoon-vans/spring-data-meilisearch
Releases · junghoon-vans/spring-data-meilisearch
v0.7.3
📗 Links
Spring Data Meilisearch Reference documentation
Spring Data Meilisearch 0.7.3 Javadoc
🐞 Bug Fixes
- Resolving ClassNotFoundException: okhttp3.MediaType by Upgrading Meilisearch Java SDK to 0.15.0. #169
🔨 Dependency Upgrades
- Migrate from EOL OSSRH to Central Publishing. #170
v0.7.2
v0.7.1
📗 Links
⭐ New Features
- Support federated multi-search operation #146
🔨 Dependency Upgrades
- Upgrade meilisearch-java to v0.14.3.
v0.7.0
📗 Links
⭐ New Features
- Refactor search ops to support generic query type. #159
- Separate complex settings into standalone annotations. #157
- Support for entity without document annotation #155
- Support for backward compatibility with older versions in Settings configuration #153
- Rename attributes for sorting. #151
- Search ops return proper SearchHit objects. #149
- Remove totalHits property from SearchHits. #145
- Support fully configuration meilisearch settings #138
- Enhance search interface and multi-search support #140
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
Special thanks to @Huboooo for reporting and helping fix an important bug.
v0.6.1
📗 Links
🐞 Bug Fixes
📔 Documentation
- Update copyright info.
🔨 Dependency Upgrades
- Upgrade meilisearch-java to v0.14.2.
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v0.6.0
📗 Links
⭐ New Features
- Improve findAll method in MeilisearchRepository. #125
- Add support pagination setting. #122
- Add support setting attributes for index #119
- Support paging and sorting repository. #117
- Add search method to MeilisearchTemplate. #116
🔨 Dependency Upgrades
- Upgrade meilisearch-java to v0.12.0. #124
v0.5.3
📗 Links
🔨 Dependency Upgrades
- Upgrade meilisearch-java to v0.11.5
v0.5.2
v0.5.1
📗 Links
🐞 Bug Fixes
- Fix no matching constructor found in class 'MeilisearchTemplate' #93