Skip to content

Releases: orbcorp/orb-kotlin

v0.1.0-alpha.26

25 Feb 00:38

Choose a tag to compare

v0.1.0-alpha.26 Pre-release
Pre-release

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

21 Feb 23:10

Choose a tag to compare

v0.1.0-alpha.25 Pre-release
Pre-release

0.1.0-alpha.25 (2025-02-21)

Full Changelog: v0.1.0-alpha.24...v0.1.0-alpha.25

Features

v0.1.0-alpha.24

21 Feb 18:56

Choose a tag to compare

v0.1.0-alpha.24 Pre-release
Pre-release

0.1.0-alpha.24 (2025-02-21)

Full Changelog: v0.1.0-alpha.23...v0.1.0-alpha.24

Features

Documentation

  • add immutability explanation to readme (#230) (9a7dab7)

v0.1.0-alpha.23

20 Feb 22:49

Choose a tag to compare

v0.1.0-alpha.23 Pre-release
Pre-release

0.1.0-alpha.23 (2025-02-20)

Full Changelog: v0.1.0-alpha.22...v0.1.0-alpha.23

Features

Bug Fixes

  • client: mark some request bodies as optional (#227) (afafbad)

Chores

  • client: remove checked exception related code (#224) (235e16e)
  • docs: add faq to readme (#226) (8a1326d)
  • internal: remove unnecessary non-null asserts in tests (afafbad)
  • internal: use assertNotNull in tests for type narrowing (afafbad)

v0.1.0-alpha.22

20 Feb 18:36

Choose a tag to compare

v0.1.0-alpha.22 Pre-release
Pre-release

0.1.0-alpha.22 (2025-02-20)

Full Changelog: v0.1.0-alpha.21...v0.1.0-alpha.22

Features

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

14 Feb 23:14

Choose a tag to compare

v0.1.0-alpha.21 Pre-release
Pre-release

0.1.0-alpha.21 (2025-02-14)

Full Changelog: v0.1.0-alpha.20...v0.1.0-alpha.21

Features

v0.1.0-alpha.20

13 Feb 01:19

Choose a tag to compare

v0.1.0-alpha.20 Pre-release
Pre-release

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

11 Feb 01:34

Choose a tag to compare

v0.1.0-alpha.19 Pre-release
Pre-release

0.1.0-alpha.19 (2025-02-11)

Full Changelog: v0.1.0-alpha.18...v0.1.0-alpha.19

Features

v0.1.0-alpha.18

07 Feb 18:26

Choose a tag to compare

v0.1.0-alpha.18 Pre-release
Pre-release

0.1.0-alpha.18 (2025-02-07)

Full Changelog: v0.1.0-alpha.17...v0.1.0-alpha.18

Features

v0.1.0-alpha.17

05 Feb 19:17

Choose a tag to compare

v0.1.0-alpha.17 Pre-release
Pre-release

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 @MustBeClosed annotations (#197) (e71eae6)
  • api: switch CompletableFuture&lt;Void&gt; to CompletableFuture<Void?> (e71eae6)
  • client: add missing validation calls on response (e71eae6)
  • client: always provide a body for PATCH methods (e71eae6)

Chores

  • internal: minor formatting/style changes (e71eae6)
  • internal: rename some tests (e71eae6)