Skip to content

Releases: orbcorp/orb-java

v0.38.0

Choose a tag to compare

@stainless-app stainless-app released this 27 Feb 16:30

0.38.0 (2025-02-27)

Full Changelog: v0.37.0...v0.38.0

Features

Chores

  • client: use deep identity methods for primitive array types (#283) (6e2862d)
  • internal: add async service tests (#281) (8171ba6)
  • internal: improve sync service tests (8171ba6)
  • internal: refactor ServiceParamsTest (#285) (7894edb)

Documentation

  • readme parameter tweaks (8171ba6)

v0.37.0

Choose a tag to compare

@stainless-app stainless-app released this 26 Feb 01:45

0.37.0 (2025-02-26)

Full Changelog: v0.36.0...v0.37.0

Features

  • client: allow omitting params object when none required (#277) (7966838)

Bug Fixes

v0.36.0

Choose a tag to compare

@stainless-app stainless-app released this 25 Feb 00:38

0.36.0 (2025-02-25)

Full Changelog: v0.35.0...v0.36.0

Features

Documentation

v0.35.0

Choose a tag to compare

@stainless-app stainless-app released this 21 Feb 23:11

0.35.0 (2025-02-21)

Full Changelog: v0.34.0...v0.35.0

Features

v0.34.0

Choose a tag to compare

@stainless-app stainless-app released this 21 Feb 18:57

0.34.0 (2025-02-21)

Full Changelog: v0.33.0...v0.34.0

Features

v0.33.0

Choose a tag to compare

@stainless-app stainless-app released this 20 Feb 23:23

0.33.0 (2025-02-20)

Full Changelog: v0.32.0...v0.33.0

Features

Bug Fixes

  • client: mark some request bodies as optional (#263) (c6f1170)

Chores

  • docs: add faq to readme (#262) (67226ff)
  • internal: remove unnecessary non-null asserts in tests (c6f1170)
  • internal: use assertNotNull in tests for type narrowing (c6f1170)

Documentation

  • add immutability explanation to readme (#265) (2fee757)

v0.32.0

Choose a tag to compare

@stainless-app stainless-app released this 20 Feb 18:34

0.32.0 (2025-02-20)

Full Changelog: v0.31.1...v0.32.0

Features

Chores

  • ci: update gradle actions to v4 (#257) (b11b2bc)
  • docs: reorganize readme (#254) (7c807a4)
  • internal: get rid of configuration cache (#256) (2315c82)
  • internal: update some formatting in Values.kt (95dc5c6)

v0.31.1

Choose a tag to compare

@stainless-app stainless-app released this 17 Feb 22:15

0.31.1 (2025-02-17)

Full Changelog: v0.31.0...v0.31.1

Bug Fixes

Chores

  • internal: make body class constructors private (3a15ffd)
  • internal: make body classes for multipart requests (3a15ffd)
  • internal: misc formatting changes (3a15ffd)
  • internal: optimize build and test perf (be128e3)
  • internal: rename internal body classes (3a15ffd)
  • internal: update formatter (#247) (be128e3)
  • internal: use better test example values (#249) (3a15ffd)

v0.31.0

Choose a tag to compare

@stainless-app stainless-app released this 14 Feb 23:15

0.31.0 (2025-02-14)

Full Changelog: v0.30.0...v0.31.0

Features

v0.30.0

Choose a tag to compare

@stainless-app stainless-app released this 13 Feb 01:19

0.30.0 (2025-02-13)

Full Changelog: v0.29.0...v0.30.0

Features

Chores

  • internal: refactor PhantomReachableClosingAsyncStreamResponse impl (#240) (fbf592c)

Documentation

  • add more phantom reachability docs (fbf592c)