algolia/algoliasearch-client-php
API powering the features of Algolia.
4.47.0
36M downloads/mo
#799 most downloaded on Packagist
algolia/algoliasearch-client-php
What this package is like to depend on
Last release 5 days ago
18 Aug 2026
Ships fairly regularly
a new release about every 2 weeks
Some releases are documented
notes for 89 of 192 stable releases
Nothing withdrawn
no release was ever pulled
13 years old
283 releases · first in 2013
32 releases in the last 12 months
see the full history below
Release timeline
283 releases · Dec 2013 to Aug 2026Releases
latest 60 of 283-
4.47.018 Aug 2026Release notes
Open source →New version released!
What's Changed
- b5880f18d0 fix(php): replace deprecated GuzzleHttp\choose_handler() (#6828) by @eric-zaharia
- 3bee6d1dee chore(ci): pin all GitHub Action refs to commit SHAs (API-475) (#6819) by @MarioAlexandruDan
- 1861c65242 fix(php): surface last retry error in UnreachableException (#6831) by @eric-zaharia
- 1f389d1f7f feat(specs): add agentic analytics support to insights spec (#6876) by @sirockin
- 65cc642811 feat(specs): add decision (declared winner) to abtesting-v3 ABTest (#6732) by @cdhawke
- 637defc23a feat(specs): add analytics v3 pattern endpoints (#6795) by @Niamsy
Full Changelog: 4.46.3...4.47.0
Release notes
Open source →- b5880f18d0 fix(php): replace deprecated GuzzleHttp\choose_handler() (#6828) by @eric-zaharia
- 3bee6d1dee chore(ci): pin all GitHub Action refs to commit SHAs (API-475) (#6819) by @MarioAlexandruDan
- 1861c65242 fix(php): surface last retry error in UnreachableException (#6831) by @eric-zaharia
- 1f389d1f7f feat(specs): add agentic analytics support to insights spec (#6876) by @sirockin
- 65cc642811 feat(specs): add decision (declared winner) to abtesting-v3 ABTest (#6732) by @cdhawke
- 637defc23a feat(specs): add analytics v3 pattern endpoints (#6795) by @Niamsy
-
4.46.315 Jul 2026Release notes
Open source →New version released!
What's Changed
- ac68c1a79c fix(specs): add facetFilters back to recommend fallbackParameters (#6727) by @raed667
Full Changelog: 4.46.2...4.46.3
Release notes
Open source →- ac68c1a79c fix(specs): add facetFilters back to recommend fallbackParameters (#6727) by @raed667
-
4.46.207 Jul 2026Release notes
Open source →New version released!
What's Changed
- 035c03ecad fix(specs): BREAKING CHANGE – remove recommend query params overridden by the API (#6604) by @raed667
- The
ranking,facetFilters, andenableABTestparameters have been removed from the Recommend request, andenableRulesfrom its fallback parameters, as the Recommend API ignores them. API behavior is unchanged, but code setting these fields must be updated.
- The
- 5031c65633 chore(deps): dependencies 2026-06-15 (#6508) by @algolia-api-clients-automation-bot[bot]
- 0f041b7d23 fix(php): chunked push polling offset (#6602) by @eric-zaharia
- f258a66a9d fix(clients): browseSynonyms pagination (CR-11727) (#6652) by @Fluf22
- 915cb4650b fix(clients): add warning in replace_all_objects for empty objects (#6611) by @eric-zaharia
Full Changelog: 4.46.1...4.46.2
Release notes
Open source →- 035c03ecad fix(specs): BREAKING CHANGE – remove recommend query params overridden by the API (#6604) by @raed667
- The
ranking,facetFilters, andenableABTestparameters have been removed from the Recommend request, andenableRulesfrom its fallback parameters, as the Recommend API ignores them. API behavior is unchanged, but code setting these fields must be updated.
- The
- 5031c65633 chore(deps): dependencies 2026-06-15 (#6508) by @algolia-api-clients-automation-bot[bot]
- 0f041b7d23 fix(php): chunked push polling offset (#6602) by @eric-zaharia
- f258a66a9d fix(clients): browseSynonyms pagination (CR-11727) (#6652) by @Fluf22
- 915cb4650b fix(clients): add warning in replace_all_objects for empty objects (#6611) by @eric-zaharia
- 035c03ecad fix(specs): BREAKING CHANGE – remove recommend query params overridden by the API (#6604) by @raed667
-
4.46.123 Jun 2026Release notes
Open source →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
getObjectsoperation now returns a list of nullable objects, as the API can send backnullrecords. The clients previously only allowed a list of objects, so the response type has been updated to allownullvalues.
- The
Full Changelog: 4.46.0...4.46.1
Release notes
Open source →- 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
getObjectsoperation now returns a list of nullable objects, as the API can send backnullrecords. The clients previously only allowed a list of objects, so the response type has been updated to allownullvalues.
- The
-
4.46.016 Jun 2026Release notes
Open source →New version released!
What's Changed
- 52ebd28f58 feat(clients): release Agent Studio package updates (#6573) by @Fluf22
Full Changelog: 4.45.0...4.46.0
Release notes
Open source →- 52ebd28f58 feat(clients): release Agent Studio package updates (#6573) by @Fluf22
-
4.45.011 Jun 2026Release notes
Open source →New version released!
What's Changed
- 7f2ce8cd3a feat(clients): Agent Studio v1 (#6097) by @Fluf22
Full Changelog: 4.44.0...4.45.0
-
4.44.029 May 2026Release notes
Open source →New version released!
What's Changed
BREAKING CHANGES: this minor version includes breaking changes. See below for more details.
- 3e6df652cb feat(php): BREAKING CHANGE – expose maximum number of retries (#6401) by @eric-zaharia
- 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.
- dced3f23ff feat(php): BREAKING CHANGE – add TransformationOptions for ingestion transporter (#6349) by @eric-zaharia
- Search client configs were leaking into the ingestion layer when using transformation helpers, which could lead to custom host, timeout or other properties overwrite.
- 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: 4.43.1...4.44.0
Release notes
Open source →BREAKING CHANGES: this minor version includes breaking changes. See below for more details.
- 3e6df652cb feat(php): BREAKING CHANGE – expose maximum number of retries (#6401) by @eric-zaharia
- 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.
- dced3f23ff feat(php): BREAKING CHANGE – add TransformationOptions for ingestion transporter (#6349) by @eric-zaharia
- Search client configs were leaking into the ingestion layer when using transformation helpers, which could lead to custom host, timeout or other properties overwrite.
- 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.
- 3e6df652cb feat(php): BREAKING CHANGE – expose maximum number of retries (#6401) by @eric-zaharia
-
4.43.105 May 2026Release notes
Open source →New version released!
What's Changed
- 363cc2d91b fix(specs): Ingestion API - update destination payload (#6320) by @sbellone
- 4d2ae79e73 chore(deps): dependencies 2026-04-20 (#6259) by @algolia-bot
- cd419fd6e8 fix(clients): validate empty string for required string parameters (#6338) by @Fluf22
- 7178fa2e3b chore(deps): dependencies 2026-05-04 (#6322) by @algolia-bot
Full Changelog: 4.43.0...4.43.1
Release notes
Open source →- 363cc2d91b fix(specs): Ingestion API - update destination payload (#6320) by @sbellone
- 4d2ae79e73 chore(deps): dependencies 2026-04-20 (#6259) by @algolia-bot
- cd419fd6e8 fix(clients): validate empty string for required string parameters (#6338) by @Fluf22
- 7178fa2e3b chore(deps): dependencies 2026-05-04 (#6322) by @algolia-bot
-
4.43.030 Apr 2026Release notes
Open source →New version released!
What's Changed
- d275af4e18 feat(specs): add Algolia Index as a native connector in ingestion client (#6290) by @morganleroi
- 74e91c1cd3 fix(specs): compostion run payload example for external injected items (#6291) by @gavinwade12
- d71c519ace fix(php): handle serialization of OperationIndexParams in ApiWrapper (#6287) by @MarioAlexandruDan
- 7b4c9dfc5d fix(clients): push helper smooth traffic (#6247) by @shortcuts
- a98b7f7cd8 feat(specs): add feedsOrder to composition run params (#6314) by @gavinwade12
Full Changelog: 4.42.0...4.43.0
Release notes
Open source →- d275af4e18 feat(specs): add Algolia Index as a native connector in ingestion client (#6290) by @morganleroi
- 74e91c1cd3 fix(specs): compostion run payload example for external injected items (#6291) by @gavinwade12
- d71c519ace fix(php): handle serialization of OperationIndexParams in ApiWrapper (#6287) by @MarioAlexandruDan
- 7b4c9dfc5d fix(clients): push helper smooth traffic (#6247) by @shortcuts
- a98b7f7cd8 feat(specs): add feedsOrder to composition run params (#6314) by @gavinwade12
-
4.42.022 Apr 2026Release notes
Open source →New version released!
What's Changed
BREAKING CHANGES: this minor version includes breaking changes in the Composition API. See below for more details.
- 0e13e8ef5c docs(insights): Update the user token deletion summary (#6225) by @fophillips
- 39ea2c5cb3 refactor(specs): split injection schema (#6224) by @ClaraMuller
- 544091a5f2 feat(specs): introduce recommend source in Comp API client (#6227) by @ClaraMuller
- f73d69aae4 fix(specs): clarify getIndexingTime (#6276) by @kai687
- 954054d440 fix(php): increase default retry max (#6277) by @eric-zaharia
- e48d5c4bbf feat(specs): query categorization (#6258) by @eric-zaharia
Full Changelog: 4.41.1...4.42.0
Release notes
Open source →BREAKING CHANGES: this minor version includes breaking changes in the Composition API. See below for more details.
- 0e13e8ef5c docs(insights): Update the user token deletion summary (#6225) by @fophillips
- 39ea2c5cb3 refactor(specs): split injection schema (#6224) by @ClaraMuller
- 544091a5f2 feat(specs): introduce recommend source in Comp API client (#6227) by @ClaraMuller
- f73d69aae4 fix(specs): clarify getIndexingTime (#6276) by @kai687
- 954054d440 fix(php): increase default retry max (#6277) by @eric-zaharia
- e48d5c4bbf feat(specs): query categorization (#6258) by @eric-zaharia
-
4.41.114 Apr 2026 -
4.41.001 Apr 2026Release notes
Open source →- 90048ee1a2 feat(php): add logs (#6054) by @eric-zaharia
- b8dcc5d391 fix(php): make RequestOptions implement ArrayAccess and IteratorAggregate (#6195) by @eric-zaharia
-
4.40.024 Mar 2026Release notes
Open source →- 28cced1ecc feat(php): add gzip compression (#6051) by @eric-zaharia
- 600f157a13 fix(specs): remove query parameter that are not accepted by the Composition API (#6128) by @ClaraMuller
-
4.39.109 Mar 2026Release notes
Open source →- 505136c9d fix(specs): add deprecated field
conditionin rule schemas (#5983) by @MarioAlexandruDan
- 505136c9d fix(specs): add deprecated field
-
4.39.018 Feb 2026Release notes
Open source →- 93c834fee feat(specs): add optional feedID to composition result set (#5991) by @gavinwade12
- 9aafd690b fix(specs): invalid API format for multi feed in Comp API (#5993) by @ClaraMuller
-
4.38.217 Feb 2026Release notes
Open source →- 9545a4f51 fix(php): with transformation missing param (#5986) by @eric-zaharia
-
4.38.112 Feb 2026Release notes
Open source →- 46be49a3f docs(specs): align with style guides (#5930) by @kai687
- 799a10c44 fix(specs): insights-api timestamp documentation (#5925) by @sirockin
- 4b3dc5c26 fix(specs): BREAKING CHANGE – remove unnecessary required fields (#5959) by @MarioAlexandruDan
- The
SearchResponsemodel now acceptsqueryandparamsas optional parameters, as they are not always returned by the API.
- The
- dfd992583 fix(specs): add missing
redirectproperty to rule consequence schema (#5934) by @Fluf22
-
4.38.005 Feb 2026Release notes
Open source →BREAKING CHANGES: this minor version includes multiple breaking changes related to fixes on different APIs. See below for more details.
- b39e3e013 feat(specs):
conditionsis not required anymore in composition rules (#5853) by @ClaraMuller - 1bf767381 feat(php): added withHttpInfo methods to PHP (#5852) by @eric-zaharia
- 9ef126ccd docs(SearchParams): Document that filter scores are supported in virtual replicas (#5716) by @NixFrog
- 6a3e60802 fix(specs): BREAKING CHANGE – remove baseRecommendRequest from trendingFacets [CR-10264] (#5858) by @raed667
- The
TrendingFacetsmodel has been updated to reflect the API response.
- The
- f9453e693 docs: BREAKING CHANGE – authentication type can't be updated (#5824) by @sbellone
- The
AuthenticationUpdatemodel has been updated to reflect that thetypefield can't be updated.
- The
- 52aed5b35 fix(specs): allow additionalProperties on insights-api events (#5885) by @sirockin
- 22ae44dd1 fix(clients): remove unneeded curl_close in CurlHttpClient (#5888) by @alexander-schranz
- 2925f56d1 fix(specs): BREAKING CHANGE – more accurate composition behavior typing (#5892) by @gavinwade12
- The
CompositionBehaviormodel is now a union type for better accuracy.
- The
- f1414f242 feat(php): Implement retry strategy (#5891) by @eric-zaharia
- 63b0c5464 feat(specs): BREAKING CHANGE – Ingestion API: new
codeproperty in oauth authentication (#5897) by @sbellone- The
AuthOAuthandAuthOAuthPartialmodels have been updated to reflect that theclientIdfield is now optional, and thecodefield can be set.
- The
- d4d385654 chore(deps): dependencies 2026-02-02 (#5898) by @algolia-bot
- b39e3e013 feat(specs):
-
4.37.320 Jan 2026 -
4.37.213 Jan 2026Release notes
Open source →- 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.
- cd7a174b4 fix(specs): BREAKING CHANGE — remove fields requirement from run response in CompAPI client (#5809) by @ClaraMuller
-
4.37.117 Dec 2025Release notes
Open source →- 54606b3b2 refactor(specs): extract
resultsfield in a dedicated directory (#5739) by @ClaraMuller - 3296a5033 chore(deps): dependencies 2025-11-24 (#5653) by @algolia-bot
- 5dabdc540 refactor(specs): re-organise response for Composition API (#5744) by @ClaraMuller
- 3d86676b0 fix(specs): update list with NLU permissions (#5769) by @MarioAlexandruDan
- 54606b3b2 refactor(specs): extract
-
4.37.004 Dec 2025Release notes
Open source →- 5335918a5 chore(scripts): update the jira action (#5678) by @millotp
- d6bde0f0c chore(scripts): remove component from jira ticket (#5680) by @millotp
- bc8460c30 chore(specs): change oneOf order for docs (#5676) by @shortcuts
- fe6e82c11 feat(specs): add sortBy query param and sortingStrategy (#5686) by @ben-kalmus
- cccfa9c86 feat(specs): add
sortBytrigger on Composition Rules (#5707) by @ClaraMuller - 260d8102c docs(abtests): Added documentation for featureFilters configuration i… (#5688) by @samykettani
-
4.36.024 Nov 2025Release notes
Open source →- 6a48ef151a feat(specs): allow
enablePersonalizationquery parameter at run time for Composition API (#5651) by @ClaraMuller - c286dce46f fix(specs): use summary fields (#5645) by @kai687
- 6a48ef151a feat(specs): allow
-
4.35.014 Nov 2025Release notes
Open source →- 7d189e024 feat(specs): add useImagesObjects property in commercetools source input (#5586) by @sbellone
- ee5542a32 fix(specs): Add title values to key oneOfs (#5581) by @gazconroy
- 354d28b7c fix(specs): update run reason in observability (#5623) by @millotp
- ae9ac597f fix(specs): add tags and scope to rules (#5625) by @millotp
-
4.34.007 Nov 2025 -
4.33.030 Oct 2025Release notes
Open source →- d9b21b4b1 feat(specs): add
renderingContentquery parameter in Composition API main injection (#5549) by @ClaraMuller - 1eee2a5f7 fix(specs): add ACL to missing endpoints (#5529) by @millotp
- 38ae444d7 feat(specs): add specific documentation for
facetsquery parameter in Composition API (#5477) by @ClaraMuller
- d9b21b4b1 feat(specs): add
-
4.32.022 Oct 2025Release notes
Open source →- 7f9de7cd9 fix(specs): ingestion small fix + added source input descriptions (#5515) by @sbellone
- 68bbcbb4e feat(php): add
setWaitTaskTimeBeforeRetrymethod for Search and Ingestion clients (#5514) by @louisfisch - 7287faaa7 feat(specs): add
facetsquery parameter available at run time (#5486) by @ClaraMuller
-
4.31.115 Oct 2025 -
4.31.007 Oct 2025Release notes
Open source →- 7de94353f feat(specs): add compositions deduplication setting (#5418) by @ben-kalmus
- 8bee10f1a fix(clients): add a default idleConnTimeout (#5442) by @millotp
- 01261eceb chore(deps): dependencies 2025-09-29 (#5393) by @algolia-bot
-
4.30.026 Sep 2025Release notes
Open source →- ad51f60561 feat(specs): add partialNoCreate action to ingestion specs (#5389) by @shortcuts
-
4.29.024 Sep 2025Release notes
Open source →- ca25c44e2 chore(deps): dependencies 2025-09-08 (#5310) by @algolia-bot
- cfbd9aa3c fix(specs): normalize spelling of summaries (#5340) by @kai687
- 353f4a08f feat(specs): allow filtering transformations type (#5363) by @shortcuts
- 323e06d6f chore(deps): dependencies 2025-09-15 (#5341) by @algolia-bot
- 9884be690 feat(specs): merge
composition&composition-full(#5333) by @ClaraMuller
-
4.28.003 Sep 2025Release notes
Open source →- 8f4abf3a1 fix(specs): Cross-reference filerPromotes to relevant guide (#5279) by @gazconroy
- 1f4a3a9f7 feat(specs): add put task endpoint to ingestion api (#5281) by @shortcuts
- 08e9d1888 fix(specs): add getVersion parameter to getSettings (#5254) by @millotp
- 716aa852f chore(deps): dependencies 2025-09-01 (#5285) by @algolia-bot
- f4eee1c4a chore(website): exclude schema from generated variables file (#5306) by @Fluf22
- 2fa0389f8 fix(clients): link to support/help center on unreachable hosts (#5305) by @shortcuts
-
4.27.026 Aug 2025Release notes
Open source →- 40f3bebfde fix(clients): prefix tags with v (#5186) by @millotp
- 48672036c1 refactor(specs): mutualise code between Search API & Comp API for search query parameters (#5125) by @ClaraMuller
- ca6f3ca016 fix(specs): define batch actions (#5242) by @kai687
- 99f8174c7d feat(specs): add fields for metadata in composition injectedItems (#5241) by @gavinwade12
- ff178d8118 feat(specs): abtests stopped at (#5275) by @stevenMevans
-
4.26.029 Jul 2025Release notes
Open source →- 66bc4eee9e feat(clients): add new abtesting-v3 package to clients + stabilize alpha js package (#5157) by @leonardogavaudan
- ede5ee05b7 fix(clients): WithTransformation methods retry logic (#5183) by @shortcuts
-
4.25.123 Jul 2025Release notes
Open source →- 84a1f4e422 refactor(specs): add interface to manipulate query parameter between composition API & Search API (#5123) by @ClaraMuller
- f25e156dde fix(specs): value/price clarifications in the Insights API (#5154) by @kai687
- 3160f87f7b fix(clients): reduce chances of Push rate limiting (#5153) by @shortcuts
-
4.25.015 Jul 2025Release notes
Open source →- a7a3c5fc95 feat(specs): document runMetadata parameter (#5087) by @DevinCodes
- f3717177c5 fix(specs):
averageClickPositionreturn type (#5089) by @shortcuts - 69a5e66ae3 fix(php): batchSize docblocks type (#5109) by @alcohol
-
4.24.107 Jul 2025Release notes
Open source →- 4c9416a9fe fix(specs): update sourceRun docs (#5057) by @DevinCodes
- 754efceb80 fix(specs): allow one sided rule validity (#5060) by @millotp
-
4.24.001 Jul 2025Release notes
Open source →- d1e9835e53 chore(deps): dependencies 2025-06-30 (#5031) by @algolia-bot
- 791a0c045d feat(specs): abtesting winsorizedAmount (#5053) by @cdhawke
-
4.23.019 Jun 2025Release notes
Open source →- a2ebbf496c feat(clients): add
replaceAllObjectsWithTransformation(#5008) by @shortcuts - 5e3869931b chore(spec): fix comment of custom path (#5014) by @millotp
- 9dec2bb122 fix(clients): allow chunked requests on WithTransformation methods (#5011) by @shortcuts
- 947a4cac09 feat(clients): add
replaceAllObjectsWithTransformation(#5013) by @shortcuts
- a2ebbf496c feat(clients): add
-
4.22.017 Jun 2025Release notes
Open source →- 46a6045a2a feat(clients): add bridge to transformation on search (#4940) by @shortcuts
- 6031284e24 feat(specs): update try transformation specs for no-code (#4974) by @mehmetaligok
- 2561c945f7 fix(clients): processingTimeMS should be optional (#5004) by @Fluf22
- 973cc0c07e feat(specs): add new ingestion property for push (#5007) by @shortcuts
-
4.21.005 Jun 2025Release notes
Open source →- 835daccb48 feat(specs): add with transformation helpers (#4931) by @shortcuts
-
4.20.004 Jun 2025Release notes
Open source →- 9db03b532b fix(specs): typo (#4854) by @kai687
- 969cae23ab fix(specs): change fileSize to int64 type (#4877) by @millotp
- 90b49b1e1b feat(specs): add global push endpoint (#4855) by @shortcuts
- cf416e6b91 fix(specs): updated watchResponse (#4879) by @shortcuts
- 06ad06e4a8 feat(specs): update transformation specs for no-code (#4901) by @mehmetaligok
- 4ec0e13e28 fix(specs): more indexing actions to push (#4930) by @shortcuts
- 1951e4d127 fix(specs): wrong ACL for getSettings (#4933) by @kai687
-
4.19.012 May 2025Release notes
Open source →- bebb56e0b9 fix(specs): add x-acl to insights endpoints (#4822) by @kai687
- 7e226c4559 feat(scripts): add push to mcp-node on release (#4784) by @shortcuts
-
4.18.530 Apr 2025 -
4.18.414 Apr 2025 -
4.18.307 Apr 2025 -
4.18.203 Apr 2025Release notes
Open source →- ac400354a9 fix(specs): make the updateAt non-null in ingestion (#4697) by @millotp
-
4.18.101 Apr 2025 -
4.18.025 Mar 2025Release notes
Open source →- c3addb449 feat(specs): add CT Query predicate property (#4654) by @morganleroi
-
4.17.024 Mar 2025Release notes
Open source →- 26457d0ec8 feat(specs): add the owner attributes to ingestion resources (#4616) by @millotp
-
4.16.011 Mar 2025Release notes
Open source →- ab623194e feat(specs): add
subscriptionActionto ingestion specs (#4587) by @shortcuts
- ab623194e feat(specs): add
-
4.15.105 Mar 2025Release notes
Open source →- 92bd911848 chore(scripts): point jira issues to another epic (#4505) by @millotp
- 97d2722bc9 fix(specs): Increase optionalWords visibility in docs (#4559) by @gazconroy
-
4.15.017 Feb 2025Release notes
Open source →- d2127cf74b feat(clients): more manual snippets for doc (#4452) by @Fluf22
-
4.14.011 Feb 2025Release notes
Open source →- fd2353a092 feat(clients): add manual snippets for search doc (#4388) by @Fluf22
- 9745e6d6f2 feat(php): add
setMaxRetries(#4448) by @shortcuts
-
4.13.105 Feb 2025Release notes
Open source →- 506b8a5636 fix(specs): responseFields description (#4399) by @kai687
- 09e657fa76 fix(specs): add a linter to assert that type is present (#4393) by @millotp
- 437c99303c fix(clients): mark php incompatible with 8.3.0 (#4416) by @millotp
-
4.13.022 Jan 2025Release notes
Open source →- 5aa57630d6 feat(specs): only use shortname in the source input (#4287) by @millotp
- 1e847f4caf fix(specs): move customRanking and keepDiacriticsOnCharacters to indexSettings (#4324) by @millotp
- 57d528a481 feat(clients): endpoint level timeout part 2 (#4318) by @Fluf22
- 58cc5449f5 fix(specs): optionalFilters additional explanation (#4353) by @kai687
- 700441942e fix(specs): deprecate task v1 (#4327) by @millotp
- 3b129e01df fix(specs): ingestion expected and received events type (#4356) by @shortcuts
- 22167b8e68 fix(specs): extend Analytics descriptions (#4360) by @gazconroy
- 5b14906c1e fix(specs): remove the processing outcome (#4359) by @millotp
- 952639f0fb fix(specs): adjust style for banner descriptions (#4362) by @kai687
- 83f188d333 feat(specs): rename composition to composition-full (private) and add composition (public) (#4357) by @e-krebs
-
4.12.007 Jan 2025Release notes
Open source →- b569646304 fix(specs): drop singer from ingestion specs (#4281) by @shortcuts
- 37223c9779 feat(clients): cleanup after replaceAllObjects failure (#3824) by @millotp
- 47b567fd0d chore(deps): dependencies 2025-01-06 (#4299) by @algolia-bot
- 5328ce8333 feat(specs): add notification settings to tasks (#4297) by @millotp
- e7b3898f06 feat(clients): add optionnal scopes to replaceAllObjects (#4296) by @millotp
- 47193ad3d1 chore: revert release (#4314) by @shortcuts
-
4.11.218 Dec 2024 -
4.11.112 Dec 2024Release notes
Open source →- cd59f445e fix(specs): enable watcher for push (#4229) by @shortcuts
- baf7d6f4d fix(specs): add
ignoreConjugationstoAlternativesAsExact(#4230) by @shortcuts
-
4.11.011 Dec 2024