Skip to content

Latest commit

 

History

History
217 lines (122 loc) · 11.2 KB

File metadata and controls

217 lines (122 loc) · 11.2 KB

Changelog

1.7.0 (2026-03-27)

Full Changelog: v1.6.3...v1.7.0

Features

  • internal: implement indices array format for query and form serialization (80766b1)

Bug Fixes

  • sanitize endpoint path params (83a2f2c)

Chores

  • ci: skip lint on metadata-only changes (dec3e9b)
  • internal: update gitignore (c5e98a4)

1.6.3 (2026-03-17)

Full Changelog: v1.6.2...v1.6.3

Bug Fixes

  • deps: bump minimum typing-extensions version (f287f8f)
  • pydantic: do not pass by_alias unless set (194da96)

Chores

  • internal: tweak CI branches (5f370c3)

1.6.2 (2026-03-07)

Full Changelog: v1.6.1...v1.6.2

Chores

  • ci: skip uploading artifacts on stainless-internal branches (a3b3292)

1.6.1 (2026-03-03)

Full Changelog: v1.6.0...v1.6.1

Chores

  • ci: bump uv version (8b38574)
  • internal: add request options to SSE classes (7488011)
  • internal: codegen related update (b9079a9)
  • internal: make test_proxy_environment_variables more resilient (3608c6e)
  • internal: make test_proxy_environment_variables more resilient to env (60ab278)
  • internal: refactor authentication internals (deb70b3)

1.6.0 (2026-02-23)

Full Changelog: v1.5.0...v1.6.0

Features

1.5.0 (2026-02-23)

Full Changelog: v1.4.1...v1.5.0

Features

1.4.1 (2026-02-20)

Full Changelog: v1.4.0...v1.4.1

Chores

  • internal: remove mock server code (582f64d)
  • update mock server docs (d2942ae)

1.4.0 (2026-02-14)

Full Changelog: v1.3.2...v1.4.0

Features

1.3.2 (2026-02-14)

Full Changelog: v1.3.1...v1.3.2

Chores

1.3.1 (2026-02-14)

Full Changelog: v1.3.0...v1.3.1

Chores

  • configure new SDK language (1349249)

1.3.0 (2026-02-14)

Full Changelog: v1.2.1...v1.3.0

Features

Chores

1.2.1 (2026-02-14)

Full Changelog: v1.2.0...v1.2.1

Chores

1.2.0 (2026-02-03)

Full Changelog: v1.1.0...v1.2.0

Features

Bug Fixes

  • client: close streams without requiring full consumption (7090ef5)

Chores

  • bump httpx-aiohttp version to 0.1.9 (e1b65fb)
  • do not install brew dependencies in ./scripts/bootstrap by default (35b17eb)
  • internal/tests: avoid race condition with implicit client cleanup (2a58fc0)
  • internal: codegen related update (8e6c5b2)
  • internal: codegen related update (20bcea0)
  • internal: detect missing future annotations with ruff (8c35489)
  • internal: grammar fix (it's -> its) (d2d29bc)
  • internal: update pydantic dependency (1c3104b)
  • types: change optional parameter type from NotGiven to Omit (e739e12)

1.1.0 (2025-09-06)

Full Changelog: v1.0.2...v1.1.0

Features

  • improve future compat with pydantic v3 (39d5f4a)
  • types: replace List[str] with SequenceNotStr in params (ffdac79)

Chores

  • internal: add Sequence related utils (cffd684)
  • internal: move mypy configurations to pyproject.toml file (2f7e6bc)
  • tests: simplify get_platform test (7c54665)

1.0.2 (2025-08-27)

Full Changelog: v1.0.1...v1.0.2

Bug Fixes

  • avoid newer type syntax (2ad1ea6)

Chores

  • internal: change ci workflow machines (f38494c)
  • internal: update pyright exclude list (d3f9237)
  • update github action (83a551a)

1.0.1 (2025-08-18)

Full Changelog: v1.0.0...v1.0.1

Chores

1.0.0 (2025-08-18)

Full Changelog: v0.0.1...v1.0.0

Features

Chores