Skip to content

v0.10.0

Compare
Choose a tag to compare
@stainless-app stainless-app released this 08 Jan 05:03

0.10.0 (2025-01-08)

Full Changelog: v0.9.1...v0.10.0

Features

  • client: add various convenience setters to models (#91) (9b3eb17)
  • client: allow passing null or optional for nullable fields (#84) (8a8f2f9)
  • client: allow setting arbitrary JSON for top-level body params (9b3eb17)
  • client: expose getters for JsonField of body params (9b3eb17)

Bug Fixes

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

Documentation

Styles

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