Full Changelog: v0.1.0-alpha.5...v0.1.0-alpha.6
- api: api update (5c53052)
- api: api update (8594097)
- api: api update (eb93c6d)
- api: api update (0ae17e1)
- api: update config to account for breaking changes (bca26e2)
- client: optimize json encoder for internal types (77a27ee)
- go: add default http client with timeout (e8e7fff)
- internal: support comma format in multipart form encoding (ecfc0ce)
- support setting headers via env (c14c4ea)
- better respect format tags from the spec (0b4c0ec)
- fix issue with unmarshaling in some cases (fa94f5f)
- go: avoid panic when http.DefaultTransport is wrapped (57cc619)
- prevent duplicate ? in query params (179abd8)
- avoid embedding reflect.Type for dead code elimination (851e07b)
- ci: skip lint on metadata-only changes (59072fa)
- ci: skip uploading artifacts on stainless-internal branches (d5f51e8)
- ci: support opting out of skipping builds on metadata-only commits (046b6e1)
- client: fix multipart serialisation of Default() fields (68d8f8e)
- internal: codegen related update (0efeaca)
- internal: codegen related update (6905ec5)
- internal: minor cleanup (d4332e4)
- internal: more robust bootstrap script (1aad79a)
- internal: support default value struct tag (9be56ed)
- internal: tweak CI branches (f1ab274)
- internal: update gitignore (c997311)
- internal: use explicit returns (f740ed8)
- internal: use explicit returns in more places (f8f3570)
- redact api-key headers in debug logs (ce03df6)
- remove unnecessary error check for url parsing (9a31c22)
- update docs for api:"required" (afd6c27)
Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5
- api: api update (a0a7fa2)
- api: api update (531d77e)
- api: api update (dff5f7f)
- api: api update (ca18f27)
- api: api update (894995d)
- api: api update (afa8e35)
- api: api update (f77e6d0)
- api: api update (3068ae6)
- api: api update (a4e5181)
- api: api update (6a064fd)
- api: api update (dd70400)
- client: add a convenient param.SetJSON helper (a7293f3)
- encoder: support bracket encoding form-data object members (bf75f99)
- allow canceling a request while it is waiting to retry (b16eec0)
- docs: add missing pointer prefix to api.md return types (6dd1ead)
- encoder: correctly serialize NullStruct (ed7b95d)
- mcp: correct code tool API endpoint (2eeb64b)
- rename param to avoid collision (f221c75)
- skip usage tests that don't work with Prism (61d03bd)
- add float64 to valid types for RegisterFieldValidator (499e663)
- elide duplicate aliases (9e83189)
- internal: codegen related update (44eb5d0)
- internal: codegen related update (e40a3de)
- internal: move custom custom
jsontags toapi(d68a748) - internal: remove mock server code (f28644a)
- internal: update
actions/checkoutversion (c853455) - update mock server docs (588eb6a)
Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4
- api: add .zones SDK methods (7d0d7e8)
- api: api update (9f94ea5)
- api: api update (1342c39)
- api: api update (02e6349)
- api: api update (26ba165)
- client: correctly specify Accept header with / instead of empty (02ed3d4)
- bump gjson version (4190bc4)
- internal: codegen related update (766d0aa)
- internal: grammar fix (it's -> its) (1a198ba)
Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3
- api: add vm images resources and update formatting (273c45f)
- api: api update (97607e0)
- api: api update (5788fb0)
- api: api update (59b16bc)
- api: api update (d9c2daa)
- api: disable retries (8c19a86)
- api: remove undocumented endpoints, add list endpoint (ee795ee)
- internal: unmarshal correctly when there are multiple discriminators (2836b68)
- use slices.Concat instead of sometimes modifying r.Options (6adf0a1)
- bump minimum go version to 1.22 (90c5664)
- configure new SDK language (42f31df)
- do not install brew dependencies in ./scripts/bootstrap by default (5983889)
- update more docs for 1.22 (82733b2)
Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2
- api: api update (ed6f2e9)
Full Changelog: v0.0.1-alpha.0...v0.1.0-alpha.1
- api: add
getmethod (d6f4ab4) - api: api update (99f2770)
- api: api update (7878508)
- api: api update (05632b4)
- api: api update (923efee)
- api: api update (93ad1a5)
- api: api update (c30069f)
- api: api update (00fffab)
- api: api update (f419ced)
- api: api update (834cc67)
- api: manual updates (02c41ab)
- api: manually add new Nodes API models (2e782e3)
- api: re-add removed operations (a7829d3)
- api: revert custom ErrorConfig (2d1f7c8)
- api: update via SDK Studio (5a3ea36)
- client: support optional json html escaping (4e27fc0)