Skip to content

v1.1.0

Choose a tag to compare

@stainless-app stainless-app released this 29 Oct 00:43
a937e98

1.1.0 (2025-10-29)

Full Changelog: v1.0.3...v1.1.0

Features

Bug Fixes

  • ci: correct conditional (10dcc8c)
  • ci: release-doctor — report correct token name (1a905ea)
  • client: correctly parse binary response | stream (48ba460)
  • package: support direct resource imports (938dd60)
  • tests: fix: tests which call HTTP endpoints directly with the example parameters (c5301a5)
  • utils: Fix issue with confidences showing up incorrectly for missing confidences. (7fb32fb)

Chores

  • ci: change upload type (9681bdc)
  • ci: enable for pull requests (d7e6731)
  • ci: fix installation instructions (8b37598)
  • ci: only run for pushes and fork pull requests (80611a5)
  • ci: upload sdks to package manager (a4d60f3)
  • docs: grammar improvements (d49a74e)
  • docs: remove reference to rye shell (2cb26d1)
  • internal: avoid lint errors in pagination expressions (5a3c566)
  • internal: bump pinned h11 dep (0bf369e)
  • internal: codegen related update (a98bd9f)
  • internal: update conftest.py (5b7c341)
  • package: mark python 3.13 as supported (403512f)
  • readme: update badges (fd2895a)
  • tests: add tests for httpx client instantiation & proxies (5aa538f)
  • tests: run tests in parallel (6d637ae)
  • tests: skip some failing tests on the latest python versions (7093c76)

Documentation

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