Skip to content

Releases: Modern-Treasury/modern-treasury-kotlin

v2.21.0

25 Oct 19:49
Compare
Choose a tag to compare

2.21.0 (2024-10-25)

Full Changelog: v2.20.1...v2.21.0

Features

  • api: updates to required fields for ExpectedPayments (#224) (0e93a3c)
  • client: add User-Agent header (#236) (a743ad0)
  • client: set X-Stainless-Runtime header (#235) (2cb241a)

Bug Fixes

  • client: accidental double-wrapping with RetryingHttpClient (#237) (636de8b)
  • client: implement hashCode for IsMissing (#234) (cf9a189)
  • use date time serialization for query parameters (#218) (06adac6)

Chores

  • internal: omit unnecessary code (68ab76a)
  • internal: remove unnecessary [@file](https://github.com/file):Suppress("OVERLOADS_INTERFACE") (#228) (66933ce)
  • internal: remove unnecessary [@file](https://github.com/file):Suppress("OVERLOADS_INTERFACE") (#232) (c479746)
  • internal: remove useless [@file](https://github.com/file):JvmSynthetic (#231) (bd00994)

Styles

  • client: make toString methods consistent (#226) (9ab186a)
  • internal: improve OkHttpClient formatting (#229) (7c9011d)
  • internal: improve RetryingHttpClient formatting (#233) (dc12770)
  • internal: improve terseness of handlers (#220) (fa5407d)
  • internal: improve terseness of Properties.kt (#221) (be63d21)
  • internal: move Handlers.kt and HttpRequestBodies.kt to core (31ec99c)
  • internal: simplify client build method (#230) (55be460)
  • internal: update comment formatting (#227) (9d2416b)
  • internal: update some spacing (#225) (003d77d)

v2.20.1

08 Oct 17:59
Compare
Choose a tag to compare

2.20.1 (2024-10-03)

Full Changelog: v2.20.0...v2.20.1

Styles

  • client: disable formatting for java boilerplate (#217) (4efc5d2)
  • client: move equals, hashCode, and toString to the bottom of entity files (#215) (abd9a3b)

v2.20.0

25 Sep 21:49
Compare
Choose a tag to compare

2.20.0 (2024-09-24)

Full Changelog: v2.19.0...v2.20.0

Features

  • api: add usbank_payment_application_reference_id to reference_number_type (#209) (347658a)
  • client: added structured fields to errors (#212) (25322b4)
  • client: send retry count header (#214) (93c32da)

Chores

  • api: fields and parameters added to bulk actions, transactions and invoice creation (#213) (f261a36)

Documentation

  • adjust additional properties example (#211) (0ddce69)

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