Skip to content

v0.6.0

Compare
Choose a tag to compare
@stainless-bot stainless-bot released this 31 May 10:09

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)