v4.1.0
4.1.0 (2025-02-25)
Full Changelog: v4.0.2...v4.1.0
Features
- api: api update (#454) (6a36319)
- client: get rid of annoying checked exceptions (#449) (e7312ce)
- client: support
JsonField#asX()for known values (#443) (d2c8ddd) - client: update enum
asXmethods (#442) (caffc54)
Bug Fixes
Chores
- ci: update gradle actions to v4 (#447) (97cc45e)
- docs: add faq to readme (#450) (fd63219)
- docs: reorganize readme (#444) (164050e)
- internal: codegen related update (#448) (6db2948)
- internal: get rid of configuration cache (#446) (35edbd8)
- internal: make body class constructors private (545758d)
- internal: make body classes for multipart requests (545758d)
- internal: misc formatting changes (545758d)
- internal: optimize build and test perf (54b58c8)
- internal: remove unnecessary non-null asserts in tests (344ac4b)
- internal: rename internal body classes (545758d)
- internal: update formatter (#439) (54b58c8)
- internal: update some formatting in
Values.kt(d2c8ddd) - internal: use
assertNotNullin tests for type narrowing (344ac4b) - internal: use better test example values (#441) (545758d)
- test: update some test values (#437) (602f2c0)