Skip to content

Releases: Increase/increase-java

v0.10.1

15 Sep 21:35

Choose a tag to compare

0.10.1 (2023-09-15)

Full Changelog: v0.10.0...v0.10.1

Features

  • api: add card payment ID reference to transaction models (#86) (1b3a36d)
  • client: retry on 408 Request Timeout (#88) (04b7e97)

v0.10.0

13 Sep 14:17

Choose a tag to compare

0.10.0 (2023-09-12)

Full Changelog: v0.9.3...v0.10.0

⚠ BREAKING CHANGES

  • api: remove Limits API, add ACH controls to Account Numbers (#84)

Features

  • api: remove Limits API, add ACH controls to Account Numbers (#84) (d16d5a0)

v0.9.3

12 Sep 18:05

Choose a tag to compare

0.9.3 (2023-09-07)

Full Changelog: v0.9.2...v0.9.3

Features

  • api: add bank_of_first_deposit_routing_number and transfer_id properties (#80) (2fff0d2)
  • api: add Update Address and Create Notification Change endpoints (#82) (9c3264c)

Documentation

  • api: add docstrings and refine enum types (#83) (46bd156)

v0.9.2

29 Aug 22:43

Choose a tag to compare

0.9.2 (2023-08-29)

Full Changelog: v0.9.1...v0.9.2

Features

  • api: remove unused /inbound_ach_transfer_returns endpoints (#78) (08b2921)

Bug Fixes

  • api: move ACH Return endpoint and add digital wallet properties (#77) (f481290)

Chores

  • ci: setup workflows to create releases and release PRs (#74) (b1aa07e)

v0.9.1

27 Aug 18:58

Choose a tag to compare

0.9.1 (2023-08-27)

Features

  • api: move inbound ACH transfer returns (⚠️ breaking); add ACH transfer declines (#72) (162f32f)
  • api: updates (#70) (adff556)

Chores

  • internal: minor code re-ordering (#71) (15fbcdd)

v0.9.0

17 Aug 14:22

Choose a tag to compare

0.9.0 (2023-08-17)

⚠ BREAKING CHANGES

  • api: change physical_cards.status value, remove event_subscription field, add fields (#65)

Features

  • api: change physical_cards.status value, remove event_subscription field, add fields (#65) (5b2c460)

v0.8.4

16 Aug 11:13

Choose a tag to compare

0.8.4 (2023-08-16)

Features

  • default timeout is set for java clients (#59) (a0bdd18)
  • generate addXxx methods for array types (#62) (031953c)

Bug Fixes

  • set correct timeouts on okhttp client (#63) (f3a4a43)

Chores

  • assign default reviewers to release PRs (#61) (72257c0)

v0.8.3

11 Aug 21:10

Choose a tag to compare

0.8.3 (2023-08-11)

Features

Documentation

  • api: change description of various fields (#57) (7db1e95)

v0.8.2

08 Aug 19:53

Choose a tag to compare

0.8.2 (2023-08-08)

Features

Chores

  • ci: allow release to proceed without signing key id secret (#53) (d1547d4)
  • internal: publish with --stacktrace for more helpful error information (#49) (453732e)
  • internal: reorganize types (#54) (055c963)
  • internal: support passing GPG_SIGNING_KEY_ID from secrets (#51) (977a2be)

v0.8.1

27 Jul 22:23

Choose a tag to compare

0.8.1 (2023-07-27)

Features

  • ci: add a publish-sonatype workflow for manual running (#44) (fb2d0f4)

Chores

  • internal: add codegen.log to .gitignore (#42) (09b95e6)