Full Changelog: v0.12.0...v0.12.1
- multipart encoding for file arrays (c8b1646)
- closes OPEN-9953: expose endpoints to get and delete a row (232488e)
Full Changelog: v0.11.2...v0.12.0
- Cid/fetching endpoints (8295c08)
Full Changelog: v0.11.1...v0.11.2
- align path encoding with RFC 3986 section 3.3 (a90bfa7)
- internal: correct multipart form field name encoding (c24ad06)
- variable name typo (19d1897)
- 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)
- tests: switch from prism to steady (80fd726)
Full Changelog: v0.11.0...v0.11.1
- ci: skip uploading artifacts on stainless-internal branches (0f387a6)
Full Changelog: v0.10.10...v0.11.0
- api: update POST /rows to use list method name (1b2c6a7)
- closes OPEN-9425: document /rows endpoint in API reference and … (8e97947)
- internal: codegen related update (022946b)
- test: do not count install time for mock server timeout (2ad2d84)
Full Changelog: v0.10.9...v0.10.10
Full Changelog: v0.10.8...v0.10.9
- properly mock time in ruby ci tests (a59a123)
Full Changelog: v0.10.7...v0.10.8
- update mock server docs (31a3f7b)
Full Changelog: v0.10.6...v0.10.7
- closes OPEN-8647: add endpoint to retrieve aggregated user data for inference pipelines (5442bcb)
Full Changelog: v0.10.5...v0.10.6
- client: loosen json header parsing (65e7b42)
Full Changelog: v0.10.4...v0.10.5
- docs: remove www prefix (28a33f9)
Full Changelog: v0.10.3...v0.10.4
- client: always add content-length to post body, even when empty (cdd39fc)
Full Changelog: v0.10.2...v0.10.3
- internal: update
actions/checkoutversion (0bced62)
Full Changelog: v0.10.1...v0.10.2
- fix typo in descriptions (fa53918)
Full Changelog: v0.10.0...v0.10.1
- closes OPEN-8576: expose delete project endpoint (f8710ce)
- move
cgiinto dependencies for ruby 4 (10e2f05)
Full Changelog: v0.9.1...v0.10.0
- closes OPEN-8532: expose 'tests/{id}/results' endpoint (9283aa5)
Full Changelog: v0.9.0...v0.9.1
Full Changelog: v0.8.1...v0.9.0
- api: add missing endpoints (57f7ad7)
Full Changelog: v0.8.0...v0.8.1
- closes OPEN-8602: parse document chunks from ConversationalSearchService response (afb7d2e)
- closes OPEN-8603: represent nested steps for ConversationalSearchService traces (e5026c7)
Full Changelog: v0.7.1...v0.8.0
- closes OPEN-8574: session and user id support for the ConversationalSearchService tracer (9157c52)
Full Changelog: v0.7.0...v0.7.1
- issue where json.parse errors when receiving HTTP 204 with nobody (cd07b68)
Full Changelog: v0.6.0...v0.7.0
- closes OPEN-8478: add ConversationalSearchService tracer to Ruby SDK (a33bc2e)
Full Changelog: v0.5.0...v0.6.0
- api: add test evaluation method (18f2855)
- calling
breakout of streams should be instantaneous (8fe6142)
Full Changelog: v0.4.1...v0.5.0
- api: api update (e686c41)
- api: api update (062f345)
- handle thread interrupts in the core HTTP client (ec67b44)
- absolutely qualified uris should always override the default (e245d11)
- better thread safety via early initializing SSL store during HTTP client creation (0855118)
Full Changelog: v0.4.0...v0.4.1
- should not reuse buffers for
IO.copy_streaminterop (059d546)
- ignore linter error for tests having large collections (2ccd433)
Full Changelog: v0.0.2...v0.4.0
- update readme (102f6fb)
Full Changelog: v0.0.1...v0.0.2
- coroutine leaks from connection pool (c916cc0)