Releases: Increase/increase-python
Releases · Increase/increase-python
v0.21.1
v0.21.0
0.21.0 (2023-11-10)
Full Changelog: v0.20.0...v0.21.0
Features
Bug Fixes
Chores
- internal: base client updates (#216) (99926dc)
- internal: improve github devcontainer setup (#212) (ec8f7f5)
Documentation
v0.20.0
v0.19.1
v0.19.0
v0.18.0
v0.17.0
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.statusvalue, removeevent_subscriptionfield, add fields (#87) - api: reorganize
check_transferandnetwork fields; addrequest_details; addunknown` (#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_timeproperty for balance lookups (3ff9c8a) - api: add
collection_receivableto transaction source category enum (c580763) - api: add
expires_atproperty (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_idfield 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.statusvalue, removeevent_subscriptionfield, 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...
v0.15.1
v0.15.0
0.15.0 (2023-10-24)
Full Changelog: v0.14.0...v0.15.0
Features
- api: add fuel confirmation functionality (#180) (d2459df)
- api: add returned_per_odfi_request enum (#179) (b1c03fe)
- api: updates (#175) (7bf5be0)
- api: updates (#177) (6482bf8)
- client: adjust retry behavior to be exponential backoff (#182) (923b96c)
- client: improve file upload types (#181) (4947869)
Chores
Documentation
v0.14.0
0.14.0 (2023-10-19)
Full Changelog: v0.13.7...v0.14.0
Features
- api: add addenda details for ACH transfers (#165) (46c62ba)
- api: updates (#172) (420092d)
- client: add logging setup (#154) (712448e)
- client: support passing httpx.URL instances to base_url (#168) (ba19c25)
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
- add case insensitive get header function (#157) (9240b3a)
- internal: cleanup some redundant code (#161) (5325526)
- internal: enable lint rule (#159) (9b23b62)
- internal: improve publish script (#167) (3d98ab9)
- internal: migrate from Poetry to Rye (#166) (3e81c88)
- internal: update gitignore (#170) (7305ef9)
- internal: update gitignore (#171) (ae01f6b)
- internal: update lock file (#169) (65434e9)
- update comment (#158) (e75c268)
- update README (#151) (4db792a)
Documentation
- improve error message for invalid file param type (#164) (e105b17)
- organisation -> organization (UK to US English) (#163) (bd21fa4)