Skip to content

Releases: algolia/algoliasearch-client-java

4.41.1

23 Jun 13:05

Choose a tag to compare

New version released!

What's Changed

  • a676cd9cef fix(clients): bump replaceAllObjects default maxRetries from 100 to 800 (#6580) by @Fluf22
  • a632f9fb75 fix(specs): BREAKING CHANGE – allow null records in getObjects response (#6582) by @Fluf22
    • The getObjects operation now returns a list of nullable objects, as the API can send back null records. The clients previously only allowed a list of objects, so the response type has been updated to allow null values.

Full Changelog: 4.41.0...4.41.1

Browse the Algolia documentation

4.41.0

16 Jun 11:36

Choose a tag to compare

New version released!

What's Changed

Full Changelog: 4.40.1...4.41.0

Browse the Algolia documentation

4.40.1

15 Jun 14:18

Choose a tag to compare

New version released!

What's Changed

Full Changelog: 4.40.0...4.40.1

Browse the Algolia documentation

4.40.0

11 Jun 16:04

Choose a tag to compare

New version released!

What's Changed

Full Changelog: 4.39.0...4.40.0

Browse the Algolia documentation

4.39.0

29 May 08:52

Choose a tag to compare

New version released!

What's Changed

BREAKING CHANGES: this minor version includes breaking changes. See below for more details.

  • 84ebc480a8 chore(deps): dependencies 2026-05-15 (#6400) by @Fluf22
  • 90da6bf0ae chore(deps): dependencies 2026-05-18 (#6429) by @Fluf22
  • 2d18c138a8 feat(java): BREAKING CHANGE – configurable retries on chunked helpers via ChunkedHelperOptions (#6405) by @MarioAlexandruDan
    • We updated the default number of retries to account for customers with huge indices, and made it configurable if you prefer to fail early. The impact is that the retry time will be longer in case of issue, but it shouldn't impact most customers: those who don't have issues.
  • eddd51e349 fix(specs): document abTest field on listIndices response (#6443) by @eric-zaharia
  • 1d3f2c149b fix(specs): clean up abTest schema on listIndices response (#6448) by @Fluf22
  • 35bf16c848 fix(specs): BREAKING CHANGE – add searchResponsePartial fallback to searchResult oneOf (#6350) by @Fluf22
    • For those of you who want really clean responses without hits nor facets, we added a third fallback type to the search response. It should not impact the rest of the users.

Full Changelog: 4.38.1...4.39.0

Browse the Algolia documentation

4.38.1

05 May 16:40

Choose a tag to compare

New version released!

What's Changed

Full Changelog: 4.38.0...4.38.1

Browse the Algolia documentation

v4.38.0

30 Apr 17:05

Choose a tag to compare

Full Changelog: 4.37.0...4.38.0

4.37.0

22 Apr 18:02

Choose a tag to compare

New version released!

What's Changed

BREAKING CHANGES: this minor version includes breaking changes in the Composition API. See below for more details.

Full Changelog: 4.36.3...4.37.0

Browse the Algolia documentation

4.36.3

14 Apr 16:49

Choose a tag to compare

New version released!

What's Changed

Full Changelog: 4.36.2...4.36.3

Browse the Algolia documentation

4.36.2

24 Mar 19:50

Choose a tag to compare

New version released!

What's Changed

Full Changelog: 4.36.1...4.36.2

Browse the Algolia documentation