Releases: Finch-API/finch-api-python
Releases · Finch-API/finch-api-python
v0.14.1
0.14.1 (2024-02-08)
Full Changelog: v0.14.0...v0.14.1
Bug Fixes
- prevent crash when platform.architecture() is not allowed (#283) (ca5cf4c)
- types: loosen most List params types to Iterable (#288) (ed26c31)
Chores
- internal: add lint command (#286) (0e6398c)
- internal: minor pagination restructuring (#287) (440f9ba)
- internal: support serialising iterable types (#285) (759e3ef)
Documentation
v0.14.0
v0.13.0
0.13.0 (2024-01-30)
Full Changelog: v0.12.0...v0.13.0
Features
- api: add employer_contributions field (#270) (f1d513b)
- client: add support for streaming raw responses (#261) (60bc727)
- client: enable follow redirects by default (#273) (72b922e)
- client: support parsing custom response types (#277) (c36ff77)
Bug Fixes
- api: fix authentication_type enum (#276) (85c0e90)
- api: update
employer_size
parameter toemployee_size
(#278) (526eeab) - client: ensure path params are non-empty (#263) (c969f5b)
Chores
- add write_to_file binary helper method (#265) (152fafc)
- ci: rely on Stainless GitHub App for releases (#269) (864900e)
- internal: add internal helpers (#272) (c377864)
- internal: enable ruff type checking misuse lint rule (#275) (7c8a13b)
- internal: fix typing util function (#266) (1c716b1)
- internal: share client instances between all tests (#271) (23c95da)
- internal: speculative retry-after-ms support (#267) (1549d50)
- internal: support multipart data with overlapping keys (#274) (cd412ed)
- internal: updates to proxy helper (#264) (6d1df20)
- lazy load raw resource class properties (#268) (1f75530)
v0.12.0
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
None
default 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)