Skip to content

Releases: Modern-Treasury/modern-treasury-python

v1.37.0

16 Jul 20:36
Compare
Choose a tag to compare

1.37.0 (2024-07-16)

Full Changelog: v1.36.0...v1.37.0

Features

Bug Fixes

  • client: always respect content-type multipart/form-data if provided (#478) (f6b7b9e)

Chores

  • ci: also run workflows for PRs targeting next (#483) (01ef021)
  • ci: update rye to v0.35.0 (#479) (597c92c)
  • docs: minor update to formatting of API link in README (#488) (ad63bdf)
  • internal: add helper function (#481) (ecd8aab)
  • internal: add helper method for constructing BaseModels (#476) (2502b91)
  • internal: minor import restructuring (#484) (a62e05a)
  • internal: minor options / compat functions updates (#486) (0d66343)
  • internal: minor request options handling changes (#480) (00bc2b8)
  • internal: update formatting (#489) (baf8626)
  • internal: update mypy (#482) (01781f2)

Documentation

v1.36.0

01 Jul 16:23
Compare
Choose a tag to compare

1.36.0 (2024-07-01)

Full Changelog: v1.35.1...v1.36.0

Features

Bug Fixes

  • build: include more files in sdist builds (#470) (e1a1296)
  • client/async: avoid blocking io call for platform headers (#466) (3223606)
  • docs: fix link to advanced python httpx docs (#468) (77777f3)
  • temporarily patch upstream version to fix broken release flow (#469) (6b9a431)

Chores

v1.35.1

17 Jun 18:08
Compare
Choose a tag to compare

1.35.1 (2024-06-17)

Full Changelog: v1.35.0...v1.35.1

Chores

  • internal: add a default_query method (#464) (fe49309)

v1.35.0

06 Jun 16:01
Compare
Choose a tag to compare

1.35.0 (2024-06-05)

Full Changelog: v1.34.1...v1.35.0

Features

Bug Fixes

Chores

v1.34.1

30 May 16:01
Compare
Choose a tag to compare

1.34.1 (2024-05-30)

Full Changelog: v1.34.0...v1.34.1

Chores

v1.34.0

28 May 19:08
Compare
Choose a tag to compare

1.34.0 (2024-05-28)

Full Changelog: v1.33.0...v1.34.0

Features

  • api: add currency to ledger account categories (#449) (b50317b)
  • api: invoice overdue reminders (fbf7499)
  • api: mark ConnectionLegalEntity response properties as required (#455) (2e7fe0d)
  • api: remove deprecated ledger account payouts (#450) (fbf7499)
  • api: updates (#442) (084e590)

Chores

  • ci: update rye install location (#451) (4cc0291)
  • ci: update rye install location (#452) (75d3c8b)
  • client: log response headers in debug mode (#437) (6ec701a)
  • docs: add SECURITY.md (#445) (5fc4854)
  • docs: streamline payment purpose and vendor failure handling (#446) (9049e1d)
  • internal: add link to openapi spec (#439) (53c0a71)
  • internal: add scripts/test, scripts/mock and add ci job (#440) (8b138be)
  • internal: add slightly better logging to scripts (#448) (dec98a7)
  • internal: bump mock server version to ~5.8.0 (#441) (0421e0e)
  • internal: bump pydantic dependency (#447) (b2a507d)
  • internal: bump pyright (#453) (14e0e35)
  • internal: update bootstrap script (#456) (7e949cc)

Documentation

  • contributing: update references to rye-up.com (#454) (3ccb5ff)
  • readme: fix misleading timeout example value (#443) (2f2efaa)

v1.33.0

29 Apr 14:23
Compare
Choose a tag to compare

1.33.0 (2024-04-26)

Full Changelog: v1.32.0...v1.33.0

Features

Bug Fixes

Chores

v1.32.0

23 Apr 16:13
Compare
Choose a tag to compare

1.32.0 (2024-04-18)

Full Changelog: v1.31.0...v1.32.0

Features

  • api: add ledger_transaction_id field to reversal (#424) (eaf6933)

Chores

Documentation

  • examples: use counterparties in snippets (#422) (3e04d72)

v1.31.0

09 Apr 17:56
Compare
Choose a tag to compare

1.31.0 (2024-04-09)

Full Changelog: v1.30.0...v1.31.0

Features

  • api: add id type in_lei (#417) (eb4fff9)
  • api: update account number type enum (#411) (0dc3b7d)
  • client: add DefaultHttpxClient and DefaultAsyncHttpxClient (#418) (843bdcf)
  • models: add to_dict & to_json helper methods (#419) (472e346)
  • package: export default constants (#409) (7f7ede1)

Bug Fixes

  • project: use absolute github links on PyPi (#412) (d5a5578)

Chores

  • client: validate that max_retries is not None (#414) (f8d0405)
  • internal: defer model build for import latency (#415) (ada3d43)
  • internal: streaming updates (#416) (c8da517)

v1.30.0

26 Mar 22:48
Compare
Choose a tag to compare

1.30.0 (2024-03-26)

Full Changelog: v1.29.0...v1.30.0

Features

  • api: add citibank enums (#408) (43766ea)
  • api: add date_formed property to legal entities (#393) (9a4b35d)
  • api: add line item metadata (435ed52)
  • api: extend list invoices query params (#395) (96b0eb8)
  • api: introduce bulk transaction create (#403) (435ed52)
  • api: rename associated_legal_entity to child_legal_entity (#399) (6c3404b)
  • api: rename id_type enum from cl_nut to cl_rut (6c3404b)
  • api: updates (#407) (1d6a2f7)

Bug Fixes

Performance Improvements

Chores

  • add back removed code (b004844)
  • internal: formatting change (#404) (dc0dcca)
  • internal: loosen input type for util function (#400) (b9152e1)
  • internal: temporary commit (1c3fcba)
  • internal: update generated pragma comment (#398) (079cd15)

Documentation

  • contributing: fix typo (#405) (85daac6)
  • fix typo in CONTRIBUTING.md (#397) (6bf2e54)
  • readme: consistent use of sentence case in headings (#401) (83c0b59)
  • readme: document how to make undocumented requests (#402) (e6b9cec)