Skip to content

Releases: orbcorp/orb-java

v0.26.0

30 Jan 00:29
Compare
Choose a tag to compare

0.26.0 (2025-01-30)

Full Changelog: v0.25.0...v0.26.0

Features

Chores

v0.25.0

23 Jan 22:34
Compare
Choose a tag to compare

0.25.0 (2025-01-23)

Full Changelog: v0.24.0...v0.25.0

Features

v0.24.0

21 Jan 20:52
Compare
Choose a tag to compare

0.24.0 (2025-01-21)

Full Changelog: v0.23.1...v0.24.0

Features

v0.23.1

20 Jan 16:50
Compare
Choose a tag to compare

0.23.1 (2025-01-20)

Full Changelog: v0.23.0...v0.23.1

Bug Fixes

  • client: make service impl constructors internal (#208) (50db282)

v0.23.0

18 Jan 01:36
Compare
Choose a tag to compare

0.23.0 (2025-01-18)

Full Changelog: v0.22.0...v0.23.0

Features

Chores

  • internal: upgrade kotlin compiler and gradle (#203) (3e03f2b)

Documentation

v0.22.0

16 Jan 12:41
Compare
Choose a tag to compare

0.22.0 (2025-01-16)

Full Changelog: v0.21.0...v0.22.0

Features

v0.21.0

15 Jan 19:35
Compare
Choose a tag to compare

0.21.0 (2025-01-15)

Full Changelog: v0.20.0...v0.21.0

Features

Chores

  • internal: add and tweak check functions (#195) (059140b)
  • internal: codegen related update (#186) (80ba077)
  • internal: codegen related update (#189) (02ac7e7)
  • internal: extract a checkRequired function (#194) (4d7ef18)
  • internal: fix up root build.gradle.kts formatting (#190) (c6877ff)
  • internal: remove unused Gradle imports (#191) (dc9baca)
  • internal: remove unused or unnecessary Gradle imports (#192) (1d55476)
  • internal: tweak client options nullability handling (059140b)
  • internal: update some gradle formatting (#193) (84dffdc)
  • simplify examples involving lists (#196) (087813e)
  • simplify examples involving unions (#197) (6f4b238)

v0.20.0

07 Jan 21:40
Compare
Choose a tag to compare

0.20.0 (2025-01-07)

Full Changelog: v0.19.0...v0.20.0

Features

  • client: add various convenience setters to models (#184) (5a7e67f)
  • client: allow setting arbitrary JSON for top-level body params (5a7e67f)
  • client: expose getters for JsonField of body params (5a7e67f)

Bug Fixes

  • client: consistently throw on omitting required fields (5a7e67f)
  • client: convert JsonField containing list type to mutable in builder (5a7e67f)

Documentation

Styles

  • internal: explicitly add some method return types (5a7e67f)
  • internal: move headers and query params setters below others (5a7e67f)
  • internal: simplify existing convenience setters on params (5a7e67f)

v0.19.0

06 Jan 20:25
Compare
Choose a tag to compare

0.19.0 (2025-01-06)

Full Changelog: v0.18.0...v0.19.0

Features

  • api: api update (#180) (4aa16b5)
  • client: allow passing null or optional for nullable fields (#179) (1797a16)

Styles

v0.18.0

06 Jan 17:59
Compare
Choose a tag to compare

0.18.0 (2025-01-06)

Full Changelog: v0.17.0...v0.18.0

Features