Releases: stripe/stripe-python
Releases · stripe/stripe-python
stripe-python v2.4.0
stripe-python v2.3.0
- #456 Add support for Sigma scheduled query run objects
stripe-python v2.2.0
- #455 Add support for Stripe Issuing
stripe-python v2.1.0
- #452 Add
InvoiceLineItem
class
stripe-python v2.0.3
- #450 Internal improvements to
ApiResource.class_url
stripe-python v2.0.2
- #448 Avoid duplicate dependency on
requests
with Python 2.7
stripe-python v2.0.1
- #445 Fix
setup.py
stripe-python v2.0.0
Major version release. List of backwards incompatible changes to watch out for:
- The minimum Python versions are now 2.7 / 3.4. If you're using Python 2.6 or 3.3, consider upgrading to a more recent version.
- Stripe exception classes should now be accessed via
stripe.error
rather than juststripe
- Some older deprecated methods have been removed
- Trying to detach an unattached source will now raise a
stripe.error.InvalidRequestError
exception instead of aNotImplementedError
exception
For more information, check out the migration guide for v2
Pull requests included in this release:
- #385 Drop support for Python 2.6 and 3.3
- #384 Use py.test for tests
- #399 Remove deprecated code
- #402 Remove
util.json
and usejson
module directly everywhere - #403 Update setup.py and test flow
- #410 Use pipenv
- #415 Change exception when detaching unattached sources from
NotImplementedError
tostripe.error.InvalidRequestError
stripe-python v1.84.2
- #441 Better (hopefully) fix for serialization of empty
ListObject
s
stripe-python v1.84.1
- #439 Fix serialization of empty
ListObject
s