Skip to content

Latest commit

 

History

History
224 lines (125 loc) · 15.1 KB

CHANGELOG.md

File metadata and controls

224 lines (125 loc) · 15.1 KB

Changelog

0.1.0-alpha.15 (2025-04-15)

Full Changelog: v0.1.0-alpha.14...v0.1.0-alpha.15

Features

Bug Fixes

  • client: send all configured auth headers (#106) (772695b)
  • perf: optimize some hot paths (fb1f7c1)
  • perf: skip traversing types for NotGiven values (38418ad)

Chores

  • client: minor internal fixes (228700d)
  • internal: expand CI branch coverage (8ce4af4)
  • internal: reduce CI branch coverage (0aee51f)
  • internal: remove trailing character (#103) (45f7fde)
  • internal: slight transform perf improvement (#108) (552640f)
  • internal: update pyright settings (fc0f5bc)
  • internal: version bump (#99) (4bc12e4)

0.1.0-alpha.14 (2025-04-03)

Full Changelog: v0.1.0-alpha.13...v0.1.0-alpha.14

Features

Chores

0.1.0-alpha.13 (2025-04-02)

Full Changelog: v0.1.0-alpha.12...v0.1.0-alpha.13

Features

Bug Fixes

  • ci: ensure pip is always available (#88) (86a40cc)
  • ci: remove publishing patch (#89) (674c661)
  • types: handle more discriminated union shapes (#87) (ea6a942)

Chores

0.1.0-alpha.12 (2025-03-11)

Full Changelog: v0.1.0-alpha.11...v0.1.0-alpha.12

Features

Bug Fixes

  • asyncify on non-asyncio runtimes (#69) (dc7519f)
  • client: mark some request bodies as optional (f022d08)

Chores

  • docs: update client docstring (#75) (5b371a6)
  • internal: bummp ruff dependency (#62) (123ccca)
  • internal: change default timeout to an int (#61) (66fc9b7)
  • internal: fix devcontainers setup (#71) (9ec8473)
  • internal: fix type traversing dictionary params (#64) (648fc48)
  • internal: minor type handling changes (#65) (27aa5db)
  • internal: properly set pydantic_private (#72) (9765c39)
  • internal: remove unused http client options forwarding (#76) (c5ed0fd)
  • internal: update client tests (#68) (9297d25)
  • internal: version bump (#58) (d032df2)

Documentation

  • revise readme docs about nested params (#77) (649ec25)
  • update URLs from stainlessapi.com to stainless.com (#73) (8f500b4)

0.1.0-alpha.11 (2025-01-30)

Full Changelog: v0.1.0-alpha.10...v0.1.0-alpha.11

Features

  • various codegen changes (96c7551)

0.1.0-alpha.10 (2025-01-30)

Full Changelog: v0.1.0-alpha.9...v0.1.0-alpha.10

Features

0.1.0-alpha.9 (2025-01-29)

Full Changelog: v0.1.0-alpha.8...v0.1.0-alpha.9

Features

0.1.0-alpha.8 (2025-01-28)

Full Changelog: v0.1.0-alpha.7...v0.1.0-alpha.8

Features

0.1.0-alpha.7 (2025-01-27)

Full Changelog: v0.1.0-alpha.6...v0.1.0-alpha.7

Features

0.1.0-alpha.6 (2025-01-24)

Full Changelog: v0.1.0-alpha.5...v0.1.0-alpha.6

Features

Chores

0.1.0-alpha.5 (2025-01-22)

Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5

Features

0.1.0-alpha.4 (2025-01-21)

Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4

Features

Bug Fixes

  • tests: make test_get_platform less flaky (#26) (d192517)

Chores

  • internal: avoid pytest-asyncio deprecation warning (#27) (1ab1a4e)

Documentation

  • raw responses: fix duplicate the (#24) (ddeaa6d)

0.1.0-alpha.3 (2025-01-17)

Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3

Features

Chores

  • internal: codegen related update (#20) (e6cdd0b)

0.1.0-alpha.2 (2025-01-16)

Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2

Features

0.1.0-alpha.1 (2025-01-14)

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

Chores