Promise-based request library using Fetch.
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 58 of the last 60 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
261 releases · first in 2022
Release timeline
261 releases since 2022Releases
- 4.23.310 Apr 2024
Release notes
Open source → - 4.23.227 Mar 2024
Release notes
Open source → - 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