JavaScript client for client-analytics
Last release 9 days ago
18 Aug 2026
Ships fairly regularly
a new release about every 2 weeks
Nearly every release is documented
notes for 152 of 166 stable releases
1 version withdrawn
withdrawn after publishing
7 years old
311 releases · first in 2019
Release timeline
311 releases since 2019Releases
- 4.23.126 Mar 2024
- 4.23.026 Mar 2024
- 4.22.19 Jan 2024
Release notes
Open source → - 4.22.014 Dec 2023
Release notes
Open source →v4.22.0
Why
The
trending-facetsAPI only returns typestringforfacetValue.A follow-up on #1494 as other models return items/hits which are of type
RecordWithObjectIDHowever,
trending-facetsmodel returns a list of TrendingFacetHit which (by definition) don't have anobjectIDproperty.How
To simplify the code, we can remove the type argument
TObjectfortrending-facetsImpact
If you're not using TypeScript or the
trending-facetsmodel, there is nothing to change. You can ignore the following.Otherwise, you will need to remove the type argument passed to
getTrendingFacetsand the code goes from this:type FacetType = { facetName: string; facetValue: string; } const { results } = await client.getTrendingFacets<FacetType>(/**/)To this:
const { results } = await client.getTrendingFacets(/**/) - 4.21.112 Dec 2023
- 4.21.011 Dec 2023
- 4.20.012 Sept 2023
Release notes
Open source → - 4.19.120 Jul 2023
- 4.19.018 Jul 2023
- 4.18.023 Jun 2023
- 4.17.28 Jun 2023
- 4.17.124 May 2023
- 4.17.03 Apr 2023
- 4.16.023 Mar 2023
- 4.15.02 Mar 2023
- 4.14.319 Dec 2022
- 4.14.227 Jul 2022
Release notes
Open source → - 4.14.120 Jul 2022
Release notes
Open source → - 4.14.018 Jul 2022
- 4.13.118 May 2022
Release notes
Open source → - 4.13.014 Mar 2022
Release notes
Open source → - 4.12.22 Mar 2022
- 4.12.128 Jan 2022
Release notes
Open source → - 4.12.07 Jan 2022
Release notes
Open source →v4.12.0
- feat(types): add reranking engine settings to types (#1378) (e9c0f30), closes #1378
- chore: clean up unused package and auto exports (#1315) (dfa7254), closes #1315
- chore: Configure Renovate (#1304) (f75924d), closes #1304
- chore: disable renovate until the test suite is less flaky (#1370) (8c8db3d), closes #1370
- 4.11.020 Oct 2021
- 4.10.526 Aug 2021
Release notes
Open source → - 4.10.423 Aug 2021
Release notes
Open source → - 4.10.35 Jul 2021
- 4.10.223 Jun 2021
- 4.10.023 Jun 2021withdrawn: Not all packages were available
Release notes
Open source →v4.10.0
The
@algolia/client-recommendationis now deprecated, please use@algolia/client-personalizationinstead. If you were usinginitRecommendationfrom thealgoliasearchpackage, please useinitPersonalizationinstead. - 4.9.315 Jun 2021
- 4.9.210 Jun 2021
- 4.9.126 Apr 2021
Release notes
Open source → - 4.9.013 Apr 2021
- 4.8.68 Mar 2021
- 4.8.58 Feb 2021
- 4.8.420 Jan 2021
- 4.8.33 Dec 2020
Release notes
Open source → - 4.8.226 Nov 2020
- 4.8.125 Nov 2020
Release notes
Open source → - 4.8.019 Nov 2020
- 4.7.016 Nov 2020
- 4.6.02 Nov 2020
- 4.5.114 Sept 2020
Nothing published for this version
- 4.5.014 Sept 2020
Nothing published for this version
- 4.4.06 Aug 2020
Nothing published for this version
- 4.3.120 Jul 2020
Nothing published for this version
- 4.3.011 Jun 2020
Nothing published for this version
- 4.2.021 Apr 2020
Nothing published for this version
- 4.1.09 Mar 2020
Nothing published for this version
- 4.0.313 Feb 2020
Nothing published for this version
- 4.0.27 Feb 2020
Nothing published for this version
- 4.0.13 Feb 2020
Nothing published for this version
- 4.0.03 Feb 2020
Nothing published for this version
- 4.0.0-beta.1630 Jan 2020pre-release
Nothing published for this version
- 4.0.0-beta.1522 Jan 2020pre-release
Nothing published for this version
- 4.0.0-beta.1413 Jan 2020pre-release
Nothing published for this version
- 4.0.0-beta.138 Jan 2020pre-release
Nothing published for this version
- 4.0.0-beta.127 Jan 2020pre-release
Nothing published for this version
- 4.0.0-beta.1120 Dec 2019pre-release
Nothing published for this version