Skip to content

v0.9.0

Compare
Choose a tag to compare
@stainless-bot stainless-bot released this 18 Dec 15:07

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 and connection_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

Documentation

Refactors