Skip to content

v0.77.0

Choose a tag to compare

@stainless-app stainless-app released this 22 Feb 04:43

0.77.0 (2025-02-21)

Full Changelog: v0.76.0...v0.77.0

⚠ BREAKING CHANGES

  • client: rename some params builder methods (#485)

Features

  • client: get rid of annoying checked exceptions (#493) (a10addc)
  • client: support JsonField#asX() for known values (#488) (bbbebbc)
  • client: update enum asX methods (#487) (4f5cb79)

Bug Fixes

  • client: mark some request bodies as optional (#495) (8350303)

Chores

  • api: new 3DS Event and new challenge_metadata property on Authentications (#481) (aba327f)
  • ci: update gradle actions to v4 (#492) (5fa3f68)
  • client: rename some params builder methods (#485) (3099f72)
  • docs: add faq to readme (#494) (ddef161)
  • docs: reorganize readme (#489) (2cc42ac)
  • internal: get rid of configuration cache (#491) (fb47a73)
  • internal: optimize build and test perf (e78b569)
  • internal: optimize build and test perf (90326d4)
  • internal: refactor PhantomReachableClosingAsyncStreamResponse impl (#483) (7baa3ec)
  • internal: remove unnecessary non-null asserts in tests (8350303)
  • internal: update formatter (e78b569)
  • internal: update formatter (#484) (90326d4)
  • internal: update some formatting in Values.kt (bbbebbc)
  • internal: use assertNotNull in tests for type narrowing (8350303)

Documentation

  • add immutability explanation to readme (#497) (780afa6)
  • add more phantom reachability docs (7baa3ec)