Skip to content

Releases: meilisearch/meilisearch-java

v0.14.6 ☕️

Choose a tag to compare

@meili-bot meili-bot released this 30 May 20:02
b5a0705

🚀 Enhancements

Thanks again to @brunoocasali 🎉

v0.14.5

Choose a tag to compare

@brunoocasali brunoocasali released this 30 May 19:05

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

v0.14.4 ☕️

Choose a tag to compare

@meili-bot meili-bot released this 22 Apr 12:42
c69b8ba

🚀 Enhancements

  • Add usedDatabaseSize to stats, document and embeddings database metrics to index stats (#830) @pratts

🐛 Bug Fixes

  • Add check for empty API key before adding Authorization header (#835) @svavassori

Thanks again to @prateek-ec, @pratts, @svavassori and dependabot[bot]! 🎉

v0.14.3 ☕️

Choose a tag to compare

@meili-bot meili-bot released this 25 Mar 14:22
43252b6

🚀 Enhancements

⚙️ Maintenance/misc

Thanks again to @Strift, @ma1581, @samuele-ruffino96, dependabot[bot] and samuele ruffino! 🎉

v0.14.2 ☕️

Choose a tag to compare

@meili-bot meili-bot released this 27 Nov 18:55
348dd0a

🚀 Enhancements

Thanks again to @Barabasbalazs! 🎉

v0.14.1 ☕️

Choose a tag to compare

@meili-bot meili-bot released this 03 Oct 12:41
a82293b

🚀 Enhancements

🐛 Bug Fixes

Thanks again to @Nsreddy18, @curquiza, @jdvalenzuelah, @wyz8883 and AlexWong! 🎉

v0.14.0 ☕️

Choose a tag to compare

@meili-bot meili-bot released this 20 Aug 13:59
9d8616d

No breaking but a big addition (embedding support), so I want to avoid any bug in a patch version due to the big addition

🚀 Enhancements

Thanks again to @jdvalenzuelah, ! 🎉

v0.13.0 ☕️

Choose a tag to compare

@meili-bot meili-bot released this 15 Jul 13:42
a046206

⚠️ Breaking changes

1️⃣ TaskError class is moved to the model package, meaning the import will need to be changed.

Old import:

import com.meilisearch.sdk.TaskError;

New import:

import com.meilisearch.sdk.model.TaskError;

2️⃣ Renaming all fields inside the TaskError class, to match what the API actually returns, so the fields will be populated.

Old code:

TaskError taskError = taskResult.getError();

taskError.getTaskErrorCode();
taskError.getTaskErrorType();
taskError.getTaskErrorLink();

New code

TaskError taskError = taskResult.getError();

taskError.getCode();
taskError.getType();
taskError.getLink();

🚀 Enhancements

  • Adding a new field called message to the TaskError class.
  • Add frequency matching strategy (#748) @the-sinner
  • Add ranking score threshold (#749) @the-sinner

⚙️ Maintenance/misc

  • Changes related to the next Meilisearch release (v1.9.0) (#747)

Thanks again to @curquiza, @larskristianhaga, and @the-sinner! 🎉

v0.12.0 ☕️

Choose a tag to compare

@meili-bot meili-bot released this 29 May 11:52
47d8adf

🚀 Enhancements

  • Custom csv delimiter (#726) @jennweir
  • Add searchCutoffMs index settings (#732) @the-sinner
  • Add ranking score search parameter (#733) @the-sinner
  • Add facet search support (#735) @the-sinner
  • Add facet stats in search (#742) @the-sinner
  • Add showRankingScoreDetails in search (#743) @the-sinner
  • Support text-separator setting (#740) @the-sinner
  • Add ability to delete document by filter (#741) @the-sinner
  • Add sort facets value feature (#739) @the-sinner

🐛 Bug Fixes

  • fix WaitForTask timeout in case of a task cancellation (#734) @the-sinner

⚙️ Maintenance/misc

  • Adjust the targetClass parameter variable of the decode method in JsonHandler from class<?> to class (#738) @Mashull

Thanks again to @Mashull, @curquiza, @jennweir, @the-sinner and fanpeng! 🎉

v0.11.9 ☕️

Choose a tag to compare

@meili-bot meili-bot released this 13 May 12:19
5141458

🚀 Enhancements

🐛 Bug Fixes

Thanks again to @bhupixb, @curquiza, and @seungyeop-lee! 🎉