Skip to content

Releases: Modern-Treasury/modern-treasury-kotlin

v2.19.0

09 Sep 19:41
Compare
Choose a tag to compare

2.19.0 (2024-09-09)

Full Changelog: v2.18.1...v2.19.0

Features

  • api: add us_bank RTP ID's as reference_number_type (#207) (8282ccb)

Chores

  • docs: update description of bankgirot to se_bankgirot (#208) (90050f6)
  • use headless jdk for containers (#205) (a5dffc4)

v2.18.1

27 Aug 17:56
Compare
Choose a tag to compare

2.18.1 (2024-08-22)

Full Changelog: v2.18.0...v2.18.1

Bug Fixes

  • remove additionalBodyProperties from methods that don't support request bodies (#203) (36cd19b)

v2.18.0

22 Aug 16:01
Compare
Choose a tag to compare

2.18.0 (2024-08-21)

Full Changelog: v2.17.0...v2.18.0

Features

  • api: add wells fargo reference number types (#200) (b7efc13)

Bug Fixes

  • docs: use correct putAdditionalProperty value (#202) (56456d0)

v2.17.0

13 Aug 17:18
Compare
Choose a tag to compare

2.17.0 (2024-08-13)

Full Changelog: v2.16.0...v2.17.0

Features

Chores

v2.16.0

15 Jul 20:43
Compare
Choose a tag to compare

2.16.0 (2024-07-15)

Full Changelog: v2.15.1...v2.16.0

Features

Chores

  • ci: also run workflows for PRs targeting next (#186) (86013ea)
  • docs: minor update to formatting of API link in README (#190) (147b0b7)

Documentation

v2.15.1

10 Jul 16:35
Compare
Choose a tag to compare

2.15.1 (2024-07-10)

Full Changelog: v2.15.0...v2.15.1

Chores

  • docs: document minimum Java version (Java 8) in README (#184) (a9eb7cd)

v2.15.0

01 Jul 16:22
Compare
Choose a tag to compare

2.15.0 (2024-07-01)

Full Changelog: v2.14.0...v2.15.0

Features

Bug Fixes

Chores

v2.14.0

28 May 19:07
Compare
Choose a tag to compare

2.14.0 (2024-05-28)

Full Changelog: v2.13.0...v2.14.0

Features

  • api: add currency to ledger account categories (#171) (3b14a1c)
  • api: invoice overdue reminders (aea03ef)
  • api: mark ConnectionLegalEntity response properties as required (#173) (a23854a)
  • api: remove deprecated ledger account payouts (#172) (aea03ef)
  • api: updates (#165) (b974879)
  • api: various API updates (#160) (772e345)
  • propagate resource description field from stainless config to SDK docs (#167) (6b14459)

Bug Fixes

  • client: do not strip date-time 00 seconds when getQueryParams() is called (#161) (a3a2332)

Chores

  • docs: add SECURITY.md (#168) (50419c1)
  • docs: streamline payment purpose and vendor failure handling (#169) (89fb3e4)
  • internal: add dev scripts (#174) (c6f6875)
  • internal: add link to openapi spec (#162) (46e75e7)
  • internal: add scripts-to-rule-them-all (#170) (ce2fbc6)
  • internal: add scripts/mock (#163) (c317e48)
  • internal: bump mock server version to ~5.8.0 (#164) (7399951)
  • internal: gradlew v8.7, use gradle task config avoidance APIs (#157) (e1660e2)
  • internal: use actions/checkout@v4 for codeflow (#159) (20838b6)

v2.13.0

23 Apr 16:13
Compare
Choose a tag to compare

2.13.0 (2024-04-21)

Full Changelog: v2.12.0...v2.13.0

Features

  • api: add ledger_transaction_id field to reversal (#155) (29f6174)
  • client: implement support for multipart/form-data body requests (#152) (ef3db8b)

Chores

Documentation

  • examples: use counterparties in snippets (#150) (d5ca6ce)

Build System

  • configure UTF-8 locale in devcontainer (#154) (7154287)

v2.12.0

09 Apr 17:58
Compare
Choose a tag to compare

2.12.0 (2024-04-09)

Full Changelog: v2.11.0...v2.12.0

Features

Chores

  • deps: update jackson to v2.14.3 (#144) (c5edf39)
  • deps: update junit5 to v5.9.3 (#146) (6bcc7fd)
  • deps: update kotlin-gradle-plugin to v1.9.23 (#145) (8df62b7)
  • deps: update kotlinx-coroutines-core to v1.8.0 (#147) (699f561)
  • tests: import wiremock.client.WireMock.put (#149) (3047524)