Skip to content

Latest commit

 

History

History
1407 lines (962 loc) · 201 KB

File metadata and controls

1407 lines (962 loc) · 201 KB

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.
  • 2d1c05654 chore(deps): dependencies 2026-01-26 (#5859) by @algolia-bot
  • 6591e14a6 feat(clients): Test python timeout (#5883) by @eric-zaharia
  • 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.
  • d4d385654 chore(deps): dependencies 2026-02-02 (#5898) by @algolia-bot
  • 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

  • 4b1f1fd3 feat(specs): add query params to task lists endpoint in Ingestion APIC (#1233) by @Fluf22