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)