Skip to content

v1.4.0

Choose a tag to compare

@stainless-app stainless-app released this 01 May 20:09
4073662

1.4.0 (2025-04-25)

Full Changelog: v1.3.1...v1.4.0

Features

Bug Fixes

  • ci: ensure pip is always available (#135) (fd63bd1)
  • ci: remove publishing patch (#136) (bd4bfc8)
  • perf: optimize some hot paths (c544b05)
  • perf: skip traversing types for NotGiven values (af97129)
  • pydantic v1: more robust ModelField.annotation check (be8bb32)
  • types: handle more discriminated union shapes (#134) (2e8aa54)

Chores

  • broadly detect json family of content-type headers (b562715)
  • ci: add timeout thresholds for CI jobs (467dfb2)
  • ci: only use depot for staging repos (eb51e05)
  • client: minor internal fixes (4e548b8)
  • internal: base client updates (1a4a717)
  • internal: bump pyright version (6681c14)
  • internal: bump rye to 0.44.0 (#133) (0068d95)
  • internal: codegen related update (b551ba9)
  • internal: codegen related update (#132) (85ff426)
  • internal: expand CI branch coverage (02cc295)
  • internal: fix list file params (1f6d1f3)
  • internal: import reformatting (772a87c)
  • internal: reduce CI branch coverage (f6d1892)
  • internal: refactor retries to not use recursion (709debf)
  • internal: remove extra empty newlines (#131) (4a0f409)
  • internal: remove trailing character (#140) (850838e)
  • internal: slight transform perf improvement (#142) (af27cc2)
  • internal: update models test (ced3495)
  • internal: update pyright settings (950f294)

Documentation