algolia_client_ingestion 1.53.0
algolia_client_ingestion: ^1.53.0 copied to clipboard
A sub-package of the AlgoliaSearch library, offering ingestion-specific functionalities for enhanced search and discovery in Dart/Flutter apps.
1.53.0 #
BREAKING CHANGES: this minor version includes breaking changes in the A/B Testing V3 API. See below for more details.
- e4a6ab510a chore(ci): fail CI if a personal access token secret is referenced (#6919) by @eric-zaharia
- 28aa13de2e fix(clients): support guzzlehttp/psr7 v3 (#6945) by @eric-zaharia
- 8317b3a8ef feat(specs): BREAKING CHANGE – remove migratedAbTestID from abtesting-v3 (#6883) by @cdhawke
- 31395ba02e chore(deps): dependencies 2026-08-31 (#6959) by @algolia-api-clients-automation-bot[bot]
1.52.1 #
- e4a6ab510a chore(ci): fail CI if a personal access token secret is referenced (#6919) by @eric-zaharia
1.52.0 #
- 3bee6d1dee chore(ci): pin all GitHub Action refs to commit SHAs (API-475) (#6819) by @MarioAlexandruDan
- 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
- bed536e149 chore(deps): dependencies 2026-08-10 (#6835) by @algolia-api-clients-automation-bot[bot]
- 3bb5bb5f3d feat(dart): Request-ID and Correlation-ID support (#6878) by @MarioAlexandruDan
1.51.4 #
- 76dd01ea75 fix(dart): add missing READMEs for ingestion and agent studio packages (#6689) by @Fluf22
- e6f54ed6b7 fix(dart): add warning in replaceAllObjectsWithTransformation for empty objects (#6616) by @eric-zaharia
- ac68c1a79c fix(specs): add facetFilters back to recommend fallbackParameters (#6727) by @raed667
1.51.3 #
- 07511de2ea fix(dart): publish ingestion before search in release workflow (#6605) by @Fluf22
1.51.2 #
- 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]
- f1c63cf33c fix(dart): dio exhaustive switch handling (#6654) by @Fluf22
1.51.1 #
- 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
1.51.0 #
- 52ebd28f58 feat(clients): release Agent Studio package updates (#6573) by @Fluf22
1.50.1 #
- 45b42dd36f fix(dart): add missing version tests and publish agent-studio (#6500) by @Fluf22
- 7fcafa32bd fix(dart): gate extension.dart export behind hasExtensions (#6507) by @MarioAlexandruDan
- 77ef74c404 guides: add transformationOptions setup guides for the search client (#6483) by @MarioAlexandruDan
1.50.0 #
BREAKING CHANGES: this minor version includes breaking changes. See below for more details.
- 32ccb3b1e9 feat(dart): add TransformationOptions for ingestion transporter configuration (#6321) by @MarioAlexandruDan
- 7f2ce8cd3a feat(clients): Agent Studio v1 (#6097) by @Fluf22
- The
customRequestmethod now returnsnullfor API calls that respond with 204 No Content, where it previously returned an empty map{}. If you usecustomRequestwith endpoints that return 204, update your code to handle nullable responses.
- The