Skip to content

Releases: Increase/increase-python

v0.21.1

10 Nov 16:08

Choose a tag to compare

0.21.1 (2023-11-10)

Full Changelog: v0.21.0...v0.21.1

Bug Fixes

  • client: serialise pydantic v1 default fields correctly in params (#218) (537b4d7)

v0.21.0

10 Nov 12:52

Choose a tag to compare

0.21.0 (2023-11-10)

Full Changelog: v0.20.0...v0.21.0

Features

  • client: support passing chunk size for binary responses (#214) (b67881f)

Bug Fixes

  • models: mark unknown fields as set in pydantic v1 (#217) (1f02548)

Chores

Documentation

v0.20.0

08 Nov 14:28

Choose a tag to compare

0.20.0 (2023-11-08)

Full Changelog: v0.19.1...v0.20.0

Features

  • api: restructure balance lookups (#211) (e087807)
  • client: support passing httpx.Timeout to method timeout argument (#207) (a6cde16)

Chores

v0.19.1

06 Nov 03:21

Choose a tag to compare

0.19.1 (2023-11-06)

Full Changelog: v0.19.0...v0.19.1

Bug Fixes

  • prevent TypeError in Python 3.8 (ABC is not subscriptable) (#206) (b0ce5a7)

Chores

  • internal: remove unused int/float conversion (#203) (1bfa22d)

Documentation

v0.19.0

03 Nov 16:49

Choose a tag to compare

0.19.0 (2023-11-03)

Full Changelog: v0.18.0...v0.19.0

Features

  • client: allow binary returns (#199) (ea9dace)
  • client: support passing BaseModels to request params at runtime (#201) (fd4eb69)

Bug Fixes

  • binaries: don't synchronously block in astream_to_file (#202) (ba709de)

v0.18.0

01 Nov 16:34

Choose a tag to compare

0.18.0 (2023-11-01)

Full Changelog: v0.17.0...v0.18.0

Features

  • api: add failed to export status enum (#198) (f08bc96)
  • github: include a devcontainer setup (#196) (c849689)

v0.17.0

27 Oct 19:44

Choose a tag to compare

0.17.0 (2023-10-27)

Full Changelog: v0.16.0...v0.17.0

⚠ BREAKING CHANGES

  • api: remove Limits API, add ACH controls to Account Numbers (#118)
  • api: change physical_cards.status value, remove event_subscription field, add fields (#87)
  • api: reorganize check_transfer and network fields; add request_details; add unknown` (#46)
  • api: add unique_identifier, driver's license backs, inbound funds holds, and more (#40)
  • api: add card profiles simulation method (#35)
  • api: remove many enum members from document category (#24)
  • api: rename return reason enum member (#14)
  • api: replace notification_of_change with a list, and add merchant_acceptor_id
  • mark internal Client methods as private

Features

  • add additional coercion functions (a1bd7cb)
  • add internal support for streaming responses (0fa4f9b)
  • add internal support for streaming responses (0fa4f9b)
  • add support for deserialising nested union types (2806b6d)
  • add support for Pydantic v2 (#85) (ccbd518)
  • add timeout option to methods (c9f0b8c)
  • add webhook HMAC verification helper methods (f50d6ea)
  • allow a default timeout to be set for clients (#80) (144a621)
  • api/types: mark more check transfer intention properties as nullable (#23) (22a6aa3)
  • 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 addenda details for ACH transfers (#165) (c62854e)
  • api: add bank_of_first_deposit_routing_number and transfer_id properties (#103) (15bc9f8)
  • api: add bookkeeping accounts, entries, and entry sets, and several other changes (49ce9e8)
  • api: add card payment ID reference to transaction models (#122) (266b52e)
  • api: add card payments endpoints (#139) (eee4c8b)
  • api: add card profiles simulation method (#35) (5045fa6)
  • api: add direction property to CardAuthorization (#146) (60ed53a)
  • api: add entity_id to Card and make relationship nullable (#128) (9822789)
  • api: add fee_period_start and return_of_erroneous_or_reversing_debit (#50) (0cb14d0)
  • api: add fuel confirmation functionality (#180) (46b5f93)
  • api: add inbound checks, originating routing number and new event types (#131) (1abb6a2)
  • api: add network identifiers and effective date (#195) (cc41d87)
  • api: add new endpoints (891695e)
  • api: add new endpoints + properties + enums (#8) (0a436a0)
  • api: add new endpoints, several params, fields, enum members, and documentation updates (d6344e7)
  • api: add new enum members (a5b57e5)
  • api: add new fields (d8ebc38)
  • api: add new methods (9a085ec)
  • api: add optional pending_transaction_id field to pending transaction (8b9c430)
  • api: add physical cards endpoints (#138) (fa0abab)
  • api: add physical_card_id (#42) (c76422f)
  • api: add returned_per_odfi_request enum (#179) (69602d5)
  • api: add unique_identifier, driver's license backs, inbound funds holds, and more (#40) (6bfd843)
  • api: add Update Address and Create Notification Change endpoints (#109) (86b9c7f)
  • api: add wire decline object (2cc188d)
  • api: change physical_cards.status value, remove event_subscription field, add fields (#87) (f33460e)
  • api: enum updates (35bbd10)
  • api: expand event categories and Entity status options (#144) (0b31ede)
  • api: export account statements in OFX format (#130) (b3c8ad2)
  • api: make route_type an enum & add ACHTransfer.effective_date (e97240c)
  • api: make route_type an enum & add ACHTransfer.effective_date (e97240c)
  • api: move inbound ACH transfer returns (⚠️ breaking); add ACH transfer declines (#96) (30f1f6e)
  • api: remo...
Read more

v0.15.1

26 Oct 02:11

Choose a tag to compare

0.16.0 (2023-10-26)

Full Changelog: v0.15.0...v0.16.0

Features

Chores

v0.15.0

25 Oct 10:01

Choose a tag to compare

0.15.0 (2023-10-24)

Full Changelog: v0.14.0...v0.15.0

Features

Chores

Documentation

v0.14.0

19 Oct 14:36

Choose a tag to compare

0.14.0 (2023-10-19)

Full Changelog: v0.13.7...v0.14.0

Features

Bug Fixes

  • client: accept io.IOBase instances in file params (#162) (695f2bb)
  • client: correctly handle arguments with env vars (#155) (9d757a1)
  • streaming: add additional overload for ambiguous stream param (#160) (7bad83f)

Chores

Documentation

  • improve error message for invalid file param type (#164) (e105b17)
  • organisation -> organization (UK to US English) (#163) (bd21fa4)

Refactors