Releases: stripe/stripe-python
Releases · stripe/stripe-python
stripe-python v1.82.0
- #422 Add
user_mesage
toStripeError
for a way in Python 3 to avoid the "Request req_...:" string normally appended to error messages
stripe-python v1.81.0
- #425 Add support for issuer fraud records
stripe-python v1.80.0
- #421 Add support for flexible billing and usage records
stripe-python v1.79.1
- #401 Drop conditional dependencies that incorrectly led to an added
simplejson
dependency in Python 3+ after switching to universal wheel
stripe-python v1.79.0
stripe-python v1.78.0
- #396 Add support for topups
stripe-python v1.77.2
- #394 Make
last_response
available after callingsave()
stripe-python v1.77.1
- #389 Register unsaved attributes on assignment regardless of new value
stripe-python v1.77.0
- #371 Add accessor
last_response
onStripeObject
for accessing request ID and other metadata
stripe-python v1.76.0
- #382 Add new
IdempotencyError
type