Releases: Finch-API/finch-api-go
Releases · Finch-API/finch-api-go
v1.36.0
v1.35.0
1.35.0 (2026-05-13)
Full Changelog: v1.34.1...v1.35.0
Features
- api: add per endpoint security (4f6a61c)
- api: add register benefits method (be108cc)
- api: api update (9e53333)
- api: api update (4263048)
- api: api update (b0aa765)
- api: api update (bf87e6f)
- api: api update (498a799)
- api: api update (9dc8e01)
- api: api update (d869d30)
- api: api update (0e69b17)
- api: api update (6708aac)
- api: api update (e4f5130)
- api: api update (f5c5bbc)
- api: api update (6385a1f)
- api: api update (60a3e0c)
- api: api update (66108ba)
- api: change auth to npm to oidc (e5c1a0d)
- api: manual updates (a7620d2)
- api: manual updates (1ed52cf)
- api: update automated code reviewer selection (03c7271)
- go: add default http client with timeout (cf3dcb3)
- internal: support comma format in multipart form encoding (59dc2b9)
- support setting headers via env (1e3953b)
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
jsontags toapi(1969766) - internal: tweak CI branches (49d5d5f)
- internal: update
actions/checkoutversion (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
v1.34.0
1.34.0 (2025-10-20)
Full Changelog: v1.33.2...v1.34.0
Features
- api: api update (43c3891)
- api: api update (a53a029)
- api: api update (2c9e789)
- api: api update (60bf088)
- api: api update (53c45a8)
- api: api update (354e4c3)
- api: api update (1aa153d)
- api: make client id, client secret optional again (5bfaa44)
Bug Fixes
- bugfix for setting JSON keys with special characters (4b6d358)
- use slices.Concat instead of sometimes modifying r.Options (e8b5902)
Chores
v1.33.2
v1.33.1
1.33.1 (2025-08-28)
Full Changelog: v1.33.0...v1.33.1
Bug Fixes
- close body before retrying (c45453d)
v1.33.0
v1.32.0
v1.31.0
v1.30.0
1.30.0 (2025-08-06)
Full Changelog: v1.29.0...v1.30.0
Features
- client: support optional json html escaping (841331b)