v0.77.0
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
asXmethods (#487) (4f5cb79)
Bug Fixes
Chores
- api: new 3DS Event and new
challenge_metadataproperty 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
PhantomReachableClosingAsyncStreamResponseimpl (#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
assertNotNullin tests for type narrowing (8350303)