Skip to content

Releases: Modern-Treasury/modern-treasury-python

v1.42.0

25 Oct 19:47
Compare
Choose a tag to compare

1.42.0 (2024-10-21)

Full Changelog: v1.41.1...v1.42.0

Features

  • api: updates to required fields for ExpectedPayments (#538) (883df1a)

Bug Fixes

  • client/async: correctly retry in all cases (#542) (59612c4)

Chores

v1.41.1

08 Oct 17:56
Compare
Choose a tag to compare

1.41.1 (2024-10-07)

Full Changelog: v1.41.0...v1.41.1

Bug Fixes

  • client: avoid OverflowError with very large retry counts (#536) (692bec5)

Chores

  • add repr to PageInfo class (#537) (175fd3b)
  • internal: add support for parsing bool response content (#535) (c20fe34)

Documentation

  • fix typo in fenced code block language (#534) (23d51a7)
  • improve and reference contributing documentation (#532) (e991a66)

v1.41.0

25 Sep 21:49
Compare
Choose a tag to compare

1.41.0 (2024-09-25)

Full Changelog: v1.40.0...v1.41.0

Features

  • api: add usbank_payment_application_reference_id to reference_number_type (#522) (8544c6e)
  • client: allow overriding retry count header (#531) (b084527)
  • client: send retry count header (#528) (5a85f89)

Bug Fixes

  • client: handle domains with underscores (#527) (b19a0e8)

Chores

  • api: fields and parameters added to bulk actions, transactions and invoice creation (#530) (5221bfa)
  • internal: bump pyright / mypy version (#526) (7aa949b)
  • internal: bump ruff (#525) (0816f05)
  • internal: update pydantic v1 compat helpers (#529) (1f9d3ae)

Documentation

v1.40.0

09 Sep 19:40
Compare
Choose a tag to compare

1.40.0 (2024-09-09)

Full Changelog: v1.39.0...v1.40.0

Features

  • api: add us_bank RTP ID's as reference_number_type (#518) (751a5fa)

Chores

  • add docstrings to raw response properties (#519) (d0f8b63)
  • docs: update description of bankgirot to se_bankgirot (#521) (8ce5255)
  • pyproject.toml formatting changes (#515) (7b4ca37)
  • test: change test name (#517) (7ccc82b)

Documentation

  • readme: add section on determining installed version (#520) (b146e00)

v1.39.0

22 Aug 16:00
Compare
Choose a tag to compare

1.39.0 (2024-08-20)

Full Changelog: v1.38.0...v1.39.0

Features

  • api: add wells fargo reference number types (#514) (5789d00)

Chores

  • ci: also run pydantic v1 tests (#513) (4ef2953)
  • client: fix parsing union responses when non-json is returned (#512) (4981f38)
  • internal: use different 32bit detection method (#510) (8becaf4)

v1.38.0

13 Aug 17:17
Compare
Choose a tag to compare

1.38.0 (2024-08-13)

Full Changelog: v1.37.0...v1.38.0

Features

  • api: add pagination params 'created at' and 'updated at' (#498) (049b023)
  • api: updates (#509) (8bd91e1)
  • client: add retries_taken to raw response class (#501) (d34ae60)

Chores

Documentation

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