Skip to content

Releases: Finch-API/finch-api-go

v1.36.0

15 May 17:59
87460c4

Choose a tag to compare

1.36.0 (2026-05-15)

Full Changelog: v1.35.0...v1.36.0

Features

v1.35.0

15 May 17:31
4c9c465

Choose a tag to compare

1.35.0 (2026-05-13)

Full Changelog: v1.34.1...v1.35.0

Features

Bug Fixes

  • aliases: resolve broken types for alias methods with pagination (5eb0ac9)
  • allow canceling a request while it is waiting to retry (e6db22d)
  • api: remove invalid transform config (d5b60bf)
  • client: send correct authentication methods (1e5ccd8)
  • docs: add missing pointer prefix to api.md return types (5aba5fa)
  • docs: fix mcp installation instructions for remote servers (ad830d2)
  • go: avoid panic when http.DefaultTransport is wrapped (7fa82db)
  • java: Resolve name collisions (0844ac5)
  • mcp: correct code tool API endpoint (78d27b1)
  • prevent duplicate ? in query params (e8c398d)
  • rename param to avoid collision (a23c9b2)
  • tests: skip broken date validation test (2a9c325)
  • types: generate shared enum types that are not referenced by other schemas (8f1aae5)

Chores

  • avoid embedding reflect.Type for dead code elimination (e97e7d8)
  • ci: skip lint on metadata-only changes (9da39dd)
  • ci: skip uploading artifacts on stainless-internal branches (4365581)
  • ci: support opting out of skipping builds on metadata-only commits (5734b45)
  • elide duplicate aliases (fe9cc50)
  • internal: codegen related update (28a26e6)
  • internal: codegen related update (513bd70)
  • internal: codegen related update (97407f5)
  • internal: codegen related update (2e87c84)
  • internal: codegen related update (da796cf)
  • internal: minor cleanup (30717c9)
  • internal: more robust bootstrap script (4567209)
  • internal: move custom custom json tags to api (1969766)
  • internal: tweak CI branches (49d5d5f)
  • internal: update actions/checkout version (842d28f)
  • internal: update gitignore (ff360d9)
  • internal: use explicit returns (50598bc)
  • internal: use explicit returns in more places (d3df8e0)
  • redact api-key headers in debug logs (b14a3e2)
  • remove unnecessary error check for url parsing (1edfaa7)
  • tests: bump steady to v0.19.4 (6612aa2)
  • tests: bump steady to v0.19.5 (7f24bb0)
  • tests: bump steady to v0.19.6 (ccb5268)
  • tests: bump steady to v0.19.7 (e14f2c7)
  • tests: bump steady to v0.20.1 (ac6482c)
  • tests: bump steady to v0.20.2 (b74a347)
  • tests: bump steady to v0.22.1 (d53b177)
  • update mock server docs (55defed)

Documentation

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

Refactors

  • tests: switch from prism to steady (484a07b)

v1.34.1

31 Oct 18:18
976971a

Choose a tag to compare

1.34.1 (2025-10-31)

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

Chores

  • ownership: move from data to platform team (#389) (49df6d9)

v1.34.0

28 Oct 00:07
24b9f4b

Choose a tag to compare

1.34.0 (2025-10-20)

Full Changelog: v1.33.2...v1.34.0

Features

Bug Fixes

  • bugfix for setting JSON keys with special characters (4b6d358)
  • use slices.Concat instead of sometimes modifying r.Options (e8b5902)

Chores

  • bump minimum go version to 1.22 (db25736)
  • do not install brew dependencies in ./scripts/bootstrap by default (f6b2004)
  • update more docs for 1.22 (b3492e0)

v1.33.2

03 Sep 14:03
f1f7741

Choose a tag to compare

1.33.2 (2025-09-03)

Full Changelog: v1.33.1...v1.33.2

Bug Fixes

  • remove null from release please manifest (2d036e4)
  • use release please annotations on more places (d2af54b)

v1.33.1

02 Sep 18:03
eef089b

Choose a tag to compare

1.33.1 (2025-08-28)

Full Changelog: v1.33.0...v1.33.1

Bug Fixes

  • close body before retrying (c45453d)

v1.33.0

22 Aug 17:24
d99c586

Choose a tag to compare

1.33.0 (2025-08-21)

Full Changelog: v1.32.0...v1.33.0

Features

v1.32.0

21 Aug 15:32
05d35bb

Choose a tag to compare

1.32.0 (2025-08-20)

Full Changelog: v1.31.0...v1.32.0

Features

v1.31.0

18 Aug 19:52
a2b235e

Choose a tag to compare

1.31.0 (2025-08-12)

Full Changelog: v1.30.0...v1.31.0

Features

Chores

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

v1.30.0

07 Aug 14:02
6f432b9

Choose a tag to compare

1.30.0 (2025-08-06)

Full Changelog: v1.29.0...v1.30.0

Features

  • client: support optional json html escaping (841331b)