Skip to content

Releases: Finch-API/finch-api-python

v2.1.0

Choose a tag to compare

@stainless-app stainless-app released this 07 Jul 16:29
dc3417c

2.1.0 (2026-07-01)

Full Changelog: v2.0.0...v2.1.0

Features

v2.0.0

Choose a tag to compare

@stainless-app stainless-app released this 22 Jun 17:59
901e406

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

Choose a tag to compare

@stainless-app stainless-app released this 22 Jun 17:34
18f3ca6

1.46.0 (2026-06-22)

Full Changelog: v1.45.0...v1.46.0

Features

v1.45.0

Choose a tag to compare

@stainless-app stainless-app released this 18 Jun 17:10
18957e0

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_alias unless 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.md files (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_variables more resilient (e33584f)
  • internal: make test_proxy_environment_variables more 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

Choose a tag to compare

@stainless-app stainless-app released this 23 Jan 02:27
9d01c54

1.44.1 (2026-01-16)

Full Changelog: v1.44.0...v1.44.1

Chores

  • internal: update actions/checkout version (8b19e59)

v1.44.0

Choose a tag to compare

@stainless-app stainless-app released this 13 Jan 20:36
372ac6e

1.44.0 (2026-01-13)

Full Changelog: v1.43.0...v1.44.0

Features

  • api: api update (004c50f)
  • client: add support for binary request streaming (c5fde16)

Bug Fixes

  • client: loosen auth header validation (61fb929)

v1.43.0

Choose a tag to compare

@stainless-app stainless-app released this 06 Jan 17:30
8eec43d

1.43.0 (2026-01-05)

Full Changelog: v1.42.3...v1.43.0

Features

Chores

  • internal: codegen related update (4d51ed5)

Documentation

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

v1.42.3

Choose a tag to compare

@stainless-app stainless-app released this 30 Dec 18:05
9dff0df

1.42.3 (2025-12-19)

Full Changelog: v1.42.2...v1.42.3

Chores

  • internal: add --fix argument to lint script (3ae3b64)

v1.42.2

Choose a tag to compare

@stainless-app stainless-app released this 17 Dec 18:59
d29437e

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

  • add missing docstrings (0e4c89b)
  • internal: add missing files argument to base client (ff3e0f5)

v1.42.1

Choose a tag to compare

@stainless-app stainless-app released this 08 Dec 18:44
c7b0dbe

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)