PackageTrack
Sign in Get early access

algolia_client_composition

A sub-package of the AlgoliaSearch library, offering composition-specific functionalities for enhanced search and discovery in Dart/Flutter apps.

1.52.0 algolia/algoliasearch-client-dart

What this package is like to depend on

Last release 5 days ago

18 Aug 2026

Ships fairly regularly

a new release about every 3 weeks

Nearly every release is documented

notes for 41 of 41 stable releases

Nothing withdrawn

no release was ever pulled

1 years old

41 releases · first in 2025

29 releases in the last 12 months

see the full history below

Release timeline

41 releases · Mar 2025 to Aug 2026
2026
Release Pre-release

Releases

latest 41
  1. 1.52.0 18 Aug 2026
    Release notes

    Co-authored-by: algolia-api-clients-automation-bot[bot] <288895823+algolia-api-clients-automation-bot[bot]@users.noreply.github.com>
    Co-authored-by: algolia-api-clients-automation-bot[bot] <288895823+algolia-api-clients-automation-bot[bot]@users.noreply.github.com>
    Co-authored-by: algolia-api-clients-automation-bot[bot] <288895823+algolia-api-clients-automation-bot[bot]@users.noreply.github.com>

    Open source →
    Release notes
    Open source →
  2. 1.51.4 15 Jul 2026
    Release notes

    Co-authored-by: algolia-api-clients-automation-bot[bot] <288895823+algolia-api-clients-automation-bot[bot]@users.noreply.github.com>
    Co-authored-by: algolia-api-clients-automation-bot[bot] <288895823+algolia-api-clients-automation-bot[bot]@users.noreply.github.com>
    Co-authored-by: algolia-api-clients-automation-bot[bot] <288895823+algolia-api-clients-automation-bot[bot]@users.noreply.github.com>

    Open source →
    Release notes
    Open source →
  3. 1.51.3 08 Jul 2026
    Release notes

    Co-authored-by: algolia-api-clients-automation-bot[bot] <288895823+algolia-api-clients-automation-bot[bot]@users.noreply.github.com>
    Co-authored-by: algolia-api-clients-automation-bot[bot] <288895823+algolia-api-clients-automation-bot[bot]@users.noreply.github.com>
    Co-authored-by: algolia-api-clients-automation-bot[bot] <288895823+algolia-api-clients-automation-bot[bot]@users.noreply.github.com>

    Open source →
    Release notes
    Open source →
  4. 1.51.1 23 Jun 2026
    Release notes

    Co-authored-by: algolia-api-clients-automation-bot[bot] <288895823+algolia-api-clients-automation-bot[bot]@users.noreply.github.com>
    Co-authored-by: algolia-api-clients-automation-bot[bot] <288895823+algolia-api-clients-automation-bot[bot]@users.noreply.github.com>
    Co-authored-by: algolia-api-clients-automation-bot[bot] <288895823+algolia-api-clients-automation-bot[bot]@users.noreply.github.com>
    Co-authored-by: Cursor Agent [email protected]
    Co-authored-by: Thomas Raffray [email protected]

    Open source →
    Release notes
    • 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.
    Open source →
  5. 1.49.2 29 May 2026
    Release notes

    New version released!

    What's Changed

    • 90da6bf0ae chore(deps): dependencies 2026-05-18 (#6429) by @Fluf22
    • 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: 1.49.1...1.49.2

    Browse the Algolia documentation

    Open source →
    Release notes
    • 90da6bf0ae chore(deps): dependencies 2026-05-18 (#6429) by @Fluf22
    • 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.
    Open source →
  6. 1.49.1 05 May 2026
    Release notes

    New version released!

    What's Changed

    Full Changelog: 1.49.0...1.49.1

    Browse the Algolia documentation

    Open source →
    Release notes
    Open source →
  7. 1.49.0 30 Apr 2026
    Release notes
    Open source →
  8. 1.48.0 22 Apr 2026
    Release notes
    Open source →
  9. 1.47.3 14 Apr 2026
    Release notes
    Open source →
  10. 1.47.2 01 Apr 2026
    Release notes
    Open source →
  11. 1.47.1 24 Mar 2026
    Release notes
    Open source →
  12. 1.46.2 09 Mar 2026
    Release notes
    Open source →
  13. 1.46.1 24 Feb 2026
    Release notes
    Open source →
  14. 1.46.0 18 Feb 2026
    Release notes
    Open source →
  15. 1.45.0 12 Feb 2026
    Release notes
    Open source →
  16. 1.44.0 05 Feb 2026
    Release notes
    • b39e3e013 feat(specs): conditions is not required anymore in composition rules (#5853) by @ClaraMuller
    • 6a3e60802 fix(specs): BREAKING CHANGE – remove baseRecommendRequest from trendingFacets [CR-10264] (#5858) by @raed667
      • The TrendingFacets model has been updated to reflect the API response.
    • 2925f56d1 fix(specs): BREAKING CHANGE – more accurate composition behavior typing (#5892) by @gavinwade12
      • The CompositionBehavior model is now a union type for better accuracy.
    • d4d385654 chore(deps): dependencies 2026-02-02 (#5898) by @algolia-bot
    Open source →
  17. 1.43.3 20 Jan 2026
    Release notes
    Open source →
  18. 1.43.2 13 Jan 2026
    Release notes
    • cd7a174b4 fix(specs): BREAKING CHANGE — remove fields requirement from run response in CompAPI client (#5809) by @ClaraMuller
      Some fields from the Composition Run search response were marked as required while they were optional on the API side. This has been fixed, but might impact the client types.
    Open source →
  19. 1.43.1 17 Dec 2025
    Release notes
    Open source →
  20. 1.43.0 04 Dec 2025
    Release notes
    Open source →
  21. 1.42.0 24 Nov 2025
    Release notes
    Open source →
  22. 1.41.1 14 Nov 2025
    Release notes
    Open source →
  23. 1.41.0 07 Nov 2025
    Release notes
    Open source →
  24. 1.40.0 30 Oct 2025
    Release notes
    Open source →
  25. 1.39.0 22 Oct 2025
    Release notes
    Open source →
  26. 1.38.1 15 Oct 2025
    Release notes
    Open source →
  27. 1.38.0 07 Oct 2025
    Release notes
    Open source →
  28. 1.37.0 24 Sep 2025
    Release notes
    Open source →
  29. 1.36.1 03 Sep 2025
    Release notes
    Open source →
  30. 1.36.0 26 Aug 2025
    Release notes
    Open source →
  31. 1.35.0 29 Jul 2025
    Release notes
    Open source →
  32. 1.34.2 23 Jul 2025
    Release notes
    Open source →
  33. 1.34.1 07 Jul 2025
    Release notes
    Open source →
  34. 1.34.0 19 Jun 2025
    Release notes
    Open source →
  35. 1.33.1 17 Jun 2025
    Release notes
    Open source →
  36. 1.33.0 05 Jun 2025
    Release notes
    Open source →
  37. 1.32.1 04 Jun 2025
    Release notes
    Open source →
  38. 1.32.0 12 May 2025
    Release notes
    Open source →
  39. 1.31.3 14 Apr 2025
    Release notes
    Open source →
  40. 1.31.2 07 Apr 2025
    Release notes
    Open source →
  41. 1.30.2 05 Mar 2025
    Release notes
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive