Skip to content

Latest commit

 

History

History
210 lines (111 loc) · 9.24 KB

File metadata and controls

210 lines (111 loc) · 9.24 KB

Changelog

0.7.1 (2026-04-15)

Full Changelog: v0.7.0...v0.7.1

Bug Fixes

  • client: preserve hardcoded query params when merging with user params (e10cc1c)
  • ensure file data are only sent as 1 parameter (612ac39)

Chores

  • ci: remove release-doctor workflow (c7349fa)

0.7.0 (2026-03-27)

Full Changelog: v0.6.6...v0.7.0

Features

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

0.6.6 (2026-03-25)

Full Changelog: v0.6.5...v0.6.6

Chores

  • ci: skip lint on metadata-only changes (4043945)

0.6.5 (2026-03-24)

Full Changelog: v0.6.4...v0.6.5

Chores

  • internal: update gitignore (45565d8)

0.6.4 (2026-03-20)

Full Changelog: v0.6.3...v0.6.4

Bug Fixes

  • sanitize endpoint path params (6563aa2)

0.6.3 (2026-03-18)

Full Changelog: v0.6.2...v0.6.3

Chores

  • add project documentation and templates (698a1f3)

0.6.2 (2026-03-17)

Full Changelog: v0.6.1...v0.6.2

Bug Fixes

  • deps: bump minimum typing-extensions version (c9b4527)
  • pydantic: do not pass by_alias unless set (38a75f8)

Chores

  • internal: tweak CI branches (7061170)

0.6.1 (2026-03-08)

Full Changelog: v0.6.0...v0.6.1

Chores

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

0.6.0 (2026-03-05)

Full Changelog: v0.5.0...v0.6.0

Features

  • disable tool analysis while using Anthale middleware (345d8e5)

Documentation

  • add langchain usage examples (ecf2851)

0.5.0 (2026-03-05)

Full Changelog: v0.4.0...v0.5.0

Features

  • add support for analyzing OpenAI streaming responses (73b5fbc)

0.4.0 (2026-03-04)

Full Changelog: v0.3.0...v0.4.0

Features

  • implement openai integration (b49b3a2)

0.3.0 (2026-03-04)

Full Changelog: v0.2.1...v0.3.0

Features

  • implement langchain integration (b6e767d)

Chores

  • internal: codegen related update (5ad5dbb)

0.2.1 (2026-03-02)

Full Changelog: v0.2.0...v0.2.1

Chores

0.2.0 (2026-03-02)

Full Changelog: v0.1.2...v0.2.0

Features

  • api: api update (8bfd7a3)
  • api: manual updates (3210a85)
  • api: manual updates (a5dc011)
  • api: manual updates (c894e98)
  • client: add custom JSON encoder for extended type support (018fb0e)

Chores

  • ci: add missing environment (a59dd26)
  • ci: bump uv version (1297bc7)
  • format all api.md files (6fb8982)
  • internal: add request options to SSE classes (3b2c8b2)
  • internal: bump dependencies (6b8cabf)
  • internal: fix lint error on Python 3.14 (79b1eeb)
  • internal: make test_proxy_environment_variables more resilient (06c1219)
  • internal: make test_proxy_environment_variables more resilient to env (2cde4ee)
  • internal: remove mock server code (a6310af)
  • update mock server docs (e820486)
  • update SDK settings (131d4c3)
  • update SDK settings (1cc5f72)

0.1.2 (2026-01-24)

Full Changelog: v0.1.1...v0.1.2

Chores

  • ci: upgrade actions/github-script (c6294b6)

0.1.1 (2026-01-19)

Full Changelog: v0.1.0...v0.1.1

Chores

Build System

0.1.0 (2026-01-19)

Full Changelog: v0.0.2...v0.1.0

Features

Chores

Build System

  • configure environment name for deploying (503b944)
  • publish new version via oidc (4b33eae)

0.0.2 (2026-01-19)

Full Changelog: v0.0.1...v0.0.2

Chores

Documentation

  • add policy identifier example (261bc20)