Skip to content

Releases: junghoon-vans/spring-data-meilisearch

v0.7.3

24 Aug 02:38

Choose a tag to compare

📗 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

02 Apr 15:03
70fae04

Choose a tag to compare

📗 Links

⭐ New Features

  • Add support for localized attributes using annotation #166
  • Enhance type safety for federation response in SearchHit. #165

🐞 Bug Fixes

  • Fix typo of federation property in SearchHit. #165

v0.7.1

29 Mar 13:23
7a1abf5

Choose a tag to compare

📗 Links

⭐ New Features

  • Support federated multi-search operation #146

🔨 Dependency Upgrades

  • Upgrade meilisearch-java to v0.14.3.

v0.7.0

16 Mar 10:22
8abe667

Choose a tag to compare

📗 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

11 Jan 08:03
893d0e4

Choose a tag to compare

📗 Links

🐞 Bug Fixes

  • Fix does not support multi store setups. #132
  • Fix NPE when setting annotation is missing. #135

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

@RobertEyler

v0.6.0

09 Jun 08:25

Choose a tag to compare

📗 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

08 Nov 15:04
96211d2

Choose a tag to compare

📗 Links

🔨 Dependency Upgrades

  • Upgrade meilisearch-java to v0.11.5

v0.5.2

15 Sep 14:14

Choose a tag to compare

📗 Links

⭐ New Features

  • Use callback pattern to improve error handling #98

🐞 Bug Fixes

  • JacksonJsonHandler cannot parse task status enqueued #41 #100

📔 Documentation

  • Add javadoc link to README.md #96

🔨 Dependency Upgrades

  • Upgrade testcontainers-meilisearch to v1.0.5 #102
  • Upgrade meilisearch-java to v0.11.2 #100

v0.5.1

30 Aug 09:01

Choose a tag to compare

📗 Links

🐞 Bug Fixes

  • Fix no matching constructor found in class 'MeilisearchTemplate' #93

📔 Documentation

  • Update release-drafter template #91
  • Fix reference documentation about repositories #89

v0.5.0

28 Aug 04:12

Choose a tag to compare

📗 Links

⭐ New Features

  • Add support custom request timeout #84
  • Create wrapper class for meilisearch client #83