Skip to content

v3.2.0

Latest
Compare
Choose a tag to compare
@stainless-app stainless-app released this 08 Jan 20:02

3.2.0 (2025-01-08)

Full Changelog: v3.1.1...v3.2.0

Features

  • client: add various convenience setters to models (#387) (051f37d)
  • client: allow setting arbitrary JSON for top-level body params (051f37d)
  • client: expose getters for JsonField of body params (051f37d)

Bug Fixes

  • client: consistently throw on omitting required fields (051f37d)
  • client: convert JsonField containing list type to mutable in builder (051f37d)

Chores

Styles

  • internal: explicitly add some method return types (051f37d)
  • internal: move headers and query params setters below others (051f37d)
  • internal: simplify existing convenience setters on params (051f37d)