Skip to content

v2.0.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@stainless-app stainless-app released this 21 Feb 22:46
2f37fd0

2.0.0-rc1 (2025-02-21)

Full Changelog: v1.6.1...v2.0.0-rc1

⚠ BREAKING CHANGES

  • api: define chat completion models (#157)

Features

  • api: add async jobs and graph association (#167) (5ffd871)
  • api: add list and retrieve applications (#176) (79e2193)
  • api: add types for application jobs (#171) (e73ec53)
  • api: define chat completion models (#157) (2a1d32a)
  • api: update application jobs pagination response (#169) (cb30cef)
  • client: allow passing NotGiven for body (#187) (b179ebb)
  • client: send X-Stainless-Read-Timeout header (#175) (2f6ceb9)

Bug Fixes

  • api: fix offset pagination schema (#177) (fca1562)
  • asyncify on non-asyncio runtimes (#183) (b8d96bb)
  • client: mark some request bodies as optional (b179ebb)
  • client: only call .close() when needed (#152) (c999f9a)
  • correctly handle deserialising cls fields (#158) (b05ec58)
  • tests: make test_get_platform less flaky (#163) (04a7500)

Chores

Documentation