Skip to content

Latest commit

 

History

History
236 lines (130 loc) · 11.4 KB

File metadata and controls

236 lines (130 loc) · 11.4 KB

Changelog

0.10.0 (2026-05-18)

Full Changelog: v0.9.0...v0.10.0

Features

  • client: optimize json encoder for internal types (c4d3d55)

0.9.0 (2026-05-08)

Full Changelog: v0.8.0...v0.9.0

Features

Bug Fixes

  • go: avoid panic when http.DefaultTransport is wrapped (a0df656)

Chores

  • redact api-key headers in debug logs (8cf162d)

0.8.0 (2026-05-01)

Full Changelog: v0.7.0...v0.8.0

Features

  • go: add default http client with timeout (beb6a1f)
  • support setting headers via env (c5ffd5f)

Chores

  • avoid embedding reflect.Type for dead code elimination (0b78868)
  • internal: more robust bootstrap script (58cdef6)

0.7.0 (2026-04-19)

Full Changelog: v0.6.1...v0.7.0

Features

0.6.1 (2026-03-31)

Full Changelog: v0.6.0...v0.6.1

Chores

  • ci: support opting out of skipping builds on metadata-only commits (35efa48)
  • update docs for api:"required" (14c880c)

0.6.0 (2026-03-27)

Full Changelog: v0.5.3...v0.6.0

Features

  • internal: support comma format in multipart form encoding (6c39815)

Bug Fixes

  • prevent duplicate ? in query params (f7cfb89)

Chores

  • ci: skip lint on metadata-only changes (cb79b17)
  • client: fix multipart serialisation of Default() fields (17d404d)
  • internal: support default value struct tag (6da3050)
  • internal: update gitignore (22ed58c)
  • remove unnecessary error check for url parsing (7cb383a)

0.5.3 (2026-03-17)

Full Changelog: v0.5.2...v0.5.3

Chores

  • internal: minor cleanup (5dcbbb1)
  • internal: tweak CI branches (6377b4a)
  • internal: use explicit returns (edbbf41)
  • internal: use explicit returns in more places (af11842)

0.5.2 (2026-03-07)

Full Changelog: v0.5.1...v0.5.2

Chores

  • ci: skip uploading artifacts on stainless-internal branches (2087492)
  • internal: codegen related update (1a6c299)

0.5.1 (2026-03-03)

Full Changelog: v0.5.0...v0.5.1

Chores

  • internal: codegen related update (30c321b)
  • internal: move custom custom json tags to api (54c32e5)

0.5.0 (2026-02-23)

Full Changelog: v0.4.0...v0.5.0

Features

0.4.0 (2026-02-23)

Full Changelog: v0.3.1...v0.4.0

Features

0.3.1 (2026-02-20)

Full Changelog: v0.3.0...v0.3.1

Bug Fixes

  • allow canceling a request while it is waiting to retry (63aa0f0)
  • client: use correct format specifier for header serialization (9b3f4fd)

Chores

  • internal: remove mock server code (2c3a380)
  • update mock server docs (059ab0b)

0.3.0 (2026-02-14)

Full Changelog: v0.2.2...v0.3.0

Features

0.2.2 (2026-02-14)

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

Chores

0.2.1 (2026-02-14)

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

Chores

  • configure new SDK language (d3eaa94)

0.2.0 (2026-02-14)

Full Changelog: v0.1.0...v0.2.0

Features

Chores

0.1.0 (2026-02-14)

Full Changelog: v0.0.3...v0.1.0

Features

Bug Fixes

  • bugfix for setting JSON keys with special characters (48f9ffd)
  • use slices.Concat instead of sometimes modifying r.Options (c30d79a)

Chores

  • bump minimum go version to 1.22 (54f1ae1)
  • do not install brew dependencies in ./scripts/bootstrap by default (a665c6a)
  • internal: codegen related update (b0d066b)
  • internal: grammar fix (it's -> its) (0af28e9)
  • update more docs for 1.22 (fc3b56e)
  • update SDK settings (819a23b)

0.0.3 (2025-09-06)

Full Changelog: v0.0.2...v0.0.3

Bug Fixes

  • close body before retrying (891bbc6)
  • internal: unmarshal correctly when there are multiple discriminators (08c4f8a)

Chores

  • internal: codegen related update (86015d2)

0.0.2 (2025-08-18)

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

Chores