Skip to content

Latest commit

 

History

History
454 lines (241 loc) · 22.1 KB

File metadata and controls

454 lines (241 loc) · 22.1 KB

Changelog

1.15.0 (2026-03-03)

Full Changelog: v1.14.1...v1.15.0

Features

  • Remove queries from recall endpoint (04d1dcd)

Bug Fixes

  • client: serialize query parameters properly (2b88e7d)
  • properly mock time in ruby ci tests (1a1f81d)

Chores

1.14.1 (2026-02-19)

Full Changelog: v1.14.0...v1.14.1

Chores

  • internal: remove mock server code (073b9d0)
  • update mock server docs (50a7ba1)

1.14.0 (2026-02-17)

Full Changelog: v1.13.0...v1.14.0

Features

  • Add ranking-by-attribute to the spec. (7341bcb)

1.13.0 (2026-02-08)

Full Changelog: v1.12.2...v1.13.0

Features

  • add support for limit query parameter (e7de801)
  • spec: clean up limit codegen (383ab43)

1.12.2 (2026-02-06)

Full Changelog: v1.12.1...v1.12.2

Bug Fixes

  • client: loosen json header parsing (93077e3)

1.12.1 (2026-02-04)

Full Changelog: v1.12.0...v1.12.1

Chores

  • docs: remove www prefix (ffdfaf2)

1.12.0 (2026-02-03)

Full Changelog: v1.11.2...v1.12.0

Features

  • ContainsAnyToken last_as_prefix docs (c8c63c7)

1.11.2 (2026-02-02)

Full Changelog: v1.11.1...v1.11.2

Bug Fixes

  • client: always add content-length to post body, even when empty (ccd1efa)

1.11.1 (2026-01-28)

Full Changelog: v1.11.0...v1.11.1

Bug Fixes

  • docs: fix mcp installation instructions for remote servers (754db38)

1.11.0 (2026-01-22)

Full Changelog: v1.10.1...v1.11.0

