Skip to content

Latest commit

 

History

History
1282 lines (709 loc) · 72.9 KB

File metadata and controls

1282 lines (709 loc) · 72.9 KB

Changelog

1.98.0 (2026-05-14)

Full Changelog: v1.97.3...v1.98.0

Features

  • api: manual updates (d7d64cd)
  • api: updated openapi spec to 1.98.0 (3b62b8c)

1.97.3 (2026-05-12)

Full Changelog: v1.97.2...v1.97.3

Features

  • api: updated openapi spec to v1.97.10 (be4ad18)

Bug Fixes

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

Chores

  • internal: codegen related update (aa87526)
  • internal: codegen related update (7735a8f)
  • redact api-key headers in debug logs (8a7fa01)

1.97.2 (2026-05-07)

Full Changelog: v1.97.1...v1.97.2

Chores

  • internal: codegen related update (b37e83c)

1.97.1 (2026-05-04)

Full Changelog: v1.97.0...v1.97.1

Features

  • api: update openapi spec (8bbef8a)

Chores

  • avoid embedding reflect.Type for dead code elimination (5b8ce2b)

1.97.0 (2026-04-30)

Full Changelog: v1.96.0...v1.97.0

Features

  • api: added more models to make the dx easy (d5dae55)
  • api: updated openapi spec to v1.97.5 (bc88be3)

1.96.0 (2026-04-28)

Full Changelog: v1.95.1...v1.96.0

Features

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

Chores

  • internal: codegen related update (7c64d56)
  • internal: codegen related update (c7c508f)
  • internal: more robust bootstrap script (8a58c80)

1.95.1 (2026-04-18)

Full Changelog: v1.95.0...v1.95.1

Chores

  • tests: bump steady to v0.22.1 (561f3d1)

1.95.0 (2026-04-14)

Full Changelog: v1.94.0...v1.95.0

Features

  • api: update openapi spec to v1.95.3 (902b5f7)

1.94.0 (2026-04-08)

Full Changelog: v1.93.0...v1.94.0

Features

  • api: updated openapi spec to v1.94.2 (8157766)

1.93.0 (2026-04-01)

Full Changelog: v1.92.1...v1.93.0

Features

  • api: updated openapi spec to v1.93.0 (445329b)

Chores

  • ci: support opting out of skipping builds on metadata-only commits (711b530)
  • tests: bump steady to v0.20.1 (b813110)
  • tests: bump steady to v0.20.2 (9e0b8e4)

1.92.1 (2026-03-27)

Full Changelog: v1.92.0...v1.92.1

Features

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

Bug Fixes

  • prevent duplicate ? in query params (a739b19)

Chores

  • remove unnecessary error check for url parsing (efdaca3)

1.92.0 (2026-03-25)

Full Changelog: v1.88.0...v1.92.0

Features

  • api: manual updates (e8457f4)
  • api: updated openapi spec to v1.92.3 (16cc05d)

1.88.0 (2026-03-25)

Full Changelog: v1.87.2...v1.88.0

Features

  • api: added cancel change plan endpoint (c68fcd0)
  • api: updated openapi spec to 1.92.1 (6488e1c)

Chores

  • ci: skip lint on metadata-only changes (b9c8ecf)
  • internal: update gitignore (ff8922e)
  • tests: bump steady to v0.19.7 (be6f87f)

1.87.2 (2026-03-21)

Full Changelog: v1.87.1...v1.87.2

Chores

  • ci: skip uploading artifacts on stainless-internal branches (9d75464)
  • internal: codegen related update (90c95f5)
  • internal: minor cleanup (b59dde1)
  • internal: tweak CI branches (0f0e330)
  • internal: use explicit returns (65fc75d)
  • internal: use explicit returns in more places (464cb5c)
  • tests: bump steady to v0.19.4 (239c321)
  • tests: bump steady to v0.19.5 (0e4ec1c)

Refactors

  • tests: switch from prism to steady (d3fac9d)

1.87.1 (2026-03-06)

Full Changelog: v1.87.0...v1.87.1

