Skip to content

v1.7.0

Choose a tag to compare

@stainless-app stainless-app released this 23 Jul 17:44
66bd1a2

1.7.0 (2025-07-23)

Full Changelog: v1.6.0...v1.7.0

Features

Bug Fixes

  • ci: correct conditional (79d08e8)
  • ci: release-doctor — report correct token name (03cfe8a)
  • client: don't send Content-Type header on GET requests (6a3e11c)
  • parsing: correctly handle nested discriminated unions (7291d4f)
  • parsing: ignore empty metadata (52e08bc)
  • parsing: parse extra field types (034b5dc)

Chores

  • ci: change upload type (6e96a87)
  • ci: only run for pushes and fork pull requests (f741da1)
  • internal: bump pinned h11 dep (d63ac0c)
  • package: mark python 3.13 as supported (7bfb29b)
  • readme: fix version rendering on pypi (c3d919a)
  • tests: skip some failing tests on the latest python versions (0f7a7e0)

Documentation

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