Skip to content

Releases: Modern-Treasury/modern-treasury-java

v2.16.1

10 Jul 16:35
Compare
Choose a tag to compare

2.16.1 (2024-07-10)

Full Changelog: v2.16.0...v2.16.1

Chores

  • docs: document minimum Java version (Java 8) in README (#193) (e309db9)

v2.16.0

01 Jul 16:22
Compare
Choose a tag to compare

2.16.0 (2024-07-01)

Full Changelog: v2.15.0...v2.16.0

Features

Chores

v2.15.0

17 Jun 18:09
Compare
Choose a tag to compare

2.15.0 (2024-06-17)

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

Features

  • client: add support for putQueryParam on ClientOptions (#188) (6aea9ba)

v2.14.0

06 Jun 16:01
Compare
Choose a tag to compare

2.14.0 (2024-06-05)

Full Changelog: v2.13.1...v2.14.0

Features

Bug Fixes

Chores

v2.13.1

30 May 16:00
Compare
Choose a tag to compare

2.13.1 (2024-05-30)

Full Changelog: v2.13.0...v2.13.1

Chores

v2.13.0

28 May 19:07
Compare
Choose a tag to compare

2.13.0 (2024-05-28)

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

Features

  • api: add currency to ledger account categories (#178) (45abf25)
  • api: invoice overdue reminders (3dcdd16)
  • api: mark ConnectionLegalEntity response properties as required (#180) (7a1bcbb)
  • api: remove deprecated ledger account payouts (#179) (3dcdd16)
  • api: updates (#172) (de228f6)
  • api: various API updates (#167) (b696845)
  • propagate resource description field from stainless config to SDK docs (#174) (de98031)

Bug Fixes

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

Chores

  • docs: add SECURITY.md (#175) (4259d65)
  • docs: streamline payment purpose and vendor failure handling (#176) (42a805b)
  • internal: add link to openapi spec (#169) (03cf96d)
  • internal: add scripts-to-rule-them-all (#177) (8fc1267)
  • internal: add scripts/mock (#170) (8ef7fdf)
  • internal: bump mock server version to ~5.8.0 (#171) (9194f3f)
  • internal: gradlew v8.7, use gradle task config avoidance APIs (#164) (a793e89)
  • internal: use actions/checkout@v4 for codeflow (#166) (0c92c28)

v2.12.0

23 Apr 16:14
Compare
Choose a tag to compare

2.12.0 (2024-04-21)

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

Features

  • api: add ledger_transaction_id field to reversal (#162) (1e9df09)
  • client: implement support for multipart/form-data body requests (#158) (1fc8479)

Bug Fixes

Chores

Documentation

  • examples: use counterparties in snippets (#156) (2eab171)

Build System

  • configure UTF-8 locale in devcontainer (#161) (d6e97f0)

v2.11.0

09 Apr 17:57
Compare
Choose a tag to compare

2.11.0 (2024-04-09)

Full Changelog: v2.10.0...v2.11.0

Features

Chores

v2.10.0

26 Mar 22:48
Compare
Choose a tag to compare

2.10.0 (2024-03-26)

Full Changelog: v2.9.0...v2.10.0

Features

  • add HttpRequestBody.contentLength() (#140) (6609b5d)
  • api: add citibank enums (#146) (f96598c)
  • api: add date_formed property to legal entities (#138) (fa2d892)
  • api: add line item metadata (6e09a9c)
  • api: extend list invoices query params (#141) (743f9e3)
  • api: introduce bulk transaction create (#144) (6e09a9c)
  • api: rename associated_legal_entity to child_legal_entity (#142) (f2ddf6d)
  • api: rename id_type enum from cl_nut to cl_rut (f2ddf6d)
  • api: updates (#145) (1008c88)

Chores

Documentation

  • readme: consistent use of sentence case in headings (#143) (60f5e84)

v2.9.0

12 Mar 18:18
Compare
Choose a tag to compare

2.9.0 (2024-03-05)

Full Changelog: v2.8.0...v2.9.0

Features

  • api: add legal_structure enum member (#135) (1157816)

Chores