Skip to content

v2.8.0

Choose a tag to compare

@stainless-app stainless-app released this 13 Aug 22:29
1eb357b

2.8.0 (2025-08-13)

Full Changelog: v2.7.0...v2.8.0

Features

  • api: exposing more APIs (1dc7eb4)
  • api: new endpoints (73c7b5d)
  • clean up environment call outs (0de7cb3)
  • client: add follow_redirects request option (b9b9a31)
  • client: add support for aiohttp (1f74a9a)
  • docs: updating documented docs for stainless (735f889)
  • docs: updating documented docs for stainless (365ba48)
  • docs: updating documented docs for stainless (4d50fa2)

Bug Fixes

  • ci: correct conditional (3c5fa29)
  • ci: release-doctor — report correct token name (afdd5f4)
  • client: correctly parse binary response | stream (caa6b27)
  • client: don't send Content-Type header on GET requests (c93f487)
  • parsing: correctly handle nested discriminated unions (21690ae)
  • parsing: ignore empty metadata (e261c8d)
  • parsing: parse extra field types (ad534e6)

Chores

  • ci: change upload type (3617fa8)
  • ci: enable for pull requests (931d7a6)
  • ci: only run for pushes and fork pull requests (7dc816a)
  • docs: remove reference to rye shell (9a8cb2f)
  • docs: remove unnecessary param examples (eeb75d3)
  • internal: bump pinned h11 dep (30b9c6f)
  • internal: codegen related update (9bcaeb5)
  • internal: update conftest.py (c7fb0bb)
  • package: mark python 3.13 as supported (7816ba8)
  • project: add settings file for vscode (bd8d6a2)
  • readme: fix version rendering on pypi (ff23de4)
  • readme: update badges (80e3c80)
  • tests: add tests for httpx client instantiation & proxies (fb80b72)
  • tests: run tests in parallel (2944351)
  • tests: skip some failing tests on the latest python versions (a49ae20)

Documentation

  • client: fix httpx.Timeout documentation reference (defb222)