Skip to content

Releases: lithic-com/lithic-java

v0.11.7

11 Aug 21:12

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

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

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

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

Choose a tag to compare

0.11.3 (2023-07-18)

Features

v0.11.2

17 Jul 16:44

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)

v0.11.1

12 Jul 11:16

Choose a tag to compare

0.11.1 (2023-07-12)

Features

  • api: add state query param for cards (#19) (42a3e58)
  • api: add digital wallet tokenization result event type (#20) (0deca73)

Documentation

  • webhooks: clarify webhook signature validation (#17) (e3f6cbb)

v0.11.0

05 Jul 15:43

Choose a tag to compare

0.11.0 (2023-07-05)

⚠ BREAKING CHANGES

  • api: remove previous_auth_rule_tokens from auth rules (#15)

Documentation

Refactors

  • api: remove previous_auth_rule_tokens from auth rules (#15) (32207a1)

v0.10.1

19 Jun 10:51

Choose a tag to compare

0.10.1 (2023-06-19)

Documentation

  • api: clarify dispute evidence filename docstring (#7) (adf74fb)

v0.10.0

15 Jun 21:27

Choose a tag to compare

0.10.0 (2023-06-15)

⚠ BREAKING CHANGES

  • api: remove avs_type property, add dispute evidence filename, and mark properties nullable (#5)

Features

  • add JsonValue.convert method (b144666)
  • api: remove avs_type property, add dispute evidence filename, and mark properties nullable (#5) (47fd0cf)
  • core: add asUnknown to JsonField (a1105cc)
  • pagination: improve handling of response types (812da74)

Chores

  • internal: add explicit type annotations to validate() (baffee8)
  • internal: added version comment (5dfad4d)
  • internal: cleaner asUnknown implementation (62ea0dd)
  • internal: remove unused check-test-server script (c807ab7)

Documentation

  • api: update docstrings (67aa800)
  • point to github repo instead of email contact (#4) (9143442)