Skip to content

Releases: stripe/stripe-python

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.

stripe-python v1.72.0

31 Oct 15:55
Compare
Choose a tag to compare
  • #361 Support for exchange rates APIs

See the changelog for more details.

stripe-python v1.71.2

31 Oct 15:09
Compare
Choose a tag to compare
  • #362 Fix balance transaction and invoice item conversion into StripeObjects

See the changelog for more details.

stripe-python v1.71.1

27 Oct 16:02
Compare
Choose a tag to compare
  • #360 Fix BytesWarning being issued on logging in Python 3

See the changelog for more details.

stripe-python v1.71.0

26 Oct 14:51
Compare
Choose a tag to compare
  • #359 Support for listing source transactions

See the changelog for more details.