Skip to content

v0.83.0

Choose a tag to compare

@stainless-app stainless-app released this 04 Apr 21:25

0.83.0 (2025-04-04)

Full Changelog: v0.82.2...v0.83.0

Features

  • client: add enum validation method (8669139)
  • client: expose request body setter and getter (#579) (beb9c74)
  • client: make union deserialization more robust (#576) (8669139)

Bug Fixes

  • client: return Optional&lt;T&gt; instead of Optional<? extends T> (#582) (b750ff3)

Performance Improvements

  • client: cached parsed type in HttpResponseFor (#580) (bad2b44)

Chores

  • client: remove unnecessary json state from some query param classes (8669139)
  • internal: add invalid json deserialization tests (8669139)
  • internal: add json roundtripping tests (8669139)
  • internal: codegen related update (#578) (55b33e8)
  • internal: swap from getNullable to getOptional (#581) (9e37edb)

Documentation

  • add comments to JsonField classes (b750ff3)