Skip to content

Latest commit

 

History

History
189 lines (135 loc) · 15.3 KB

File metadata and controls

189 lines (135 loc) · 15.3 KB

Changelog

0.1.0-alpha.6 (2026-05-21)

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

Features

  • api: api update (5c53052)
  • api: api update (8594097)
  • api: api update (eb93c6d)
  • api: api update (0ae17e1)
  • api: update config to account for breaking changes (bca26e2)
  • client: optimize json encoder for internal types (77a27ee)
  • go: add default http client with timeout (e8e7fff)
  • internal: support comma format in multipart form encoding (ecfc0ce)
  • support setting headers via env (c14c4ea)

Bug Fixes

  • better respect format tags from the spec (0b4c0ec)
  • fix issue with unmarshaling in some cases (fa94f5f)
  • go: avoid panic when http.DefaultTransport is wrapped (57cc619)
  • prevent duplicate ? in query params (179abd8)

Chores

  • avoid embedding reflect.Type for dead code elimination (851e07b)
  • ci: skip lint on metadata-only changes (59072fa)
  • ci: skip uploading artifacts on stainless-internal branches (d5f51e8)
  • ci: support opting out of skipping builds on metadata-only commits (046b6e1)
  • client: fix multipart serialisation of Default() fields (68d8f8e)
  • internal: codegen related update (0efeaca)
  • internal: codegen related update (6905ec5)
  • internal: minor cleanup (d4332e4)
  • internal: more robust bootstrap script (1aad79a)
  • internal: support default value struct tag (9be56ed)
  • internal: tweak CI branches (f1ab274)
  • internal: update gitignore (c997311)
  • internal: use explicit returns (f740ed8)
  • internal: use explicit returns in more places (f8f3570)
  • redact api-key headers in debug logs (ce03df6)
  • remove unnecessary error check for url parsing (9a31c22)
  • update docs for api:"required" (afd6c27)

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)