Skip to content

Releases: Increase/increase-python

v0.9.0

07 Jul 14:37

Choose a tag to compare

0.9.0 (2023-07-07)

⚠ BREAKING CHANGES

  • api: add card profiles simulation method (#35)

Features

  • api: add card profiles simulation method (#35) (5045fa6)

Chores

Documentation

  • types: add documentation for enum members (#34) (40e9d0a)

v0.8.1

01 Jul 00:24

Choose a tag to compare

0.8.1 (2023-07-01)

Bug Fixes

  • deps: pin pydantic to less than v2.0 (#29) (1dfdbc0)

v0.8.0

29 Jun 12:24

Choose a tag to compare

0.8.0 (2023-06-29)

⚠ BREAKING CHANGES

  • api: remove many enum members from document category (#24)

Features

  • api/types: mark more check transfer intention properties as nullable (#23) (22a6aa3)

Refactors

  • api: remove other from reason enum (#21) (0110ffd)
  • api: remove many enum members from document category (#24) (d7aab0d)

Chores

Documentation

Styles

  • minor reordering of types and properties (#27) (b8a4d8b)

v0.7.1

19 Jun 20:19

Choose a tag to compare

0.7.1 (2023-06-19)

Chores

  • internal: add overloads to client.get for streaming (#17) (5b0137d)

Refactors

  • api: remove unused properties and enum members (#19) (9b94033)

v0.7.0

13 Jun 15:45

Choose a tag to compare

0.7.0 (2023-06-13)

⚠ BREAKING CHANGES

  • api: rename return reason enum member (#14)

Chores

  • internal: improve internal test helper (#10) (85560b9)

Refactors

  • api: rename return reason enum member (#14) (c99e844)

Documentation

  • point to github repo instead of email contact (#15) (cab1b9a)
  • slight improvement to file uploads example (#12) (c7241e3)

v0.6.1

09 Jun 14:49

Choose a tag to compare

0.6.1 (2023-06-09)

Features

  • api: add new endpoints + properties + enums (#8) (0a436a0)
  • docs: always document positional arguments & options arguments (#7) (964afd3)

v0.6.0

31 May 10:09

Choose a tag to compare

0.6.0 (2023-05-31)

⚠ BREAKING CHANGES

  • api: replace notification_of_change with a list, and add merchant_acceptor_id

Features

  • add timeout option to methods (c9f0b8c)
  • api: add at_time property for balance lookups (3ff9c8a)
  • api: add collection_receivable to transaction source category enum (c580763)
  • api: add expires_at property (3fc4320)
  • api: add simulations.check_transfers.return_() method (c2effd4)
  • api: add bookkeeping accounts, entries, and entry sets, and several other changes (49ce9e8)
  • api: add new enum members (a5b57e5)
  • api: add new fields (d8ebc38)
  • api: add optional pending_transaction_id field to pending transaction (8b9c430)
  • api: add wire decline object (2cc188d)
  • api: enum updates (35bbd10)
  • api: make route_type an enum & add ACHTransfer.effective_date (e97240c)
  • api: make route_type an enum & add ACHTransfer.effective_date (e97240c)
  • api: remove card_settlement_transaction_id (f9d83dd)
  • api: replace notification_of_change with a list, and add merchant_acceptor_id (511d0be)
  • api: updates (d380ad2)
  • docs: updates (77a2b53)
  • improve error message for missing authentication (21c5a12)
  • improve error message for missing authentication (21c5a12)
  • internal: add support for positional params (77c479b)
  • internal: add support for positional params (77c479b)

Bug Fixes

  • sse: small improvement to handling server-sent events (54f563a)

Refactors

  • types: use builtin dict types in a couple of places (d4b2257)
  • types: use builtin dict types in a couple of places (d4b2257)

v0.5.0

18 Mar 03:36

Choose a tag to compare

Adds an idempotency_key request option, along with a few internal cleanups.

Full Changelog: v0.4.0...v0.5.0