Skip to content

Releases: meilisearch/meilisearch-java

v0.14.2 โ˜•๏ธ

27 Nov 18:55
348dd0a
Compare
Choose a tag to compare

๐Ÿš€ Enhancements

Thanks again to @Barabasbalazs! ๐ŸŽ‰

v0.14.1 โ˜•๏ธ

03 Oct 12:41
a82293b
Compare
Choose a tag to compare

๐Ÿš€ Enhancements

๐Ÿ› Bug Fixes

Thanks again to @Nsreddy18, @curquiza, @jdvalenzuelah, @wyz8883 and AlexWong! ๐ŸŽ‰

v0.14.0 โ˜•๏ธ

20 Aug 13:59
9d8616d
Compare
Choose a tag to compare

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 โ˜•๏ธ

15 Jul 13:42
a046206
Compare
Choose a tag to compare

โš ๏ธ 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 โ˜•๏ธ

29 May 11:52
47d8adf
Compare
Choose a tag to compare

๐Ÿš€ Enhancements

๐Ÿ› 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 โ˜•๏ธ

13 May 12:19
5141458
Compare
Choose a tag to compare

๐Ÿš€ Enhancements

๐Ÿ› Bug Fixes

Thanks again to @bhupixb, @curquiza, and @seungyeop-lee! ๐ŸŽ‰

v0.11.8 โ˜•๏ธ

11 Mar 13:46
c5bc23b
Compare
Choose a tag to compare

๐Ÿš€ Enhancements

Thanks again to @iMezemz, ! ๐ŸŽ‰

v0.11.7 โ˜•๏ธ

02 Feb 14:38
9a64a3a
Compare
Choose a tag to compare

This release contains all the changes from the previous one, 0.11.6 which was not published to Nexus due to a bug which was fixed on #708.

Here is the previous changelog:

๐Ÿš€ Enhancements

โš™๏ธ Maintenance/misc

Thanks again to @brunoocasali, @curquiza, @jd2024, @jrhenderson1988, @junghoon-vans, and @mesutgk15! ๐ŸŽ‰

v0.11.6 โ˜•๏ธ

17 Jan 11:37
3bea276
Compare
Choose a tag to compare

โš ๏ธ Not published because of this: #704
Please come help the maintenance of this repo ๐Ÿ™

๐Ÿš€ Enhancements

โš™๏ธ Maintenance/misc

Thanks again to @brunoocasali, @curquiza, @jd2024, @jrhenderson1988, @junghoon-vans, and @mesutgk15! ๐ŸŽ‰

v0.11.5 โ˜•๏ธ

02 Nov 16:28
7d6c77e
Compare
Choose a tag to compare

๐Ÿ› Bug Fixes

โš™๏ธ Maintenance/misc

Thanks again to @curquiza, @junghoon-vans, ! ๐ŸŽ‰