Skip to content

Releases: lithic-com/lithic-java

v0.12.3

12 Sep 18:05
Compare
Choose a tag to compare

0.12.3 (2023-09-11)

Full Changelog: v0.12.2...v0.12.3

Features

  • api: add Simulate Return Payment endpoint (#77) (8c3020c)
  • api: add tokenizations.simulate and correct typo'd enum (#76) (47fcbc5)
  • api: add user defined id (#75) (47418e4)

Chores

  • ci: setup workflows to create releases and release PRs (#71) (1102a84)

v0.12.2

26 Aug 18:57
Compare
Choose a tag to compare

0.12.2 (2023-08-26)

Chores

  • internal: minor code re-ordering (#69) (ffb2691)

v0.12.1

16 Aug 10:55
Compare
Choose a tag to compare

0.12.1 (2023-08-16)

Bug Fixes

  • set correct timeouts on okhttp client (#64) (e907386)

v0.12.0

15 Aug 20:49
Compare
Choose a tag to compare

0.12.0 (2023-08-15)

⚠ BREAKING CHANGES

  • api: change key to secret (#57)

Features

  • api: change key to secret (#57) (b50b550)
  • default timeout is set for java clients (#59) (e9cb63c)
  • generate addXxx methods for array types (#61) (ae92a46)

Chores

  • assign default reviewers to release PRs (#60) (28f1275)
  • client: send Idempotency-Key header (#62) (191655b)

v0.11.7

11 Aug 21:12
Compare
Choose a tag to compare

0.11.7 (2023-08-11)

Features

  • allOf models now have toXxx methods to access the separate allOf models (#55) (bd13b75)
  • api: add card reissue shipping options (#53) (e5b2c1d)

v0.11.6

08 Aug 19:57
Compare
Choose a tag to compare

0.11.6 (2023-08-08)

Features

  • api: add carrier property to card create and reissue params (#51) (49865b3)
  • api: enable more of the payments and external bank api (#49) (ef8b823)

Documentation

  • example: reformat example application and stop hitting kyc by default (#47) (4421664)

Chores

  • ci: allow release to proceed without signing key id secret (#48) (1e67b71)
  • internal: publish with --stacktrace for more helpful error information (#44) (bfede6b)
  • internal: support passing GPG_SIGNING_KEY_ID from secrets (#46) (6bf2b13)

v0.11.5

01 Aug 11:52
Compare
Choose a tag to compare

0.11.5 (2023-08-01)

Features

Bug Fixes

  • adjust typo of 'descisioning' to 'decisioning' (#41) (bf42abc)
  • change names of ThreeDDecision... to ThreeDSDecision... (#42) (cc691fd)

v0.11.4

27 Jul 13:22
Compare
Choose a tag to compare

0.11.4 (2023-07-27)

Features

  • api: add with_content param (#31) (fd23dc0)
  • api: add payment and external bank accounts resource (#37) (ab49de5)
  • api: add with_content param, event message attempts, and auto-close responses (d2c7e81)
  • ci: add a publish-sonatype workflow for manual running (#38) (d9979a3)

Bug Fixes

  • auto-close responses even if an exception is thrown during deserialization (#33) (e2f7088)

Chores

  • internal: add codegen.log to .gitignore (#35) (2233014)

v0.11.3

18 Jul 22:34
Compare
Choose a tag to compare

0.11.3 (2023-07-18)

Features

v0.11.2

17 Jul 16:44
Compare
Choose a tag to compare

0.11.2 (2023-07-17)

Features

  • api: add more enum members to event types (#22) (3c3d46f)
  • api: no longer require website_url property on KYB object (#26) (8db563f)

Chores

  • internal: minor reformatting (#25) (df89dd4)
  • internal: minor reformatting + remove internal examples classes (#24) (f73d039)