Releases: Finch-API/finch-api-python
Releases · Finch-API/finch-api-python
Release list
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)
Documentation
v0.5.0
v0.4.0
v0.3.2
v0.3.1
0.3.1 (2023-10-27)
Full Changelog: v0.3.0...v0.3.1
v0.3.0
v0.2.3
v0.2.2
0.2.2 (2023-10-19)
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0
0.2.0 (2023-10-17)
Full Changelog: v0.1.5...v0.2.0
Features
- client: add logging setup (#127) (71aab4b)
- client: add support for passing in a httpx client (#123) (623f5bc)
- client: support passing httpx.URL instances to base_url (#138) (0aad4df)
- make webhook headers case insensitive (#130) (3af34f9)
Bug Fixes
- client: accept io.IOBase instances in file params (#134) (1297832)
- client: correctly handle arguments with env vars (#128) (e502b18)
- correct benfits to benefits (#125) (9e2c02a)
Chores
- internal: cleanup some redundant code (#133) (88e49bc)
- internal: enable lint rule (#132) (8e266e8)
- internal: improve publish script (#137) (78cd8ba)
- internal: migrate from Poetry to Rye (#136) (ac49d7c)
- update comment (#131) (20aa00a)