Skip to content

Releases: stripe/stripe-python

stripe-python v1.77.2

08 Feb 20:09
f183e8e
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

stripe-python v1.75.0

08 Nov 16:40
Compare
Choose a tag to compare
  • #369 Make custom actions on various resources (e.g. Account.reject) more consistent with other APIs

See the changelog for more details.

stripe-python v1.74.0

07 Nov 20:00
Compare
Choose a tag to compare
  • #368 Remove API that allowed the creation of new disputes (this was an erroneous addition; it never worked because the API would not allow it)

See the changelog for more details.

stripe-python v1.73.0

02 Nov 21:48
Compare
Choose a tag to compare
  • #364 Switch to vendored version of the six package for compatibility between Python 2 and 3

See the changelog for more details.