Releases: Finch-API/finch-api-python
Releases · Finch-API/finch-api-python
Release list
v2.1.0
v2.0.0
2.0.0 (2026-06-22)
Full Changelog: v1.46.0...v2.0.0
Bug Fixes
- payroll: pay_statement_item is now a direct subresource of hris instead of company (f8194d7)
v1.46.0
v1.45.0
1.45.0 (2026-06-17)
Full Changelog: v1.44.1...v1.45.0
Features
- api: add per endpoint security (686b27e)
- api: add register benefits method (d7caac4)
- api: api update (ccc3835)
- api: api update (581ee7c)
- api: api update (abb9fa0)
- api: api update (0608eea)
- api: api update (c4bd9ea)
- api: api update (0a947a8)
- api: api update (9736c48)
- api: api update (c6631fc)
- api: manual updates (7708a43)
- client: add custom JSON encoder for extended type support (02cb5a0)
- internal/types: support eagerly validating pydantic iterators (04753d4)
- internal: implement indices array format for query and form serialization (a8f9575)
- support setting headers via env (e3efcee)
Bug Fixes
- aliases: resolve broken types for alias methods with pagination (f22aab4)
- api: remove invalid transform config (565de84)
- auth: prioritize first auth header (7946837)
- client: add missing f-string prefix in file type error message (99e028e)
- client: preserve hardcoded query params when merging with user params (e9413d1)
- deps: bump minimum typing-extensions version (16af387)
- docs: fix mcp installation instructions for remote servers (298ddec)
- ensure file data are only sent as 1 parameter (028a805)
- pydantic: do not pass
by_aliasunless set (399bc94) - sanitize endpoint path params (896338f)
- tests: skip broken date validation test (e22eb0f)
- use correct field name format for multipart file arrays (f952a4d)
Performance Improvements
- client: optimize file structure copying in multipart requests (4c5544c)
Chores
- auth: remove custom header handling code (#692) (d64958b)
- ci: skip lint on metadata-only changes (2f97b57)
- ci: skip uploading artifacts on stainless-internal branches (0d13335)
- ci: upgrade
actions/github-script(f342729) - format all
api.mdfiles (8555964) - internal: add request options to SSE classes (977dcfa)
- internal: bump dependencies (0b67a64)
- internal: codegen related update (94aae5c)
- internal: codegen related update (b746d12)
- internal: fix lint error on Python 3.14 (b0f5ba3)
- internal: make
test_proxy_environment_variablesmore resilient (e33584f) - internal: make
test_proxy_environment_variablesmore resilient to env (9f092c7) - internal: more robust bootstrap script (524ba9e)
- internal: reformat pyproject.toml (d713cd0)
- internal: tweak CI branches (9e540f1)
- internal: update gitignore (fd09507)
- tests: bump steady to v0.19.4 (bfdc74c)
- tests: bump steady to v0.19.5 (2822044)
- tests: bump steady to v0.19.6 (b3457c1)
- tests: bump steady to v0.19.7 (634c5ef)
- tests: bump steady to v0.20.1 (f92438d)
- tests: bump steady to v0.20.2 (2abc18d)
- tests: bump steady to v0.22.1 (78e1421)
- update mock server docs (7891a91)
Refactors
- tests: switch from prism to steady (8ff1f27)
v1.44.1
1.44.1 (2026-01-16)
Full Changelog: v1.44.0...v1.44.1
Chores
- internal: update
actions/checkoutversion (8b19e59)
v1.44.0
1.44.0 (2026-01-13)
Full Changelog: v1.43.0...v1.44.0
Features
Bug Fixes
- client: loosen auth header validation (61fb929)
v1.43.0
1.43.0 (2026-01-05)
Full Changelog: v1.42.3...v1.43.0
Features
- api: api update (72885ba)
Chores
- internal: codegen related update (4d51ed5)
Documentation
- prominently feature MCP server setup in root SDK readmes (ca943e8)
v1.42.3
1.42.3 (2025-12-19)
Full Changelog: v1.42.2...v1.42.3
Chores
- internal: add
--fixargument to lint script (3ae3b64)
v1.42.2
1.42.2 (2025-12-17)
Full Changelog: v1.42.1...v1.42.2
Bug Fixes
- use async_to_httpx_files in patch method (4a91924)
Chores
v1.42.1
1.42.1 (2025-12-08)
Full Changelog: v1.42.0...v1.42.1
Bug Fixes
- types: allow pyright to infer TypedDict types within SequenceNotStr (1a8a50a)