Releases: Modern-Treasury/modern-treasury-python
Releases · Modern-Treasury/modern-treasury-python
v1.37.0
1.37.0 (2024-07-16)
Full Changelog: v1.36.0...v1.37.0
Features
Bug Fixes
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
BaseModel
s (#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
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
v1.35.0
v1.34.1
v1.34.0
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
v1.33.0
v1.32.0
1.32.0 (2024-04-18)
Full Changelog: v1.31.0...v1.32.0
Features
Chores
- fix typo (#420) (92296ad)
- internal: add lru_cache helper function (#425) (50024ed)
- internal: ban usage of lru_cache (#426) (8512ca1)
- internal: bump pyright to 1.1.359 (#427) (6791ec6)
- internal: formatting (#423) (6a75f13)
Documentation
v1.31.0
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
Chores
v1.30.0
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
tochild_legal_entity
(#399) (6c3404b) - api: rename
id_type
enum fromcl_nut
tocl_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)