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 (#319) (8d2ac5a)
  • client: allow setting arbitrary JSON for top-level body params (8d2ac5a)
  • client: expose getters for JsonField of body params (8d2ac5a)

Bug Fixes

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

Chores

Styles

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