Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.

v0.1.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@stainless-app stainless-app released this 27 Jun 04:19

0.1.0-alpha.1 (2025-06-27)

Full Changelog: v0.0.1-alpha.0...v0.1.0-alpha.1

Features

  • client: add follow_redirects request option (a77a9ee)
  • client: add support for aiohttp (d78982b)

Bug Fixes

  • ci: release-doctor — report correct token name (6f3a4e2)
  • client: correctly parse binary response | stream (85d6bbd)
  • package: support direct resource imports (a862d55)
  • tests: fix: tests which call HTTP endpoints directly with the example parameters (347a4bf)

Chores

  • change publish docs url (fdd7a07)
  • ci: enable for pull requests (c9b6347)
  • ci: fix installation instructions (40d9854)
  • ci: upload sdks to package manager (2d2282b)
  • docs: grammar improvements (6f57b13)
  • docs: remove reference to rye shell (bcf315a)
  • docs: remove unnecessary param examples (60ec829)
  • internal: avoid errors for isinstance checks on proxies (758a188)
  • internal: codegen related update (ab9f05c)
  • internal: update conftest.py (218e172)
  • readme: update badges (9b63e1b)
  • tests: add tests for httpx client instantiation & proxies (b27b11b)
  • tests: run tests in parallel (1287a3c)
  • tests: skip some failing tests on the latest python versions (73b5705)
  • update SDK settings (e54ba91)

Documentation

  • client: fix httpx.Timeout documentation reference (497f2a1)