Skip to content

Releases: Increase/increase-python

v0.13.7

11 Oct 18:37

Choose a tag to compare

0.13.7 (2023-10-11)

Full Changelog: v0.13.6...v0.13.7

Features

  • client: add forwards-compatible pydantic methods (#148) (ea8c0ed)
  • client: add support for passing in a httpx client (#150) (e64b028)

v0.13.6

05 Oct 22:37

Choose a tag to compare

0.13.6 (2023-10-05)

Full Changelog: v0.13.5...v0.13.6

Features

  • api: add direction property to CardAuthorization (#146) (9b2f08f)

v0.13.5

04 Oct 17:42

Choose a tag to compare

0.13.5 (2023-10-03)

Full Changelog: v0.13.4...v0.13.5

Features

  • api: expand event categories and Entity status options (#144) (5b452f0)
  • client: handle retry-after header with a date format (#142) (0363f9b)

Chores

v0.13.4

29 Sep 14:13

Choose a tag to compare

0.13.4 (2023-09-29)

Full Changelog: v0.13.3...v0.13.4

Features

v0.13.3

27 Sep 14:24

Choose a tag to compare

0.13.3 (2023-09-27)

Full Changelog: v0.13.2...v0.13.3

Features

  • api: add inbound checks, originating routing number and new event types (#131) (5d021b7)
  • package: export a root error type (#135) (4cc02ca)

Bug Fixes

  • client: don't error by default for unexpected content types (#133) (b4b3dff)

Chores

  • internal: remove base error classes (⚠️ breaking) (#134) (8b70672)
  • tests: improve raw response test (#136) (c9fd629)

v0.13.2

21 Sep 16:20

Choose a tag to compare

0.13.2 (2023-09-20)

Full Changelog: v0.13.1...v0.13.2

Features

  • api: add entity_id to Card and make relationship nullable (#128) (a1d3ff1)
  • api: export account statements in OFX format (#130) (9e39727)

v0.13.1

15 Sep 21:35

Choose a tag to compare

0.13.1 (2023-09-15)

Full Changelog: v0.13.0...v0.13.1

Features

  • api: add card payment ID reference to transaction models (#122) (3889e03)
  • client: retry on 408 Request Timeout (#124) (a03f74d)

Chores

Documentation

  • add some missing inline documentation (#120) (dded9b5)

v0.13.0

13 Sep 14:17

Choose a tag to compare

0.13.0 (2023-09-12)

Full Changelog: v0.12.4...v0.13.0

⚠ BREAKING CHANGES

  • api: remove Limits API, add ACH controls to Account Numbers (#118)

Features

  • api: remove Limits API, add ACH controls to Account Numbers (#118) (fbaa6dd)

v0.12.4

12 Sep 18:05

Choose a tag to compare

0.12.4 (2023-09-11)

Full Changelog: v0.12.3...v0.12.4

Features

  • api: add bank_of_first_deposit_routing_number and transfer_id properties (#103) (9409881)
  • api: add Update Address and Create Notification Change endpoints (#109) (feea47b)
  • fixes tests where an array has to have unique enum values (#111) (b80e33c)

Bug Fixes

  • client: properly handle optional file params (#110) (f6ccd02)

Chores

Documentation

v0.12.3

29 Aug 22:43

Choose a tag to compare

0.12.3 (2023-08-29)

Full Changelog: v0.12.2...v0.12.3

Features

  • api: remove unused /inbound_ach_transfer_returns endpoints (#102) (8a73957)

Bug Fixes

  • api: move ACH Return endpoint and add digital wallet properties (#101) (ec6ec9d)

Chores

  • ci: setup workflows to create releases and release PRs (#98) (42b9349)