Chores

  • internal: codegen related update (dec84ff)
  • test: do not count install time for mock server timeout (78b6475)

1.87.0 (2026-03-05)

Full Changelog: v1.86.1...v1.87.0

Features

  • api: updated openapi spec to v1.87.0 (4faeba2)

1.86.1 (2026-03-03)

Full Changelog: v1.86.0...v1.86.1

Chores

  • internal: codegen related update (59043e4)
  • tests: update webhook tests (55559b4)

1.86.0 (2026-03-01)

Full Changelog: v1.84.1...v1.86.0

Features

  • api: added more models (82a6784)
  • api: updated to openapi spec v1.86.0 (bed333b)

1.84.1 (2026-02-26)

Full Changelog: v1.84.0...v1.84.1

Chores

  • internal: move custom custom json tags to api (2f4529f)

1.84.0 (2026-02-20)

Full Changelog: v1.81.0...v1.84.0

Features

  • api: updated openapi spec to v1.84.0 (ee04b02)

Bug Fixes

  • allow canceling a request while it is waiting to retry (c9f8a85)

Chores

  • internal: codegen related update (373eb5a)
  • update mock server docs (682f344)

1.81.0 (2026-02-06)

Full Changelog: v1.78.0...v1.81.0

Features

  • api: updated openapi spec to v1.81.0 (6748fcd)

Chores

  • internal: codegen related update (a3e8402)

1.78.0 (2026-02-02)

Full Changelog: v1.75.1...v1.78.0

Features

  • api: updated openapi spec for v1.78.1 (c9d11ad)

1.75.1 (2026-01-29)

Full Changelog: v1.75.0...v1.75.1

Bug Fixes

  • docs: fix mcp installation instructions for remote servers (e3caafc)

1.75.0 (2026-01-23)

Full Changelog: v1.74.0...v1.75.0

Features

  • api: updated openapi spec to v1.75.0 (0b8b3e9)

1.74.0 (2026-01-21)

Full Changelog: v1.73.0...v1.74.0

Features

  • api: updated openapi spec to v1.74.0 (f67d7dd)

1.73.0 (2026-01-20)

Full Changelog: v1.71.1...v1.73.0

Features

  • api: update openapi spec to v1.73.0 (355de7c)

Bug Fixes

  • docs: add missing pointer prefix to api.md return types (310ba3e)

Chores

  • internal: update actions/checkout version (513f313)

1.71.1 (2026-01-15)

Full Changelog: v1.71.0...v1.71.1

Chores

  • internal: codegen related update (9c19962)
  • internal: codegen related update (a89dc99)

1.71.0 (2026-01-07)

Full Changelog: v1.70.0...v1.71.0

Features

  • api: updated openapi spec to v1.70.0 (7280a6c)

Chores

  • internal: codegen related update (31c83ae)

Documentation

  • prominently feature MCP server setup in root SDK readmes (9409040)

1.70.0 (2025-12-23)

Full Changelog: v1.69.0...v1.70.0

Features

1.69.0 (2025-12-23)

Full Changelog: v1.68.0...v1.69.0

Features

1.68.0 (2025-12-19)

Full Changelog: v1.67.0...v1.68.0

Features

  • api: updated openapi spec to v1.68.4 (8684d29)

1.67.0 (2025-12-16)

Full Changelog: v1.66.2...v1.67.0

Features

  • api: updated openapi spec to 1.67.0 (8f7f128)

1.66.2 (2025-12-12)

Full Changelog: v1.66.1...v1.66.2

Features

1.66.1 (2025-12-11)

Full Changelog: v1.66.0...v1.66.1

Chores

  • internal: codegen related update (0f35240)

1.66.0 (2025-12-08)

Full Changelog: v1.61.7...v1.66.0

Features

  • api: updated openapi spec to v1.66.1 (cbbab55)

1.61.7 (2025-12-06)

Full Changelog: v1.61.6...v1.61.7

Bug Fixes

  • mcp: correct code tool API endpoint (7c1cb54)
  • rename param to avoid collision (5fd982e)

