Skip to content

Latest commit

 

History

History
284 lines (149 loc) · 12.8 KB

File metadata and controls

284 lines (149 loc) · 12.8 KB

Changelog

0.12.1 (2026-04-10)

Full Changelog: v0.12.0...v0.12.1

Bug Fixes

  • multipart encoding for file arrays (c8b1646)

Documentation

  • closes OPEN-9953: expose endpoints to get and delete a row (232488e)

0.12.0 (2026-04-01)

Full Changelog: v0.11.2...v0.12.0

Features

0.11.2 (2026-04-01)

Full Changelog: v0.11.1...v0.11.2

Bug Fixes

  • align path encoding with RFC 3986 section 3.3 (a90bfa7)
  • internal: correct multipart form field name encoding (c24ad06)
  • variable name typo (19d1897)

Chores

  • ci: skip lint on metadata-only changes (8e5f101)
  • ci: support opting out of skipping builds on metadata-only commits (13a5bb1)
  • internal: tweak CI branches (b95bc79)
  • internal: update gitignore (505f7b6)
  • tests: bump steady to v0.19.4 (1768e99)
  • tests: bump steady to v0.19.5 (95ea180)
  • tests: bump steady to v0.19.6 (0223b02)
  • tests: bump steady to v0.19.7 (f4894d6)
  • tests: bump steady to v0.20.1 (825869e)
  • tests: bump steady to v0.20.2 (e576f39)

Refactors

  • tests: switch from prism to steady (80fd726)

0.11.1 (2026-03-08)

Full Changelog: v0.11.0...v0.11.1

Chores

  • ci: skip uploading artifacts on stainless-internal branches (0f387a6)

0.11.0 (2026-03-06)

Full Changelog: v0.10.10...v0.11.0

Features

  • api: update POST /rows to use list method name (1b2c6a7)
  • closes OPEN-9425: document /rows endpoint in API reference and … (8e97947)

Chores

  • internal: codegen related update (022946b)
  • test: do not count install time for mock server timeout (2ad2d84)

0.10.10 (2026-03-03)

Full Changelog: v0.10.9...v0.10.10

Chores

  • ci: add build step (bea48e1)
  • internal: codegen related update (650d388)

0.10.9 (2026-02-27)

Full Changelog: v0.10.8...v0.10.9

Bug Fixes

  • properly mock time in ruby ci tests (a59a123)

0.10.8 (2026-02-20)

Full Changelog: v0.10.7...v0.10.8

Chores

  • update mock server docs (31a3f7b)

0.10.7 (2026-02-10)

Full Changelog: v0.10.6...v0.10.7

Chores

  • closes OPEN-8647: add endpoint to retrieve aggregated user data for inference pipelines (5442bcb)

0.10.6 (2026-02-07)

Full Changelog: v0.10.5...v0.10.6

Bug Fixes

  • client: loosen json header parsing (65e7b42)

0.10.5 (2026-02-04)

Full Changelog: v0.10.4...v0.10.5

Chores

  • docs: remove www prefix (28a33f9)

0.10.4 (2026-02-03)

Full Changelog: v0.10.3...v0.10.4

Bug Fixes

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

0.10.3 (2026-01-17)

Full Changelog: v0.10.2...v0.10.3

Chores

  • internal: update actions/checkout version (0bced62)

0.10.2 (2026-01-14)

Full Changelog: v0.10.1...v0.10.2

Chores

  • fix typo in descriptions (fa53918)

0.10.1 (2026-01-12)

Full Changelog: v0.10.0...v0.10.1

Chores

  • closes OPEN-8576: expose delete project endpoint (f8710ce)
  • move cgi into dependencies for ruby 4 (10e2f05)

0.10.0 (2026-01-09)

Full Changelog: v0.9.1...v0.10.0

Features

  • closes OPEN-8532: expose 'tests/{id}/results' endpoint (9283aa5)

0.9.1 (2026-01-08)

Full Changelog: v0.9.0...v0.9.1

Chores

  • closes OPEN-8644: address warnings on Stainless studio (7bb51fc)
  • remove _meta (11b8689)

0.9.0 (2026-01-08)

Full Changelog: v0.8.1...v0.9.0

Features

  • api: add missing endpoints (57f7ad7)

0.8.1 (2026-01-06)

Full Changelog: v0.8.0...v0.8.1

Chores

  • closes OPEN-8602: parse document chunks from ConversationalSearchService response (afb7d2e)
  • closes OPEN-8603: represent nested steps for ConversationalSearchService traces (e5026c7)

0.8.0 (2026-01-05)

Full Changelog: v0.7.1...v0.8.0

Features

  • closes OPEN-8574: session and user id support for the ConversationalSearchService tracer (9157c52)

0.7.1 (2025-12-19)

Full Changelog: v0.7.0...v0.7.1

Bug Fixes

  • issue where json.parse errors when receiving HTTP 204 with nobody (cd07b68)

0.7.0 (2025-12-17)

Full Changelog: v0.6.0...v0.7.0

Features

  • closes OPEN-8478: add ConversationalSearchService tracer to Ruby SDK (a33bc2e)

0.6.0 (2025-12-17)

Full Changelog: v0.5.0...v0.6.0

Features

  • api: add test evaluation method (18f2855)

Bug Fixes

  • calling break out of streams should be instantaneous (8fe6142)

0.5.0 (2025-12-16)

Full Changelog: v0.4.1...v0.5.0

Features

  • api: api update (e686c41)
  • api: api update (062f345)
  • handle thread interrupts in the core HTTP client (ec67b44)

Bug Fixes

  • absolutely qualified uris should always override the default (e245d11)
  • better thread safety via early initializing SSL store during HTTP client creation (0855118)

Chores

  • bump dependency version and update sorbet types (005fef1)
  • explicitly require "base64" gem (a83cb81)

0.4.1 (2025-10-15)

Full Changelog: v0.4.0...v0.4.1

Bug Fixes

  • should not reuse buffers for IO.copy_stream interop (059d546)

Chores

  • ignore linter error for tests having large collections (2ccd433)

0.4.0 (2025-10-02)

Full Changelog: v0.0.2...v0.4.0

Chores

0.0.2 (2025-10-02)

Full Changelog: v0.0.1...v0.0.2

Bug Fixes

  • coroutine leaks from connection pool (c916cc0)

Chores