Full Changelog: v1.97.3...v1.98.0
Full Changelog: v1.97.2...v1.97.3
- api: updated openapi spec to v1.97.10 (be4ad18)
- go: avoid panic when http.DefaultTransport is wrapped (d66a52c)
- internal: codegen related update (aa87526)
- internal: codegen related update (7735a8f)
- redact api-key headers in debug logs (8a7fa01)
Full Changelog: v1.97.1...v1.97.2
- internal: codegen related update (b37e83c)
Full Changelog: v1.97.0...v1.97.1
- api: update openapi spec (8bbef8a)
- avoid embedding reflect.Type for dead code elimination (5b8ce2b)
Full Changelog: v1.96.0...v1.97.0
Full Changelog: v1.95.1...v1.96.0
- internal: codegen related update (7c64d56)
- internal: codegen related update (c7c508f)
- internal: more robust bootstrap script (8a58c80)
Full Changelog: v1.95.0...v1.95.1
- tests: bump steady to v0.22.1 (561f3d1)
Full Changelog: v1.94.0...v1.95.0
- api: update openapi spec to v1.95.3 (902b5f7)
Full Changelog: v1.93.0...v1.94.0
- api: updated openapi spec to v1.94.2 (8157766)
Full Changelog: v1.92.1...v1.93.0
- api: updated openapi spec to v1.93.0 (445329b)
- 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)
Full Changelog: v1.92.0...v1.92.1
- internal: support comma format in multipart form encoding (4102970)
- prevent duplicate ? in query params (a739b19)
- remove unnecessary error check for url parsing (efdaca3)
Full Changelog: v1.88.0...v1.92.0
Full Changelog: v1.87.2...v1.88.0
- ci: skip lint on metadata-only changes (b9c8ecf)
- internal: update gitignore (ff8922e)
- tests: bump steady to v0.19.7 (be6f87f)
Full Changelog: v1.87.1...v1.87.2
- 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)
- tests: switch from prism to steady (d3fac9d)
Full Changelog: v1.87.0...v1.87.1
- internal: codegen related update (dec84ff)
- test: do not count install time for mock server timeout (78b6475)
Full Changelog: v1.86.1...v1.87.0
- api: updated openapi spec to v1.87.0 (4faeba2)
Full Changelog: v1.86.0...v1.86.1
Full Changelog: v1.84.1...v1.86.0
Full Changelog: v1.84.0...v1.84.1
- internal: move custom custom
jsontags toapi(2f4529f)
Full Changelog: v1.81.0...v1.84.0
- api: updated openapi spec to v1.84.0 (ee04b02)
- allow canceling a request while it is waiting to retry (c9f8a85)
Full Changelog: v1.78.0...v1.81.0
- api: updated openapi spec to v1.81.0 (6748fcd)
- internal: codegen related update (a3e8402)
Full Changelog: v1.75.1...v1.78.0
- api: updated openapi spec for v1.78.1 (c9d11ad)
Full Changelog: v1.75.0...v1.75.1
- docs: fix mcp installation instructions for remote servers (e3caafc)
Full Changelog: v1.74.0...v1.75.0
- api: updated openapi spec to v1.75.0 (0b8b3e9)
Full Changelog: v1.73.0...v1.74.0
- api: updated openapi spec to v1.74.0 (f67d7dd)
Full Changelog: v1.71.1...v1.73.0
- api: update openapi spec to v1.73.0 (355de7c)
- docs: add missing pointer prefix to api.md return types (310ba3e)
- internal: update
actions/checkoutversion (513f313)
Full Changelog: v1.71.0...v1.71.1
Full Changelog: v1.70.0...v1.71.0
- api: updated openapi spec to v1.70.0 (7280a6c)
- internal: codegen related update (31c83ae)
- prominently feature MCP server setup in root SDK readmes (9409040)
Full Changelog: v1.69.0...v1.70.0
- api: manual updates (c853e71)
Full Changelog: v1.68.0...v1.69.0
Full Changelog: v1.67.0...v1.68.0
- api: updated openapi spec to v1.68.4 (8684d29)
Full Changelog: v1.66.2...v1.67.0
- api: updated openapi spec to 1.67.0 (8f7f128)
Full Changelog: v1.66.1...v1.66.2
- api: manual updates (6487e42)
Full Changelog: v1.66.0...v1.66.1
- internal: codegen related update (0f35240)
Full Changelog: v1.61.7...v1.66.0
- api: updated openapi spec to v1.66.1 (cbbab55)
Full Changelog: v1.61.6...v1.61.7
Full Changelog: v1.61.5...v1.61.6
- client: correctly specify Accept header with / instead of empty (4546d72)
Full Changelog: v1.60.0...v1.61.5
- api: updated openapi spec to v1.61.5 (881523c)
Full Changelog: v1.56.3...v1.60.0
- api: added update payment method and updated openapi spec to v1.60.0 (1f44598)
Full Changelog: v1.56.2...v1.56.3
- api: updated openapi spec to v1.56.3 (bc8dbb3)
Full Changelog: v1.56.0...v1.56.2
- api: updated to openapi spec v1.56.0 (ca0416b)
Full Changelog: v1.55.7...v1.56.0
- api: added unwrap functions for webhooks (4ac0f36)
Full Changelog: v1.53.5...v1.55.7
Full Changelog: v1.53.4...v1.53.5
- bugfix for setting JSON keys with special characters (8d7da1c)
Full Changelog: v1.53.3...v1.53.4
- use slices.Concat instead of sometimes modifying r.Options (2ebebb3)
- 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)
Full Changelog: v1.53.2...v1.53.3
- api: added typescript sdk for migration and updated org info (21b24fa)
Full Changelog: v1.52.4...v1.53.2
- api: updated openapi spec to v1.53.2 with customer credits. (89fc589)
Full Changelog: v1.51.0...v1.52.4
- 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)
- close body before retrying (9cb7396)
Full Changelog: v1.49.0...v1.51.0
- api: updated example (72473ed)
- api: updated openapi spec to v1.51.0 and added checkout sessions (8a1e5e7)
Full Changelog: v1.48.0...v1.49.0
- 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-Timeoutheader (#46) (bb7da3e) - client: support custom http clients (#101) (d617da4)
- client: support optional json html escaping (3ba8a77)
- 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)
- 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)
- document raw responses (#44) (e0867f7)
- update documentation links to be more uniform (8ac3393)
- update URLs from stainlessapi.com to stainless.com (#65) (bd9582e)
Full Changelog: v1.47.0...v1.48.0
Full Changelog: v1.44.0...v1.47.0
Full Changelog: v1.43.0...v1.44.0
- api: updated openapi spec to 1.44.0 (21c42a2)
Full Changelog: v1.42.0...v1.43.0
- api: updated openapi spec to v1.42.5 (e33c704)
- client: process custom base url ahead of time (cc689bd)
Full Changelog: v1.39.0...v1.42.0
- api: updated open api spec to v1.42.0 (454e5a0)
Full Changelog: v1.38.2...v1.39.0
- api: updated openapi spec to v1.40.0 (8d9cfd8)
- lint tests in subpackages (ffdb5a4)
Full Changelog: v1.38.1...v1.38.2
- internal: fix lint script for tests (98d7e1f)
Full Changelog: v1.38.0...v1.38.1
- lint tests (ac4e9e6)
Full Changelog: v1.37.0...v1.38.0
- api: updated openapi spec to v1.38.0 (dcedc65)
Full Changelog: v1.34.1...v1.37.0
- api: updated openapi spec for v1.37.0 (d30877b)
- don't try to deserialize as json when ResponseBodyInto is []byte (93f4181)
- pagination: check if page data is empty in GetNextPage (75db278)
- ci: only run for pushes and fork pull requests (523798a)
Full Changelog: v1.34.0...v1.34.1
Full Changelog: v1.32.0...v1.34.0
- ci: enable for pull requests (99a67e6)
Full Changelog: v1.30.2...v1.32.0
- api: updated openapi spec to v1.32.0 (b8a42ad)
Full Changelog: v1.30.0...v1.30.2
- api: fixed openapi spec (c16ab44)
Full Changelog: v1.27.0...v1.30.0
- api: manual updates (cd3ac15)
- make go mod tidy continue on error (377ec0c)
Full Changelog: v1.25.0...v1.27.0
Full Changelog: v1.22.0...v1.25.0
- api: updated openapi spec (eefc5f8)
- client: add support for endpoint-specific base URLs in python (b27eaa8)
Full Changelog: v1.20.0...v1.22.0
- api: fixed api key schema to bearer (8f68c28)
- api: manual updates (49fc0bc)
- api: updated openapi spec (7a5f7e9)
- internal: codegen related update (7631a6e)
Full Changelog: v1.19.0...v1.20.0
- api: added addons (e62c54a)
- api: updated readme example (17f7321)
- api: updated readme example (0885db4)
Full Changelog: v1.18.3...v1.19.0
- api: manual updates (b39feb5)
- handle empty bodies in WithJSONSet (c4a512f)
Full Changelog: v1.18.1...v1.18.3
- api: manual updates (ed657d9)
Full Changelog: v1.18.0...v1.18.1
Full Changelog: v1.17.0...v1.18.0
- ci: add timeout thresholds for CI jobs (65dace7)
Full Changelog: v1.16.1...v1.17.0
- api: manual updates (c50a143)
Full Changelog: v1.14.2...v1.16.1
- api: manual updates (a8c1288)
Full Changelog: v1.14.1...v1.14.2
- configure new SDK language (9f96b13)
Full Changelog: v1.14.0...v1.14.1
- client: add support for reading base URL from environment variable (6657397)
- docs: document pre-request options (c9e2855)
- update documentation links to be more uniform (deb7632)
Full Changelog: v1.13.0...v1.14.0
- api: fixed license key pagination issues in openapi spec (7a94e11)
- api: updated openapi spec (79ea42b)
Full Changelog: v1.11.1...v1.13.0
Full Changelog: v1.11.0...v1.11.1
Full Changelog: v1.10.4...v1.11.0
Full Changelog: v1.10.3...v1.10.4
Full Changelog: v1.10.1...v1.10.3
Full Changelog: v1.7.0...v1.10.1
Full Changelog: v1.6.3...v1.7.0
Full Changelog: v1.5.1...v1.6.3
- api: openapi spec updated (#77) (45cc3ba)
- api: updated stainless config (#78) (5b42536)
- client: improve default client options support (#74) (e965c60)
Full Changelog: v1.5.0...v1.5.1
Full Changelog: v1.0.0...v1.5.0
Full Changelog: v0.24.0...v1.0.0
Full Changelog: v0.22.1...v0.24.0
- client: don't truncate manually specified filenames (#57) (141d409)
- do not call path.Base on ContentType (#55) (5632b38)
Full Changelog: v0.22.0...v0.22.1
Full Changelog: v0.20.2...v0.22.0
- api: updated API changes for v0.22.0 (#49) (4227b4e)
- client: send
X-Stainless-Timeoutheader (#46) (820c6d1)
Full Changelog: v0.20.1...v0.20.2
Full Changelog: v0.19.0...v0.20.1
Full Changelog: v0.18.0...v0.19.0
- api: added archive product api (#31) (c35157f)
- api: manual updates (#35) (21343c9)
- api: manual updates (#36) (768e7ad)
- fix apijson.Port for embedded structs (#33) (27f05fb)
- fix apijson.Port for embedded structs (#34) (bc00fd4)
Full Changelog: v0.17.0...v0.18.0
Full Changelog: v0.16.1...v0.17.0
Full Changelog: v0.15.1...v0.16.1
Full Changelog: v0.14.1...v0.15.1
Full Changelog: v0.14.0...v0.14.1
Full Changelog: v0.13.2...v0.14.0
Full Changelog: v0.12.0...v0.13.2
Full Changelog: v0.11.1...v0.12.0
Full Changelog: v0.0.1-alpha.0...v0.11.1