Skip to content

v0.13.0

Compare
Choose a tag to compare
@stainless-app stainless-app released this 30 Jan 05:38

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 to employee_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)