Skip to content

Releases: orbcorp/orb-java

v0.21.0

Choose a tag to compare

@stainless-app stainless-app released this 15 Jan 19:35

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

Choose a tag to compare

@stainless-app stainless-app released this 07 Jan 21:40

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

Choose a tag to compare

@stainless-app stainless-app released this 06 Jan 20:25

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

Choose a tag to compare

@stainless-app stainless-app released this 06 Jan 17:59

0.18.0 (2025-01-06)

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

Features

v0.17.0

Choose a tag to compare

@stainless-app stainless-app released this 03 Jan 19:50

0.17.0 (2025-01-03)

Full Changelog: v0.16.0...v0.17.0

Features

Documentation

v0.16.0

Choose a tag to compare

@stainless-app stainless-app released this 03 Jan 18:24

0.16.0 (2025-01-03)

Full Changelog: v0.15.0...v0.16.0

⚠ BREAKING CHANGES

  • api: endpoint expects amount of new allocation price to be a string, not a number (#10)
  • api: add semi_annual cadence and remove metadata from update items (#2)

Features

Read more

v0.14.0

Choose a tag to compare

@stainless-app stainless-app released this 23 Dec 23:42

0.14.0 (2024-12-23)

Full Changelog: v0.13.0...v0.14.0

Features

Chores

v0.13.0

Choose a tag to compare

@stainless-app stainless-app released this 17 Dec 20:16

0.13.0 (2024-12-17)

Full Changelog: v0.12.0...v0.13.0

Features

v0.12.0

Choose a tag to compare

@stainless-app stainless-app released this 12 Dec 20:50

0.12.0 (2024-12-12)

Full Changelog: v0.11.0...v0.12.0

Features

Chores

  • internal: remove unused and expand used wildcard imports (#150) (125239d)
  • internal: remove unused and expand used wildcard imports (#151) (e31d1ed)
  • internal: remove unused imports (#147) (fbafbb5)
  • test: remove unused imports (#148) (b170c90)
  • test: use JsonValue instead of JsonString (#149) (b177193)
  • update example values in tests and docs (#143) (3ae9d16)

Styles

  • internal: make enum value definitions less verbose (#145) (618c1a3)
  • internal: move enum identity methods to bottom of class (#146) (8a9c393)

v0.11.0

Choose a tag to compare

@stainless-app stainless-app released this 03 Dec 01:23

0.11.0 (2024-12-03)

Full Changelog: v0.10.0...v0.11.0

Features