Skip to content

Latest commit

 

History

History
144 lines (100 loc) · 10.9 KB

File metadata and controls

144 lines (100 loc) · 10.9 KB

Changelog

0.1.0-alpha.5 (2026-02-25)

Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5

Features

Bug Fixes

  • allow canceling a request while it is waiting to retry (b16eec0)
  • docs: add missing pointer prefix to api.md return types (6dd1ead)
  • encoder: correctly serialize NullStruct (ed7b95d)
  • mcp: correct code tool API endpoint (2eeb64b)
  • rename param to avoid collision (f221c75)
  • skip usage tests that don't work with Prism (61d03bd)

Chores

  • add float64 to valid types for RegisterFieldValidator (499e663)
  • elide duplicate aliases (9e83189)
  • internal: codegen related update (44eb5d0)
  • internal: codegen related update (e40a3de)
  • internal: move custom custom json tags to api (d68a748)
  • internal: remove mock server code (f28644a)
  • internal: update actions/checkout version (c853455)
  • update mock server docs (588eb6a)

0.1.0-alpha.4 (2025-12-01)

Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4

Features

Bug Fixes

  • client: correctly specify Accept header with / instead of empty (02ed3d4)

Chores

  • bump gjson version (4190bc4)
  • internal: codegen related update (766d0aa)
  • internal: grammar fix (it's -> its) (1a198ba)

0.1.0-alpha.3 (2025-10-13)

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

Features

Bug Fixes

  • api: remove undocumented endpoints, add list endpoint (ee795ee)
  • internal: unmarshal correctly when there are multiple discriminators (2836b68)
  • use slices.Concat instead of sometimes modifying r.Options (6adf0a1)

Chores

  • bump minimum go version to 1.22 (90c5664)
  • configure new SDK language (42f31df)
  • do not install brew dependencies in ./scripts/bootstrap by default (5983889)
  • update more docs for 1.22 (82733b2)

0.1.0-alpha.2 (2025-09-05)

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

Features

0.1.0-alpha.1 (2025-09-04)

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

Features

Bug Fixes

  • client: process custom base url ahead of time (59732a1)
  • close body before retrying (a2c02f0)
  • query param arrays are repeated (29c2a31)

Chores

  • configure new SDK language (6e68d64)
  • internal: codegen related update (dc39de2)
  • internal: codegen related update (8bc1bd2)
  • internal: update comment in script (765fd0e)
  • lint tests in subpackages (4ec488f)
  • update @stainless-api/prism-cli to v5.15.0 (625d237)
  • update SDK settings (ffa4444)