Releases: Finch-API/finch-api-python
Releases · Finch-API/finch-api-python
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)
Documentation
Refactors
v0.1.5
v0.1.4
0.1.4 (2023-10-04)
Full Changelog: v0.1.3...v0.1.4
Features
- api: add
/forward
endpoint and other updates (#116) (ef97220) - client: handle retry-after header with a date format (#113) (b90cd33)
Chores
v0.1.3
v0.1.2
v0.1.1
0.1.1 (2023-09-11)
Full Changelog: v0.1.0...v0.1.1
Features
Bug Fixes
- client: properly handle optional file params (#88) (77b9914)
- pagination: don't duplicate shared types (#86) (3f5d18f)
Chores
- internal: add example for configuration (#81) (a71605a)
- internal: minor formatting changes (#87) (f940fb2)
- internal: minor restructuring (#84) (fafab61)
- internal: minor update (#91) (1bd2f68)
- internal: update base client (#90) (ee7284a)
- internal: update pyright (#94) (9209bca)
- internal: updates (#93) (01662d9)