Skip to content

Latest commit

 

History

History
251 lines (146 loc) · 14.1 KB

File metadata and controls

251 lines (146 loc) · 14.1 KB

Changelog

0.7.11 (2026-04-14)

Full Changelog: v0.7.10...v0.7.11

Features

0.7.10 (2026-04-14)

Full Changelog: v0.7.9...v0.7.10

Features

Chores

  • add documentation for ./scripts/link (44c86bb)

0.7.9 (2026-04-10)

Full Changelog: v0.7.8...v0.7.9

Bug Fixes

  • cli: fix incompatible Go types for flag generated as array of maps (18a9ddb)
  • decouple npm publish from goreleaser so homebrew failures don't block npm (3373dbc)
  • fix for failing to drop invalid module replace in link script (d1c7780)

Chores

  • cli: additional test cases for ShowJSONIterator (e96692a)
  • cli: let --format raw be used in conjunction with --transform (cfdc42c)

0.7.8 (2026-04-08)

Full Changelog: v0.7.7...v0.7.8

Features

  • allow - as value representing stdin to binary-only file parameters in CLIs (4fb771a)
  • api: api update (89f41fe)
  • api: api update (606036f)
  • api: api update (5620db5)
  • api: api update (7d1c53a)
  • api: api update (8a097fc)
  • api: manual updates (e70a1d2)
  • api: manual updates (35c4f7d)
  • api: manual updates (990b138)
  • better error message if scheme forgotten in CLI *_BASE_URL/--base-url (57e1a52)
  • binary-only parameters become CLI flags that take filenames only (1b23d84)

Bug Fixes

  • fall back to main branch if linking fails in CI (eb15535)
  • fix quoting typo (6d8d3f4)
  • handle empty data set using --format explore (2852394)
  • use RawJSON when iterating items with --format explore in the CLI (13259ac)
  • use RELEASE_PAT to approve and auto-merge release PRs (dacdd81)

Chores

  • internal: codegen related update (792c2ce)
  • mark all CLI-related tests in Go with t.Parallel() (132e0f5)
  • modify CLI tests to inject stdout so mutating os.Stdout isn't necessary (f488623)
  • switch some CLI Go tests from os.Chdir to t.Chdir (6f4709d)
  • update SDK settings (628d088)

0.7.7 (2026-03-31)

Full Changelog: v0.7.6...v0.7.7

Features

Bug Fixes

  • add permissions for auto-merge workflow (673e067)
  • use --admin to bypass branch protection for release merge (7e02df7)
  • use --auto flag for release PR merge (3034d63)

0.7.6 (2026-03-31)

Full Changelog: v0.7.5...v0.7.6

Features

0.7.5 (2026-03-30)

Full Changelog: v0.7.4...v0.7.5

Features

0.7.4 (2026-03-28)

Full Changelog: v0.7.3...v0.7.4

Bug Fixes

  • add go.sum entry for agentmail-go v0.1.0 (36f3175)

0.7.3 (2026-03-28)

Full Changelog: v0.7.2...v0.7.3

Features

Chores

  • update agentmail-go to v0.1.0 (9ed80ba)

0.7.2 (2026-03-28)

Full Changelog: v0.7.1...v0.7.2

Features

  • add --max-items flag for paginated/streaming endpoints (cab651f)
  • api: api update (09c687b)
  • api: api update (8930431)
  • api: api update (93ec607)
  • api: api update (922d06b)
  • api: api update (5978d7a)
  • api: api update (212d624)
  • api: api update (b3aa3b4)
  • set CLI flag constant values automatically where x-stainless-const is set (4484b6f)
  • support passing required body params through pipes (5caad8a)

Bug Fixes

  • avoid reading from stdin unless request body is form encoded or json (32f2697)
  • better support passing client args in any position (632158a)
  • cli no longer hangs when stdin is attached to a pipe with empty input (df22dd4)
  • fix for encoding arrays with any type items (7898e52)
  • fix for off-by-one error in pagination logic (d303204)
  • fix for test cases with newlines in YAML and better error reporting (d0fbf69)
  • improve linking behavior when developing on a branch not in the Go SDK (7a56630)
  • improved workflow for developing on branches (eb3e18e)
  • no longer require an API key when building on production repos (d82fd7d)
  • only set client options when the corresponding CLI flag or env var is explicitly set (6cfe6d4)

Chores

  • ci: skip lint on metadata-only changes (4121a53)
  • ci: skip uploading artifacts on stainless-internal branches (5a4be3e)
  • internal: codegen related update (41d32f3)
  • internal: tweak CI branches (6d81988)
  • internal: update gitignore (4532e12)
  • omit full usage information when missing required CLI parameters (d2d7873)

0.7.1 (2026-03-06)

Full Changelog: v0.7.0...v0.7.1

0.7.0 (2026-03-06)

Full Changelog: v0.6.0...v0.7.0

Features

0.6.0 (2026-03-05)

Full Changelog: v0.5.0...v0.6.0

Features

0.5.0 (2026-03-05)

Full Changelog: v0.4.2...v0.5.0

Features

Bug Fixes

  • avoid printing usage errors twice (e90106c)

0.4.2 (2026-03-04)

Full Changelog: v0.4.1...v0.4.2

0.4.1 (2026-03-03)

Full Changelog: v0.4.0...v0.4.1

0.4.0 (2026-03-02)

Full Changelog: v0.3.0...v0.4.0

Features

0.3.0 (2026-03-02)

Full Changelog: v0.2.0...v0.3.0

Features

0.2.0 (2026-03-02)

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

Features

0.1.0 (2026-03-02)

Full Changelog: v0.0.2...v0.1.0

Features

0.0.2 (2026-03-02)

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

Chores