Skip to content

v0.12.0

Latest

Choose a tag to compare

@stainless-app stainless-app released this 29 Jun 17:21
ca34d1b

0.12.0 (2025-06-29)

Full Changelog: v0.11.0...v0.12.0

Features

Bug Fixes

  • client: correctly parse binary response | stream (2b6e46f)
  • package: support direct resource imports (5a8f2bd)
  • tests: fix: tests which call HTTP endpoints directly with the example parameters (4ebdf17)

Chores

  • ci: enable for pull requests (ce5b546)
  • ci: fix installation instructions (dbfcc81)
  • ci: upload sdks to package manager (6f15584)
  • docs: grammar improvements (8254ef9)
  • docs: remove reference to rye shell (e7c147b)
  • docs: remove unnecessary param examples (5dc8d89)
  • internal: avoid errors for isinstance checks on proxies (df06fdf)
  • internal: update conftest.py (bd8931e)
  • readme: update badges (9399af4)
  • tests: add tests for httpx client instantiation & proxies (81ec20b)
  • tests: run tests in parallel (9c06af9)
  • tests: skip some failing tests on the latest python versions (afe509f)

Documentation

  • client: fix httpx.Timeout documentation reference (75b4f8d)