Skip to content

Releases: Increase/increase-java

v0.231.0

16 May 03:02

Choose a tag to compare

0.231.0 (2025-05-15)

Full Changelog: v0.230.0...v0.231.0

Features

v0.230.0

15 May 03:00

Choose a tag to compare

0.230.0 (2025-05-14)

Full Changelog: v0.229.0...v0.230.0

Features

v0.229.0

13 May 02:57

Choose a tag to compare

0.229.0 (2025-05-12)

Full Changelog: v0.228.0...v0.229.0

Features

v0.228.0

10 May 02:58

Choose a tag to compare

0.228.0 (2025-05-09)

Full Changelog: v0.227.0...v0.228.0

Features

v0.227.0

09 May 05:06

Choose a tag to compare

0.227.0 (2025-05-08)

Full Changelog: v0.226.0...v0.227.0

⚠ BREAKING CHANGES

  • client: extract auto pagination to shared classes
  • client: Migration: - If you were referencing the AutoPager class on a specific *Page or *PageAsync type, then you should instead reference the shared AutoPager and AutoPagerAsync types, under the core package
    • AutoPagerAsync now has different usage. You can call .subscribe(...) on the returned object instead to get called back each page item. You can also call onCompleteFuture() to get a future that completes when all items have been processed. Finally, you can call .close() on the returned object to stop auto-paginating early
    • If you were referencing getNextPage or getNextPageParams:
      • Swap to nextPage() and nextPageParams()
      • Note that these both now return non-optional types (use hasNextPage() before calling these, since they will throw if it's impossible to get another page)

Features

  • client: allow providing some params positionally (0d80e20)
  • client: extract auto pagination to shared classes (973109a)

v0.226.0

08 May 02:56

Choose a tag to compare

0.226.0 (2025-05-07)

Full Changelog: v0.225.0...v0.226.0

Features

v0.225.0

07 May 02:56

Choose a tag to compare

0.225.0 (2025-05-06)

Full Changelog: v0.224.0...v0.225.0

Features

Chores

  • internal: remove flaky -Xbackend-threads=0 option (012b764)

v0.224.0

06 May 02:52

Choose a tag to compare

0.224.0 (2025-05-05)

Full Changelog: v0.223.0...v0.224.0

Features

v0.223.0

05 May 02:55

Choose a tag to compare

0.223.0 (2025-05-04)

Full Changelog: v0.222.0...v0.223.0

Features

Chores

  • internal: update java toolchain (a023665)

v0.222.0

01 May 02:53

Choose a tag to compare

0.222.0 (2025-05-01)

Full Changelog: v0.221.0...v0.222.0

Features