Features

  • [TPUF-1097] tpuf: return failed IDs for conditional writes (5b8d225)
  • Apigen integration (11ae24b)
  • disable response compression by default (#34) (2ca1437)

Chores

  • configure new SDK language (abc9dfe)
  • fix typo in descriptions (5ce373b)
  • internal: update actions/checkout version (09e5d5c)

1.10.1 (2026-01-09)

Full Changelog: v1.10.0...v1.10.1

Chores

  • internal: codegen related update (9e7e7d2)
  • move cgi into dependencies for ruby 4 (1aeb65f)

1.10.0 (2025-12-18)

Full Changelog: v1.9.1...v1.10.0

Features

  • add word_v3 to the spec (b484b4b)

Bug Fixes

  • calling break out of streams should be instantaneous (42f9fe1)
  • issue where json.parse errors when receiving HTTP 204 with nobody (fcbd409)

Chores

1.9.1 (2025-12-02)

Full Changelog: v1.9.0...v1.9.1

Documentation

  • add cross-region copy_from_namespace to write API docs (bf6a887)

1.9.0 (2025-12-02)

Full Changelog: v1.8.0...v1.9.0

Features

  • sdks: add <patch|delete>_by_filter_allow_partial options (cd557aa)

1.8.0 (2025-11-25)

Full Changelog: v1.7.0...v1.8.0

Features

  • site: add ascii_folding to docs and SDKs (3559081)

Chores

  • explicitly require "base64" gem (eff4748)

1.7.0 (2025-11-17)

Full Changelog: v1.6.0...v1.7.0

Features

  • Allow for a CMEK key to be specified in copy_from_namespace (5c29fe0)
  • spec: add support for cross-org CFN to SDKs (eb1028c)

1.6.0 (2025-11-06)

Full Changelog: v1.5.0...v1.6.0

Features

  • Add vector attribute schema to metadata endpoint (a509e47)
  • handle thread interrupts in the core HTTP client (ad531ac)
  • Make type required on AttributeSchemaConfig (c9300f6)
  • openapi: Fix stainless warnings (1b7685f)
  • openapi: name variants of NamespaceMetadata.index (3b7cd24)

Bug Fixes

  • better thread safety via early initializing SSL store during HTTP client creation (588faf7)

Chores

  • bump dependency version and update sorbet types (b8c6c9a)
  • client: send user-agent header (dda4633)

1.5.0 (2025-10-21)

Full Changelog: v1.4.0...v1.5.0

Features

  • Metadata endpoint updates (e.g. to track indexing progress) (4e631c7)
  • required for patch_by_filter 🤦 (f075887)
  • stainless: add patch_by_filter (da661c2)

1.4.0 (2025-10-15)

Full Changelog: v1.3.0...v1.4.0

Features

  • Add float, []float and []bool to the list of valid types in the OpenAPI spec. (0b809b3)
  • Promote disable_backpressure to first-class Write property (96b020d)

Bug Fixes

  • absolutely qualified uris should always override the default (7497b77)
  • always send filename=... for multipart requests where a file is expected (155e39b)
  • coroutine leaks from connection pool (be9b5c2)
  • internal: use null byte as file separator in the fast formatting script (c14be00)
  • shorten multipart boundary sep to less than RFC specificed max length (a128bba)
  • should not reuse buffers for IO.copy_stream interop (e1d1753)

Performance Improvements

Chores

  • allow fast-format to use bsd sed as well (9ba0c7d)
  • ignore linter error for tests having large collections (c6a3403)

Documentation

  • hint_cache_warm also update header and openapi (91dd701)

1.3.0 (2025-09-19)

Full Changelog: v1.2.0...v1.3.0

Features

  • add WithParams variant to BM25 and ContainsAllTokens (77c2acc)

Chores

  • do not install brew dependencies in ./scripts/bootstrap by default (923bcb0)

1.2.0 (2025-09-17)

Full Changelog: v1.1.0...v1.2.0

Features

  • expose response headers for both streams and errors (05ceb63)
  • spec: move Ruby gem to turbopuffer (c971adc)

1.1.0 (2025-09-11)

Full Changelog: v1.0.0...v1.1.0

Features

  • spec: add dedicated type for AggregationGroup response (e30bb79)
  • tpuf: add include_ground_truth option to recall endpoint (9d535c4)

1.0.0 (2025-08-28)

Full Changelog: v0.2.6...v1.0.0

Features

  • Make word_v2 the default FTS tokenizer (80b7df4)

Bug Fixes

  • bump sorbet version and fix new type errors from the breaking change (751bf80)

Chores

  • add json schema comment for rubocop.yml (ce20bd0)

0.2.6 (2025-08-18)

Full Changelog: v0.2.5...v0.2.6

Bug Fixes

  • api: add support for group_by query parameter (c4e6261)
  • remove 200 error code for hint_cache_warm API call (always 202 now) (bbd6d75)

Chores

  • internal: codegen related update (880022b)

0.2.5 (2025-08-11)

Full Changelog: v0.2.4...v0.2.5

Chores

  • collect metadata from type DSL (79bb9bd)
  • internal: update comment in script (0b151c0)
  • update @stainless-api/prism-cli to v5.15.0 (bb9a4b1)

0.2.4 (2025-08-01)

Full Changelog: v0.2.3...v0.2.4

Bug Fixes

Chores

  • internal: increase visibility of internal helper method (fc6e1e7)

0.2.3 (2025-07-29)

Full Changelog: v0.2.2...v0.2.3

Bug Fixes

0.2.2 (2025-07-29)

Full Changelog: v0.2.1...v0.2.2

Bug Fixes

  • api: api update (9650229)
  • api: api update (f27319a)
  • internal: ensure sorbet test always runs serially (954ee15)

0.2.1 (2025-07-28)

Full Changelog: v0.2.0...v0.2.1

Bug Fixes

Chores

0.2.0 (2025-07-22)

Full Changelog: v0.2.0-beta.1...v0.2.0

Chores

0.2.0-beta.1 (2025-07-22)

Full Changelog: v0.2.0-alpha.3...v0.2.0-beta.1

Chores

0.2.0-alpha.3 (2025-07-22)

Full Changelog: v0.2.0-alpha.2...v0.2.0-alpha.3

Bug Fixes

  • allow modifying Row objects in place (269929a)
  • improve the README example (84793e6)
  • internal: tests should use normalized property names (a2bfe81)

Chores

0.2.0-alpha.2 (2025-07-21)

Full Changelog: v0.2.0-alpha.1...v0.2.0-alpha.2

Chores

0.2.0-alpha.1 (2025-07-21)

Full Changelog: v0.1.0-alpha.2...v0.2.0-alpha.1

Features

  • api: introduce dedicated Query model (420e42b)

Bug Fixes

  • api: api update (7348b90)
  • api: api update (e600278)
  • api: api update (823d059)
  • api: api update (6380572)
  • api: api update (ca95879)
  • api: api update (6f54464)
  • ci: plumb API key to tests (25603e1)
  • ci: release-doctor — report correct token name (df0b386)
  • don't require region unless baseUrl contains {region} placeholder (2d537ff)
  • formatting (5d1aa92)
  • issue where we cannot mutate arrays on base model derivatives (bc889aa)
  • request parameters should not be marked required if they can be derived from client properties (aaa1c73)
  • test: provide distance_metric (2c41aee)

Chores

  • ci: enable for pull requests (0abb0af)
  • ci: only run for pushes and fork pull requests (eb299b8)
  • internal: allow streams to also be unwrapped on a per-row basis (85fbc15)

0.1.0-alpha.2 (2025-06-14)

Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2

Features

  • add namespace resource and example (5340ac0)

Chores

0.1.0-alpha.1 (2025-06-14)

Full Changelog: v0.0.1-alpha.0...v0.1.0-alpha.1

Features

  • add namespace resource and example (f72d1f8)

Chores