Path to this page:
Subject: CVS commit: pkgsrc/finance/py-stripe
From: Adam Ciarcinski
Date: 2019-04-25 07:06:20
Message id: 20190425050621.0FDF2FB16@cvs.NetBSD.org
Log Message:
py-stripe: updated to 2.27.0
2.27.0:
* Add support for the TaxRate resource and APIs
2.26.0:
* Add support for the TaxId resource and APIs
2.25.0:
* Add support for the CreditNote resource and APIs
2.24.1:
* Fix encoding of nested parameters in multipart requests
2.24.0:
* Add delete class method on deletable API resources
* Add class methods for all custom API requests (e.g. Charge.capture)
2.23.0:
* Add support for the PaymentMethod resource and APIs
* Add support for retrieving a Checkout Session
* Add support for deleting a Terminal Location and Reader
2.22.0:
* Add stripe.util.convert_to_dict method for converting StripeObject instances \
to regular dicts
2.21.0:
* Add support for subscription schedules
2.20.3:
* Fix client telemetry implementation
2.20.2:
* Fix session initialization for multi-threaded environments
2.20.1:
* Make RequestsClient thread-safe
2.20.0:
* Reuse the default HTTP client by default
2.19.0:
* Rename CheckoutSession to Session and move it under the checkout namespace. \
This is a breaking change, but we've reached out to affected merchants and all \
new merchants would use the new approach.
2.18.1:
* Properly serialize individual on Account objects
Files: