Skip to content

v0.2.0

Compare
Choose a tag to compare
@stainless-bot stainless-bot released this 18 Oct 11:49

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

Documentation

  • organisation -> organization (UK to US English) (#135) (2e278bd)

Refactors