Skip to content

v0.1.0-alpha.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@stainless-app stainless-app released this 29 Jan 01:30

0.1.0-alpha.10 (2025-01-29)

Full Changelog: v0.1.0-alpha.9...v0.1.0-alpha.10

⚠ BREAKING CHANGES

  • client: better union variant method and variable names (#82)

Features

  • api: add citations (#78) (f206f8a)
  • client: add _queryParams and _headers methods (#94) (6387b49)
  • client: add close method (#87) (2ef94d1)
  • client: better union variant method and variable names (#82) (f961513)

Bug Fixes

  • client: async streaming flakiness (#85) (fbc58f3)
  • client: make some classes and constructors non-public (#90) (803559d)
  • examples (0a7cd8c)

Chores

Documentation

Refactors

  • internal: extract request preparation logic (6387b49)