Chores

  • elide duplicate aliases (b2693b7)
  • internal: codegen related update (6d76a4b)

1.61.6 (2025-11-19)

Full Changelog: v1.61.5...v1.61.6

Bug Fixes

  • client: correctly specify Accept header with / instead of empty (4546d72)

1.61.5 (2025-11-17)

Full Changelog: v1.60.0...v1.61.5

Features

  • api: updated openapi spec to v1.61.5 (881523c)

1.60.0 (2025-11-14)

Full Changelog: v1.56.3...v1.60.0

Features

  • api: added update payment method and updated openapi spec to v1.60.0 (1f44598)

1.56.3 (2025-10-29)

Full Changelog: v1.56.2...v1.56.3

Features

  • api: updated openapi spec to v1.56.3 (bc8dbb3)

1.56.2 (2025-10-27)

Full Changelog: v1.56.0...v1.56.2

Features

  • api: updated to openapi spec v1.56.0 (ca0416b)

1.56.0 (2025-10-25)

Full Changelog: v1.55.7...v1.56.0

Features

  • api: added unwrap functions for webhooks (4ac0f36)

1.55.7 (2025-10-17)

Full Changelog: v1.53.5...v1.55.7

Features

  • api: updated openapi spec to v1.55.0 (3e107b3)
  • api: updates for openapi spec v1.55.7 (87308b4)

1.53.5 (2025-09-26)

Full Changelog: v1.53.4...v1.53.5

Bug Fixes

  • bugfix for setting JSON keys with special characters (8d7da1c)

1.53.4 (2025-09-20)

Full Changelog: v1.53.3...v1.53.4

Bug Fixes

  • use slices.Concat instead of sometimes modifying r.Options (2ebebb3)

Chores

  • bump minimum go version to 1.22 (fabab1a)
  • do not install brew dependencies in ./scripts/bootstrap by default (169fb71)
  • update more docs for 1.22 (1b71ec3)

1.53.3 (2025-09-13)

Full Changelog: v1.53.2...v1.53.3

Features

  • api: added typescript sdk for migration and updated org info (21b24fa)

1.53.2 (2025-09-13)

Full Changelog: v1.52.4...v1.53.2

Features

  • api: updated openapi spec to v1.53.2 with customer credits. (89fc589)

1.52.4 (2025-09-03)

Full Changelog: v1.51.0...v1.52.4

Features

  • api: manual updates (0cd9aea)
  • api: updated openapi spec (d87f3f6)
  • api: updated openapi spec to v1.52.4 (74b7660)
  • updated openapi spec and added model and API functions for Usage Based Billing (739de63)

Bug Fixes

  • close body before retrying (9cb7396)

1.51.0 (2025-08-22)

Full Changelog: v1.49.0...v1.51.0

Features

  • api: updated example (72473ed)
  • api: updated openapi spec to v1.51.0 and added checkout sessions (8a1e5e7)

1.49.0 (2025-08-19)

Full Changelog: v1.48.0...v1.49.0

