Skip to content

v2.11.0

Choose a tag to compare

@stainless-app stainless-app released this 19 Jun 08:37
83b3aa7

2.11.0 (2025-06-19)

Full Changelog: v2.10.0...v2.11.0

Features

  • client: add follow_redirects request option (2ee1435)

Bug Fixes

  • client: correctly parse binary response | stream (bb822dd)
  • tests: fix: tests which call HTTP endpoints directly with the example parameters (9f17127)

Chores

  • ci: enable for pull requests (4461d5e)
  • docs: remove reference to rye shell (acbfb68)
  • docs: remove unnecessary param examples (66e291e)
  • internal: update conftest.py (1a93922)
  • readme: update badges (afd2518)
  • tests: add tests for httpx client instantiation & proxies (82132b5)
  • tests: run tests in parallel (131c597)

Documentation

  • client: fix httpx.Timeout documentation reference (0ec016a)