Skip to content

Releases: stripe/stripe-python

stripe-python v1.79.1

27 Feb 17:27

Choose a tag to compare

  • #401 Drop conditional dependencies that incorrectly led to an added simplejson dependency in Python 3+ after switching to universal wheel

See the changelog for more details.

stripe-python v1.79.0

23 Feb 17:52
8ad3452

Choose a tag to compare

  • #397 Build universal wheels by default
  • #398 Add support for code attribute on all Stripe exceptions

See the changelog for more details.

stripe-python v1.78.0

21 Feb 19:50

Choose a tag to compare

stripe-python v1.77.2

08 Feb 20:09
f183e8e

Choose a tag to compare

  • #394 Make last_response available after calling save()

See the changelog for more details.

stripe-python v1.77.1

12 Jan 16:43

Choose a tag to compare

  • #389 Register unsaved attributes on assignment regardless of new value

See the changelog for more details.

stripe-python v1.77.0

22 Dec 01:18

Choose a tag to compare

  • #371 Add accessor last_response on StripeObject for accessing request ID and other metadata

See the changelog for more details.

stripe-python v1.76.0

21 Dec 18:27

Choose a tag to compare

  • #382 Add new IdempotencyError type

See the changelog for more details.

stripe-python v1.75.3

05 Dec 18:55

Choose a tag to compare

  • #378 Log encoded version of parameters instead of raw POST data

See the changelog for more details.

stripe-python v1.75.2

05 Dec 18:51

Choose a tag to compare

  • #378 Log encoded version of parameters instead of raw POST data

See the changelog for more details.

stripe-python v1.75.1

29 Nov 10:33
c00fdf7

Choose a tag to compare

  • #372 Add only changed values to _unsaved_values in StripeObject
  • #375 Use a custom JSON encoder to handle datetime objects when serializing StripeObjects

See the changelog for more details.