Skip to content

v5.5.0

Latest

Choose a tag to compare

@stainless-app stainless-app released this 19 Jul 05:33
35c9d49

5.5.0 (2025-07-19)

Full Changelog: v5.4.0...v5.5.0

Features

  • api: add test set api (cf653ef)
  • api: api update (d7a73bc)
  • clean up environment call outs (6002d27)
  • client: add follow_redirects request option (b22320b)
  • client: add support for aiohttp (292b89e)

Bug Fixes

  • ci: correct conditional (b23a053)
  • ci: release-doctor — report correct token name (71f15b7)
  • client: correctly parse binary response | stream (5568773)
  • client: don't send Content-Type header on GET requests (41feabc)
  • docs/api: remove references to nonexistent types (7d673d4)
  • pagination: correct next page check (03552e7)
  • parsing: correctly handle nested discriminated unions (5fcaeb7)
  • tests: fix: tests which call HTTP endpoints directly with the example parameters (3036c4b)

Chores

  • ci: change upload type (267f707)
  • ci: enable for pull requests (a6636e7)
  • ci: only run for pushes and fork pull requests (f5756ca)
  • docs: remove reference to rye shell (9fc4749)
  • docs: remove unnecessary param examples (d2875f3)
  • internal: bump pinned h11 dep (cb54577)
  • internal: codegen related update (c281941)
  • internal: codegen related update (65ea7c5)
  • internal: update conftest.py (f06435d)
  • package: mark python 3.13 as supported (e1a20f7)
  • readme: fix version rendering on pypi (e05e6e5)
  • readme: update badges (bc28102)
  • tests: add tests for httpx client instantiation & proxies (c620e09)
  • tests: run tests in parallel (9d9d65e)
  • tests: skip some failing tests on the latest python versions (188abef)

Documentation

  • client: fix httpx.Timeout documentation reference (482e328)