Skip to content

Latest commit

 

History

History
524 lines (285 loc) · 41.3 KB

CHANGELOG.md

File metadata and controls

524 lines (285 loc) · 41.3 KB

Changelog

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)

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)

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)

2.17.0 (2024-08-13)

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

Features

Chores

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

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)

2.15.0 (2024-07-01)

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

Features

Bug Fixes

Chores

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)

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)

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)

2.11.0 (2024-03-26)

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

Features

  • add HttpRequestBody.contentLength() (#133) (8d03d2c)
  • api: add citibank enums (#139) (0006fde)
  • api: add date_formed property to legal entities (#131) (4239b76)
  • api: add line item metadata (4fc10db)
  • api: extend list invoices query params (#134) (85118ef)
  • api: introduce bulk transaction create (#137) (4fc10db)
  • api: rename associated_legal_entity to child_legal_entity (#135) (16cdeff)
  • api: rename id_type enum from cl_nut to cl_rut (16cdeff)
  • api: updates (#138) (48020dc)

Chores

Documentation

  • readme: consistent use of sentence case in headings (#136) (9d46fdf)

2.10.0 (2024-03-05)

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

Features

  • api: add legal_structure enum member (#128) (515d31c)

Chores

2.9.0 (2024-02-29)

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

Features

  • api: add legal_entities resource (#127) (115738d)
  • api: added foreign exchange rate information (#115) (b71184b)

Chores

  • ci: update actions/setup-java action to v4 (#121) (cb39752)
  • ci: uses Stainless GitHub App for releases (#111) (8b88e71)
  • internal: refactor release environment script (#113) (65b9074)
  • internal: update deps (#119) (5b0a6d3)
  • update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.25.0 (#123) (a5cf1e5)
  • update dependency com.github.tomakehurst:wiremock-jre8 to v2.35.2 (#126) (c35f291)
  • update dependency com.google.guava:guava to v33 (#124) (49b23b4)
  • update dependency com.squareup.okhttp3:okhttp to v4.12.0 (#122) (64e90c3)
  • update dependency org.apache.httpcomponents.client5:httpclient5 to v5.3.1 (#120) (ce543cb)
  • update dependency org.apache.httpcomponents.core5:httpcore5 to v5.2.4 (#116) (3c0fb0a)
  • update dependency org.assertj:assertj-guava to v3.25.3 (#118) (314f053)
  • update dependency org.slf4j:slf4j-simple to v1.7.36 (#117) (8782308)
  • update dependency org.slf4j:slf4j-simple to v2 (#125) (1bf8a11)

2.8.0 (2024-02-13)

Full Changelog: v2.7.1...v2.8.0

Features

Bug Fixes

  • docs: wrong client import in readme usage example (#110) (6332461)
  • pagination: correct hasNextPage check (#107) (54bacb3)

Chores

  • interal: make link to api.md relative (#108) (5976287)
  • internal: support pre-release versioning (#104) (0d28c33)

2.7.1 (2024-01-30)

Full Changelog: v2.7.0...v2.7.1

Bug Fixes

  • ci: ignore stainless-app edits to release PR title (#103) (8487c6c)

Chores

  • internal: speculative retry-after-ms support (#101) (895542a)

2.7.0 (2024-01-16)

Full Changelog: v2.6.0...v2.7.0

Features

  • api: add ledger_transactions to expected payment request (#95) (6da6adf)
  • api: add create and delete operations for internal accounts balance reports (#99) (1d4d2d5)

Chores

  • add .keep files for examples and custom code directories (#97) (f2b05a4)
  • internal: minor improvements to auth code (#98) (bf0acc5)

Documentation

2.6.0 (2024-01-02)

Full Changelog: v2.5.0...v2.6.0

Features

  • api: remove reversed and reversing ledger account status type (#93) (2d29bf5)

Chores

2.5.0 (2023-12-08)

Full Changelog: v2.4.1...v2.5.0

Features

2.4.1 (2023-12-04)

Full Changelog: v2.4.0...v2.4.1

2.4.0 (2023-11-21)

Full Changelog: v2.3.0...v2.4.0

Features

2.3.0 (2023-11-10)

Full Changelog: v2.2.0...v2.3.0

Features

  • api: add dk_interbank_clearing_code and dk_nets enum members (#82) (b93796e)
  • api: updates (#80) (3d68407)

Chores

  • internal: skip bulk requests tests (#83) (d4a4c57)

2.2.0 (2023-11-05)

Full Changelog: v2.1.0...v2.2.0

Features

Chores

2.1.0 (2023-10-31)

Full Changelog: v2.0.0...v2.1.0

Features

2.0.0 (2023-10-24)

Full Changelog: v1.6.1...v2.0.0

⚠ BREAKING CHANGES

  • types: consolidate direction enums into a shared TransactionDirection type (#66)

Features

  • api: updates (#70) (96cdff6)
  • client: adjust retry behavior (#71) (9b4f8a9)
  • make webhook headers case insensitive (#65) (96ffb1a)
  • types: consolidate direction enums into a shared TransactionDirection type (#66) (1c038d5)

Bug Fixes

  • api: use date-time for effective_at (#69) (2e103ca)
  • update maven group id in README (#63) (01666b6)

Chores

  • internal: minor reformatting (#62) (0f24a86)
  • internal: rearrange client arguments (#60) (286e005)
  • show deprecation notice on interfaces (#59) (46cab99)

Documentation

  • organisation -> organization (UK to US English) (#67) (d727b9f)

1.6.1 (2023-10-04)

Full Changelog: v1.6.0...v1.6.1

Chores

  • internal: add a top-level generated comment to each file (#58) (0b2aa37)

1.6.0 (2023-10-02)

Full Changelog: v1.5.2...v1.6.0

Features

1.5.2 (2023-08-31)

Full Changelog: v1.5.1...v1.5.2

1.5.1 (2023-08-28)

Full Changelog: v1.5.0...v1.5.1

Bug Fixes

  • set correct timeouts on okhttp client (#40) (fc18cac)

Chores

  • ci: setup workflows to create releases and release PRs (#44) (6f1567e)
  • internal: minor code re-ordering (#43) (e729d4e)

1.5.0 (2023-08-15)

Features

  • api: support multiple ids in ledger retrieve/list endpoints (#35) (212d5a0)
  • default timeout is set for java clients (#36) (daafcb5)
  • generate addXxx methods for array types (#38) (6ad9a81)

Documentation

  • readme: remove beta status + document versioning policy (#33) (26efb88)

Chores

  • assign default reviewers to release PRs (#37) (dae5dad)
  • internal: reorganize types (#31) (3b4a624)

1.4.0 (2023-08-03)

Features

Chores

  • ci: allow release to proceed without signing key id secret (#29) (da25c9a)

1.3.0 (2023-08-03)

Features

  • api: add metadata in several places it was missing; add description (#20) (1b83131)

Chores

  • internal: publish with --stacktrace for more helpful error information (#23) (adca74e)
  • internal: set maven group id to com.moderntreasury (#22) (ecca73f)
  • internal: support passing GPG_SIGNING_KEY_ID from secrets (#24) (6f5fcca)

1.2.0 (2023-08-02)

Features

Chores

  • internal: change Sonatype host to oss.sonatype.org (#17) (0c5f55c)

1.1.0 (2023-07-27)

⚠ BREAKING CHANGES

  • types: rename account connection flow to account collection flow (#9)
  • api: update parameters for virtual account create request (#5)

Features

  • api: update parameters for virtual account create request (#5) (3f00568)
  • api: updates (#11) (3a8a0bb)
  • ci: add a publish-sonatype workflow for manual running (#12) (d1e3229)

Bug Fixes

  • api: add response body to get /api/virtual_accounts and update resources (#3) (c4034e0)
  • auto-close responses even if an exception is thrown during deserialization (9d023d7)

Chores

  • internal: minor reformatting (#4) (18284ad)
  • internal: minor reformatting + remove internal examples classes (#1) (71dc8f2)

Refactors

  • types: rename account connection flow to account collection flow (#9) (50ee109)