Skip to content

Latest commit

 

History

History
747 lines (505 loc) · 103 KB

File metadata and controls

747 lines (505 loc) · 103 KB
  • 035c03ecad fix(specs): BREAKING CHANGE – remove recommend query params overridden by the API (#6604) by @raed667
    • The ranking, facetFilters, and enableABTest parameters have been removed from the Recommend request, and enableRules from its fallback parameters, as the Recommend API ignores them. API behavior is unchanged, but code setting these fields must be updated.
  • 5031c65633 chore(deps): dependencies 2026-06-15 (#6508) by @algolia-api-clients-automation-bot[bot]
  • 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.

BREAKING CHANGES: this minor version includes breaking changes. See below for more details.

  • 84ebc480a8 chore(deps): dependencies 2026-05-15 (#6400) by @Fluf22
  • 90da6bf0ae chore(deps): dependencies 2026-05-18 (#6429) by @Fluf22
  • 77cfd0447b feat(ruby): add TransformationOptions for ingestion transporter configuration (#6313) by @MarioAlexandruDan
  • 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.
  • e4f6b366a1 feat(ruby): BREAKING CHANGE – expose maximum number of retries (#6461) 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.

BREAKING CHANGES: this minor version includes breaking changes in the Composition API. See below for more details.

BREAKING CHANGES: this minor version includes multiple breaking changes related to fixes on different APIs. See below for more details.

  • b39e3e013 feat(specs): conditions is not required anymore in composition rules (#5853) by @ClaraMuller
  • 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 TrendingFacets model has been updated to reflect the API response.
  • f9453e693 docs: BREAKING CHANGE – authentication type can't be updated (#5824) by @sbellone
    • The AuthenticationUpdate model has been updated to reflect that the type field can't be updated.
  • 52aed5b35 fix(specs): allow additionalProperties on insights-api events (#5885) by @sirockin
  • 2925f56d1 fix(specs): BREAKING CHANGE – more accurate composition behavior typing (#5892) by @gavinwade12
    • The CompositionBehavior model is now a union type for better accuracy.
  • 63b0c5464 feat(specs): BREAKING CHANGE – Ingestion API: new code property in oauth authentication (#5897) by @sbellone
    • The AuthOAuth and AuthOAuthPartial models have been updated to reflect that the clientId field is now optional, and the code field can be set.
  • 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.
  • b08917039 chore(deps): dependencies 2025-12-29 (#5792) by @algolia-bot

New major version released! Browse our documentation