Skip to content

Latest commit

 

History

History
134 lines (75 loc) · 6.81 KB

File metadata and controls

134 lines (75 loc) · 6.81 KB

Changelog

0.1.0-alpha.8 (2025-11-07)

Full Changelog: v0.1.0-alpha.7...v0.1.0-alpha.8

Features

0.1.0-alpha.7 (2025-10-30)

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

Features

Bug Fixes

  • bugfix for setting JSON keys with special characters (95c2ce4)
  • use slices.Concat instead of sometimes modifying r.Options (a755c41)

Chores

  • bump minimum go version to 1.22 (d90f945)
  • do not install brew dependencies in ./scripts/bootstrap by default (83c1902)
  • update more docs for 1.22 (ee232e0)

0.1.0-alpha.6 (2025-09-11)

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

Features

Bug Fixes

  • close body before retrying (fbfb6e2)

Chores

  • internal: update comment in script (9e4da4c)
  • update @stainless-api/prism-cli to v5.15.0 (9d08270)

0.1.0-alpha.5 (2025-07-22)

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

Features

Bug Fixes

  • client: process custom base url ahead of time (9aa7161)
  • don't try to deserialize as json when ResponseBodyInto is []byte (8bd111c)
  • pagination: check if page data is empty in GetNextPage (25a1c31)

Chores

  • ci: only run for pushes and fork pull requests (1219e03)
  • internal: fix lint script for tests (9e3ac8e)
  • lint tests (90b7660)
  • lint tests in subpackages (e81cd75)

0.1.0-alpha.4 (2025-06-17)

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

Features

Chores

  • ci: enable for pull requests (0f849ce)

0.1.0-alpha.3 (2025-06-02)

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

Features

Chores

  • make go mod tidy continue on error (cff5b5a)

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

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

Chores

  • docs: grammar improvements (23555d5)
  • improve devcontainer setup (590f78f)
  • internal: codegen related update (a140cf7)

0.1.0-alpha.1 (2025-05-15)

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

Features

Chores