Skip to content

Releases: meilisearch/meilisearch-java

v0.19.0 ☕️

29 Jan 07:18
30d3d60

Choose a tag to compare

🚀 Enhancements

  • Add support for granular filterable attributes (#927) @Strift

The new API uses objects to configure filterable attributes:

// Granular filterable API (requires Meilisearch v1.14+)
index.getGranularFilterableAttributesSettings(); // returns `FilterableAttributesConfig` object
index.updateGranularFilterableAttributesSettings(/* FilterableAttributesConfig object */);

Note

If your Meilisearch instances use the object-based settings, you should update to use the new methods.

🐛 Bug Fixes

  • Fix mismatch between local settings class and API response when using granular filterable attributes (#927) @Strift

⚙️ Maintenance/misc

  • Bump actions/upload-artifact from 5 to 6 in the github-actions group (#922) @dependabot[bot]
  • Add AI usage disclosure guidelines to CONTRIBUTING.md (#925)

Thanks again to @Strift, @brunoocasali, @curquiza, and dependabot[bot]! 🎉

v0.18.0 ☕️

30 Dec 10:54
d2e37f7

Choose a tag to compare

🚀 Enhancements

🐛 Bug Fixes

  • Fix timezone compatibility for date parameters (#917) @mrocao

⚙️ Maintenance/misc

  • Remove bors and use GitHub merge queue (#913) @curquiza
  • Remove bors.toml configuration file (#914)
  • Use Meilisearch Enterprise Edition (#916) @Strift
  • Bump com.diffplug.spotless from 8.0.0 to 8.1.0 in the gradle-plugins group (#911) @dependabot[bot]
  • Bump actions/checkout from 5 to 6 in the github-actions group (#910) @dependabot[bot]
  • Bump the gradle-dependencies group across 1 directory with 4 updates (#920) @dependabot[bot]

Thanks again to @Strift, @brunoocasali, @curquiza, @dependabot[bot], @mrocao, @yamiSukehiro2907 and dependabot[bot]! 🎉

v0.17.1 ☕️

24 Nov 15:29
1ae39ac

Choose a tag to compare

🚀 Enhancements

  • Add support for custom metadata in document operations (#907) @Osireg17
  • Support "Hybrid" parameter in IndexSearchRequest to enable multi search with hybrid search (#904) @ErrorProne

⚙️ Maintenance/misc

Thanks again to @ErrorProne, @Osireg17, and dependabot[bot]! 🎉

v0.17.0 ☕️

11 Nov 06:24
45861af

Choose a tag to compare

🚀 Enhancements

⚙️ Maintenance/misc

  • Update dependabot and release template configuration (#896)

Thanks again to @Strift, @ernestorbemx, and @panchasarapavan! 🎉

v0.16.1 ☕️

22 Sep 15:43
41ef861

Choose a tag to compare

🐛 Bug Fixes

  • Revert "Bump the gradle-dependencies group across 1 directory with 7 updates" (#894) @curquiza
    Trying to fix: #893

Thanks again to @curquiza! 🎉

v0.16.0 ☕️

18 Sep 17:55
4557bac

Choose a tag to compare

⚠️ Breaking changes

🚀 Enhancements

⚙️ Maintenance/misc

  • Fix failing tests in Meilisearch 1.16 CI (#875) @Strift

Thanks again to @Strift, @joonseolee, and dependabot[bot]! 🎉

v0.15.0 ☕️

06 Jun 17:28
c80c42b

Choose a tag to compare

🚀 Enhancements

Misc

Thanks again to @Strift, @brunoocasali! 🎉

v0.14.7 ☕️

02 Jun 12:26
6eb6842

Choose a tag to compare

Thanks again to @brunoocasali, @larskristianhaga! 🎉

v0.14.6 ☕️

30 May 20:02
b5a0705

Choose a tag to compare

🚀 Enhancements

Thanks again to @brunoocasali 🎉

v0.14.5

30 May 19:05

Choose a tag to compare

This is a blank release, made to fix the CI after the deprecation of the oss.sonatype.org.