Releases: Finch-API/finch-api-python
Releases · Finch-API/finch-api-python
Release list
v0.11.0
0.11.0 (2024-01-11)
Full Changelog: v0.10.0...v0.11.0
Features
- client: hook up sandbox auth (#256) (13f29d3)
- remove redundant endpoint, add sandbox client options (not yet used) (#255) (3fbedde)
Chores
v0.10.0
0.10.0 (2024-01-09)
Full Changelog: v0.9.5...v0.10.0
Features
- add
Nonedefault value to nullable response properties (#246) (a3c577c) - api: add method to create access token (#249) (3dedeb6)
- api: add sandbox APIs (#251) (3ac7bc5)
Bug Fixes
Chores
- add .keep files for examples and custom code directories (#250) (e5a7c17)
- internal: bump license (#244) (b7b0145)
- internal: loosen type var restrictions (#248) (f070165)
- internal: replace isort with ruff (#245) (82a7085)
- test: update examples (#252) (b802828)
- use property declarations for resource members (#247) (acd29fd)
v0.9.5
v0.9.4
v0.9.3
v0.9.2
v0.9.1
v0.9.0
0.9.0 (2023-12-17)
Full Changelog: v0.8.2...v0.9.0
Features
- api: add
/jobsendpoints (#210) (cd3cc6f) - api: add
client_typeandconnection_typeto introspection (#211) (d354f0a) - api: add
lptax payer type enum value (#218) (d0f1493) - pagination: remove unused types (#215) (9adf490)
Bug Fixes
- avoid leaking memory when Client.with_options is used (#220) (c634771)
- client: correct base_url setter implementation (#207) (5e04fa7)
- client: ensure retried requests are closed (#204) (0659932)
- errors: properly assign APIError.body (#219) (ee8fb39)
Chores
- ci: run release workflow once per day (#226) (7147466)
- internal: add tests for proxy change (#203) (b5b9f79)
- internal: enable more lint rules (#217) (61018d4)
- internal: reformat imports (#213) (81a6e2f)
- internal: reformat imports (#216) (14c8df0)
- internal: replace string concatenation with f-strings (#206) (7c920a3)
- internal: update formatting (#214) (cd5253c)
- internal: update lock file (#201) (42de23d)
- internal: updates to proxy helper (#202) (2049c50)
- package: lift anyio v4 restriction (#208) (e1ed4a5)