Skip to content

v1.5.0-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@stainless-app stainless-app released this 05 Sep 01:06
99c8f40

1.5.0-alpha.0 (2025-09-05)

Full Changelog: v1.4.0...v1.5.0-alpha.0

Features

Bug Fixes

  • avoid newer type syntax (85f597b)
  • ci: correct conditional (a36b873)
  • ci: release-doctor — report correct token name (61b97ff)
  • client: correctly parse binary response | stream (9614c4c)
  • client: don't send Content-Type header on GET requests (c4c4185)
  • fix extension types in playwright_extensions (8b652e7)
  • parsing: correctly handle nested discriminated unions (d020678)
  • parsing: ignore empty metadata (118c4d4)
  • parsing: parse extra field types (c7ef875)
  • tests: fix: tests which call HTTP endpoints directly with the example parameters (e298407)

Chores

  • ci: change upload type (e42da7c)
  • ci: enable for pull requests (03a6db7)
  • ci: only run for pushes and fork pull requests (c8cb51f)
  • docs: grammar improvements (f32a9e2)
  • docs: remove reference to rye shell (07d129a)
  • docs: remove unnecessary param examples (62209dc)
  • internal: add Sequence related utils (34b0dd6)
  • internal: bump pinned h11 dep (5e3270d)
  • internal: change ci workflow machines (14c0ac4)
  • internal: codegen related update (f979aff)
  • internal: codegen related update (12de9f3)
  • internal: codegen related update (c4157cb)
  • internal: codegen related update (ccb2c95)
  • internal: fix ruff target version (e6a3df4)
  • internal: update comment in script (a7aec17)
  • internal: update conftest.py (5d3a2b1)
  • internal: update pyright exclude list (33ba4b4)
  • package: mark python 3.13 as supported (2450b8e)
  • project: add settings file for vscode (a406241)
  • readme: fix version rendering on pypi (a8afe1a)
  • readme: update badges (869a3f4)
  • tests: add tests for httpx client instantiation & proxies (9c5d88c)
  • tests: run tests in parallel (94308de)
  • tests: skip some failing tests on the latest python versions (7bc40f0)
  • update @stainless-api/prism-cli to v5.15.0 (b48933b)
  • update github action (d57dc03)

Documentation

  • client: fix httpx.Timeout documentation reference (4bbda56)