Releases: Finch-API/finch-api-python
Releases · Finch-API/finch-api-python
v0.9.1
v0.9.0
0.9.0 (2023-12-17)
Full Changelog: v0.8.2...v0.9.0
Features
- api: add
/jobs
endpoints (#210) (cd3cc6f) - api: add
client_type
andconnection_type
to introspection (#211) (d354f0a) - api: add
lp
tax 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)
Documentation
Refactors
v0.8.2
v0.8.1
v0.8.0
v0.7.1
v0.7.0
0.7.0 (2023-11-15)
Full Changelog: v0.6.0...v0.7.0
Features
- api: updates (#184) (1fbf21e)
- client: support passing chunk size for binary responses (#175) (3d02d4b)
- client: support reading the base url from an env variable (#186) (bb2dc38)
Bug Fixes
- client: retry if SSLWantReadError occurs in the async client (#181) (b2a7d2c)
- client: serialise pydantic v1 default fields correctly in params (#180) (cb69944)
- models: mark unknown fields as set in pydantic v1 (#179) (c8261c9)
Chores
- internal: base client updates (#178) (d06251d)
- internal: fix devcontainer interpeter path (#183) (ca48726)
- internal: fix typo in NotGiven docstring (#182) (ca198e9)
Documentation
v0.6.0
0.6.0 (2023-11-08)
Full Changelog: v0.5.0...v0.6.0
Features
- client: allow binary returns (#164) (6322114)
- client: support passing BaseModels to request params at runtime (#166) (f3e7e76)
- client: support passing httpx.Timeout to method timeout argument (#171) (a3dcd4b)
Bug Fixes
- binaries: don't synchronously block in astream_to_file (#167) (c607d54)
- prevent TypeError in Python 3.8 (ABC is not subscriptable) (#170) (fc12d83)
Chores
- docs: fix github links (#173) (9a8407d)
- docs: fix some typos (#172) (19702d1)
- internal: improve github devcontainer setup (#174) (5334b9c)
- internal: remove unused int/float conversion (#168) (69faf73)