Features

  • api: added addons (093d755)
  • api: added archive product api (#31) (b8a1ad3)
  • api: added brands api in our sdk (8fd40d9)
  • api: added change plan api (b9e8c0f)
  • api: added discount apis (#59) (27d2516)
  • api: added filter apis (#25) (6a4478d)
  • api: added invoice api and update openapi spec (#19) (c8d46f2)
  • api: api update (#4) (b8d4404)
  • api: fixed api key schema to bearer (4b3e2c5)
  • api: fixed license key pagination issues in openapi spec (4e2425b)
  • api: fixed openapi spec (17e87fd)
  • api: fixed openapi spec issues (#80) (ed4754d)
  • api: manual updates (a457694)
  • api: manual updates (47c5394)
  • api: manual updates (19ed8e6)
  • api: manual updates (deb9f20)
  • api: manual updates (2c5bd4f)
  • api: manual updates (50c3897)
  • api: manual updates (77fc215)
  • api: manual updates (d837d02)
  • api: manual updates (c6c9a1e)
  • api: manual updates (#103) (832bca1)
  • api: manual updates (#14) (1cbe057)
  • api: manual updates (#35) (98c830c)
  • api: manual updates (#36) (50d95bd)
  • api: manual updates (#40) (f072e49)
  • api: manual updates (#53) (ec4d194)
  • api: manual updates (#68) (9e1694b)
  • api: manual updates (#88) (40faf2f)
  • api: manual updates (#95) (a885738)
  • api: openapi spec changes (#58) (a8d4793)
  • api: openapi spec updated (#77) (75eb174)
  • api: update via SDK Studio (3030a4e)
  • api: update via SDK Studio (d55f912)
  • api: update via SDK Studio (0ee6ea9)
  • api: update via SDK Studio (de430a4)
  • api: update via SDK Studio (77666d6)
  • api: update via SDK Studio (4206df9)
  • api: update via SDK Studio (26fc816)
  • api: updated API changes for v0.22.0 (#49) (d3b999a)
  • api: updated code for v1.49.0 (272e1c0)
  • api: updated config and updated version to v1.0.0 (#63) (da24857)
  • api: updated open api spec to v1.42.0 (d2c9973)
  • api: updated openapi methods (#6) (509ecf1)
  • api: updated openapi sepc (#28) (2c0c060)
  • api: updated openapi spec (df3395e)
  • api: updated openapi spec (5e34d9b)
  • api: updated openapi spec (d019788)
  • api: updated openapi spec (#23) (5cf1c44)
  • api: updated openapi spec for License Keys (#11) (f825187)
  • api: updated openapi spec for v1.37.0 (f9119d9)
  • api: updated openapi spec to 1.27.0 (a7129ff)
  • api: updated openapi spec to 1.44.0 (e4a7915)
  • api: updated openapi spec to 1.47.0 (692e9ce)
  • api: updated openapi spec to v1.32.0 (2a91f11)
  • api: updated openapi spec to v1.38.0 (8da4367)
  • api: updated openapi spec to v1.40.0 (0937642)
  • api: updated openapi spec to v1.42.5 (92b9cef)
  • api: updated openapispec to v1.10.1 (#83) (60e5fbf)
  • api: updated readme example (aac55cf)
  • api: updated readme example (a857feb)
  • api: updated stainless config (#78) (287ad99)
  • api: updated to version 1.34.0 (6d492b1)
  • client: add debug log helper (d40a334)
  • client: add support for endpoint-specific base URLs in python (29fe06d)
  • client: add support for reading base URL from environment variable (bebe577)
  • client: allow custom baseurls without trailing slash (#70) (77ce37c)
  • client: improve default client options support (#74) (2138240)
  • client: send X-Stainless-Timeout header (#46) (bb7da3e)
  • client: support custom http clients (#101) (d617da4)
  • client: support optional json html escaping (3ba8a77)

Bug Fixes

  • client: clean up reader resources (73fb3f1)
  • client: correctly update body in WithJSONSet (1c4550b)
  • client: don't truncate manually specified filenames (#57) (cfde088)
  • client: process custom base url ahead of time (fb394ff)
  • client: return error on bad custom url instead of panic (#99) (f89f12c)
  • do not call path.Base on ContentType (#55) (46275f9)
  • don't try to deserialize as json when ResponseBodyInto is []byte (1f128b1)
  • fix apijson.Port for embedded structs (#33) (0cfaa51)
  • fix apijson.Port for embedded structs (#34) (e6e34a5)
  • fix early cancel when RequestTimeout is provided for streaming requests (#51) (3b74daa)
  • fix unicode encoding for json (#42) (30a9148)
  • handle empty bodies in WithJSONSet (b64531d)
  • pagination: check if page data is empty in GetNextPage (45cb300)
  • test: return early after test failure (#92) (54657bf)

Chores

  • add request options to client tests (#90) (aef7f12)
  • add UnionUnmarshaler for responses that are interfaces (#48) (3e27164)
  • ci: add timeout thresholds for CI jobs (a9fcd3a)
  • ci: enable for pull requests (76a6efa)
  • ci: only run for pushes and fork pull requests (9412686)
  • ci: only use depot for staging repos (5023864)
  • configure new SDK language (5838775)
  • configure new SDK language (3234950)
  • docs: document pre-request options (e6bc2bb)
  • docs: grammar improvements (7bdddc5)
  • docs: improve security documentation (#86) (6434101)
  • fix typos (#93) (24e3794)
  • go live (#1) (3f0a126)
  • improve devcontainer setup (ab0efc2)
  • internal: codegen related update (09cf967)
  • internal: codegen related update (03120e4)
  • internal: codegen related update (#17) (ed23cf5)
  • internal: codegen related update (#21) (a1ab8df)
  • internal: codegen related update (#61) (8787db0)
  • internal: codegen related update (#72) (30037ad)
  • internal: codegen related update (#8) (e740094)
  • internal: expand CI branch coverage (f0fd36c)
  • internal: fix lint script for tests (f94d2a6)
  • internal: reduce CI branch coverage (3962b87)
  • internal: remove extra empty newlines (#76) (7acf0e0)
  • internal: update comment in script (c5217c1)
  • lint tests (5e274f3)
  • lint tests in subpackages (f67936f)
  • make go mod tidy continue on error (1830def)
  • refactor client tests (#38) (0cb5d5f)
  • update @stainless-api/prism-cli to v5.15.0 (d92cb26)
  • use strconv.ParseInt instead of strconv.Atoi for pagination params (#67) (975409c)

Documentation

  • document raw responses (#44) (e0867f7)
  • update documentation links to be more uniform (8ac3393)
  • update URLs from stainlessapi.com to stainless.com (#65) (bd9582e)

1.48.0 (2025-08-13)

Full Changelog: v1.47.0...v1.48.0

Features

1.47.0 (2025-08-11)

Full Changelog: v1.44.0...v1.47.0

Features

  • api: updated openapi spec to 1.47.0 (12ee7f6)
  • client: support optional json html escaping (2182455)

Chores

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

1.44.0 (2025-08-02)

Full Changelog: v1.43.0...v1.44.0

Features

  • api: updated openapi spec to 1.44.0 (21c42a2)

1.43.0 (2025-07-23)

Full Changelog: v1.42.0...v1.43.0

Features

  • api: updated openapi spec to v1.42.5 (e33c704)

Bug Fixes

  • client: process custom base url ahead of time (cc689bd)

1.42.0 (2025-07-16)

Full Changelog: v1.39.0...v1.42.0

Features

  • api: updated open api spec to v1.42.0 (454e5a0)

1.39.0 (2025-07-15)

Full Changelog: v1.38.2...v1.39.0

Features

  • api: updated openapi spec to v1.40.0 (8d9cfd8)

Chores

  • lint tests in subpackages (ffdb5a4)

1.38.2 (2025-07-09)

Full Changelog: v1.38.1...v1.38.2

Chores

  • internal: fix lint script for tests (98d7e1f)

1.38.1 (2025-07-08)

Full Changelog: v1.38.0...v1.38.1

Chores

1.38.0 (2025-07-05)

Full Changelog: v1.37.0...v1.38.0

Features

  • api: updated openapi spec to v1.38.0 (dcedc65)

1.37.0 (2025-07-02)

Full Changelog: v1.34.1...v1.37.0

Features

  • api: updated openapi spec for v1.37.0 (d30877b)

Bug Fixes

  • don't try to deserialize as json when ResponseBodyInto is []byte (93f4181)
  • pagination: check if page data is empty in GetNextPage (75db278)

Chores

  • ci: only run for pushes and fork pull requests (523798a)

1.34.1 (2025-06-21)

Full Changelog: v1.34.0...v1.34.1

1.34.0 (2025-06-18)

Full Changelog: v1.32.0...v1.34.0

Features

  • api: updated to version 1.34.0 (5d11342)
  • client: add debug log helper (3dc8c47)

Chores

  • ci: enable for pull requests (99a67e6)

1.32.0 (2025-06-09)

Full Changelog: v1.30.2...v1.32.0

Features

  • api: updated openapi spec to v1.32.0 (b8a42ad)

1.30.2 (2025-06-04)

Full Changelog: v1.30.0...v1.30.2

Features

  • api: fixed openapi spec (c16ab44)

1.30.0 (2025-06-02)

Full Changelog: v1.27.0...v1.30.0

Features

Chores

  • make go mod tidy continue on error (377ec0c)

1.27.0 (2025-05-26)

Full Changelog: v1.25.0...v1.27.0

Features

  • api: added brands api in our sdk (b35aa67)
  • api: updated openapi spec to 1.27.0 (62964db)

Chores

  • docs: grammar improvements (e9a332c)
  • improve devcontainer setup (112f5c2)

1.25.0 (2025-05-17)

Full Changelog: v1.22.0...v1.25.0

Features

  • api: updated openapi spec (eefc5f8)
  • client: add support for endpoint-specific base URLs in python (b27eaa8)

1.22.0 (2025-05-09)

Full Changelog: v1.20.0...v1.22.0

Features

  • api: fixed api key schema to bearer (8f68c28)
  • api: manual updates (49fc0bc)
  • api: updated openapi spec (7a5f7e9)

Bug Fixes

  • client: clean up reader resources (18f1eb1)
  • client: correctly update body in WithJSONSet (0791e69)

Chores

  • internal: codegen related update (7631a6e)

1.20.0 (2025-05-01)

Full Changelog: v1.19.0...v1.20.0

Features

  • api: added addons (e62c54a)
  • api: updated readme example (17f7321)
  • api: updated readme example (0885db4)

1.19.0 (2025-04-30)

Full Changelog: v1.18.3...v1.19.0

Features

Bug Fixes

  • handle empty bodies in WithJSONSet (c4a512f)

1.18.3 (2025-04-25)

Full Changelog: v1.18.1...v1.18.3

Features

1.18.1 (2025-04-24)

Full Changelog: v1.18.0...v1.18.1

Chores

  • ci: only use depot for staging repos (675733f)
  • internal: codegen related update (13d98e5)

1.18.0 (2025-04-23)

Full Changelog: v1.17.0...v1.18.0

Features

Chores

  • ci: add timeout thresholds for CI jobs (65dace7)

1.17.0 (2025-04-22)

Full Changelog: v1.16.1...v1.17.0

Features

1.16.1 (2025-04-18)

Full Changelog: v1.14.2...v1.16.1

Features

1.14.2 (2025-04-17)

Full Changelog: v1.14.1...v1.14.2

Chores

  • configure new SDK language (9f96b13)

1.14.1 (2025-04-17)

Full Changelog: v1.14.0...v1.14.1

Features

  • client: add support for reading base URL from environment variable (6657397)

Chores

  • docs: document pre-request options (c9e2855)

Documentation

  • update documentation links to be more uniform (deb7632)

1.14.0 (2025-04-11)

Full Changelog: v1.13.0...v1.14.0

Features

  • api: fixed license key pagination issues in openapi spec (7a94e11)
  • api: updated openapi spec (79ea42b)

Chores

  • internal: expand CI branch coverage (0fa813a)
  • internal: reduce CI branch coverage (70875a9)

1.13.0 (2025-04-08)

Full Changelog: v1.11.1...v1.13.0

Features

1.11.1 (2025-04-05)

Full Changelog: v1.11.0...v1.11.1

Bug Fixes

  • client: return error on bad custom url instead of panic (#99) (ed014bd)

1.11.0 (2025-03-28)

Full Changelog: v1.10.4...v1.11.0

Features

1.10.4 (2025-03-28)

Full Changelog: v1.10.3...v1.10.4

Bug Fixes

  • test: return early after test failure (#92) (34fbb82)

Chores

1.10.3 (2025-03-25)

Full Changelog: v1.10.1...v1.10.3

Features

Chores

  • docs: improve security documentation (#86) (29c6a85)

1.10.1 (2025-03-21)

Full Changelog: v1.7.0...v1.10.1

Features

  • api: updated openapispec to v1.10.1 (#83) (f396b68)

1.7.0 (2025-03-14)

Full Changelog: v1.6.3...v1.7.0

Features

1.6.3 (2025-03-14)

Full Changelog: v1.5.1...v1.6.3

Features

  • api: openapi spec updated (#77) (45cc3ba)
  • api: updated stainless config (#78) (5b42536)
  • client: improve default client options support (#74) (e965c60)

Chores

  • internal: remove extra empty newlines (#76) (7597ba9)

1.5.1 (2025-03-12)

Full Changelog: v1.5.0...v1.5.1

Features

  • client: allow custom baseurls without trailing slash (#70) (26e932f)

Chores

  • internal: codegen related update (#72) (ebd029c)

1.5.0 (2025-03-07)

Full Changelog: v1.0.0...v1.5.0

Features

Chores

  • use strconv.ParseInt instead of strconv.Atoi for pagination params (#67) (c69b09d)

Documentation

  • update URLs from stainlessapi.com to stainless.com (#65) (52a0d12)

1.0.0 (2025-02-23)

Full Changelog: v0.24.0...v1.0.0

Features

  • api: updated config and updated version to v1.0.0 (#63) (6aeee58)

Chores

  • internal: codegen related update (#61) (6d0094f)

0.24.0 (2025-02-15)

Full Changelog: v0.22.1...v0.24.0

Features

Bug Fixes

  • client: don't truncate manually specified filenames (#57) (141d409)
  • do not call path.Base on ContentType (#55) (5632b38)

0.22.1 (2025-02-11)

Full Changelog: v0.22.0...v0.22.1

Features

Bug Fixes

  • fix early cancel when RequestTimeout is provided for streaming requests (#51) (aba5c84)

0.22.0 (2025-02-06)

Full Changelog: v0.20.2...v0.22.0

Features

  • api: updated API changes for v0.22.0 (#49) (4227b4e)
  • client: send X-Stainless-Timeout header (#46) (820c6d1)

Chores

  • add UnionUnmarshaler for responses that are interfaces (#48) (c9c8181)

0.20.2 (2025-02-01)

Full Changelog: v0.20.1...v0.20.2

Bug Fixes

Documentation

0.20.1 (2025-01-29)

Full Changelog: v0.19.0...v0.20.1

Features

Chores

0.19.0 (2025-01-23)

Full Changelog: v0.18.0...v0.19.0

Features

Bug Fixes

  • fix apijson.Port for embedded structs (#33) (27f05fb)
  • fix apijson.Port for embedded structs (#34) (bc00fd4)

0.18.0 (2025-01-20)

Full Changelog: v0.17.0...v0.18.0

Features

0.17.0 (2025-01-16)

Full Changelog: v0.16.1...v0.17.0

Features

0.16.1 (2025-01-11)

Full Changelog: v0.15.1...v0.16.1

Features

Chores

  • internal: codegen related update (#21) (fc19638)

0.15.1 (2025-01-03)

Full Changelog: v0.14.1...v0.15.1

Features

  • api: added invoice api and update openapi spec (#19) (d7ed6f9)

Chores

  • internal: codegen related update (#17) (1dc57c4)

0.14.1 (2024-12-29)

Full Changelog: v0.14.0...v0.14.1

Features

0.14.0 (2024-12-25)

Full Changelog: v0.13.2...v0.14.0

Features

  • api: updated openapi spec for License Keys (#11) (de4f0cb)

0.13.2 (2024-12-21)

Full Changelog: v0.12.0...v0.13.2

Chores

  • internal: codegen related update (#8) (a84732d)

0.12.0 (2024-12-17)

Full Changelog: v0.11.1...v0.12.0

Features

0.11.1 (2024-12-16)

Full Changelog: v0.0.1-alpha.0...v0.11.1

Features

  • api: update via SDK Studio (3030a4e)
  • api: update via SDK Studio (d55f912)
  • api: update via SDK Studio (0ee6ea9)
  • api: update via SDK Studio (de430a4)
  • api: update via SDK Studio (77666d6)
  • api: update via SDK Studio (4206df9)
  • api: update via SDK Studio (26fc816)

Chores