Releases: orbcorp/orb-kotlin
Releases · orbcorp/orb-kotlin
v0.1.0-alpha.26
0.1.0-alpha.26 (2025-02-25)
Full Changelog: v0.1.0-alpha.25...v0.1.0-alpha.26
Features
Documentation
v0.1.0-alpha.25
v0.1.0-alpha.24
0.1.0-alpha.24 (2025-02-21)
Full Changelog: v0.1.0-alpha.23...v0.1.0-alpha.24
Features
Documentation
v0.1.0-alpha.23
0.1.0-alpha.23 (2025-02-20)
Full Changelog: v0.1.0-alpha.22...v0.1.0-alpha.23
Features
Bug Fixes
Chores
v0.1.0-alpha.22
0.1.0-alpha.22 (2025-02-20)
Full Changelog: v0.1.0-alpha.21...v0.1.0-alpha.22
Features
- api: api update (#222) (ac69a65)
- client: support
JsonField#asX()for known values (#217) (2be0c1e) - client: update enum
asXmethods (#216) (84ed646)
Chores
- ci: update gradle actions to v4 (#221) (21878ed)
- docs: reorganize readme (#218) (8af4563)
- internal: get rid of configuration cache (#220) (a319997)
- internal: make body class constructors private (f77accd)
- internal: make body classes for multipart requests (f77accd)
- internal: misc formatting changes (f77accd)
- internal: optimize build and test perf (926590b)
- internal: rename internal body classes (f77accd)
- internal: update formatter (#213) (926590b)
- internal: update some formatting in
Values.kt(2be0c1e) - internal: use better test example values (#215) (f77accd)
v0.1.0-alpha.21
v0.1.0-alpha.20
0.1.0-alpha.20 (2025-02-13)
Full Changelog: v0.1.0-alpha.19...v0.1.0-alpha.20
Features
Documentation
v0.1.0-alpha.19
v0.1.0-alpha.18
v0.1.0-alpha.17
0.1.0-alpha.17 (2025-02-05)
Full Changelog: v0.1.0-alpha.16...v0.1.0-alpha.17
Bug Fixes
- api: add missing
@MustBeClosedannotations (#197) (e71eae6) - api: switch
CompletableFuture<Void>toCompletableFuture<Void?>(e71eae6) - client: add missing validation calls on response (e71eae6)
- client: always provide a body for
PATCHmethods (e71eae6)