Skip to content

Releases: stripe/stripe-python

stripe-python v2.37.2

05 Oct 00:40
Compare
Choose a tag to compare
  • #621 Implement support for stripe-should-retry and retry-after headers

See the changelog for more details.

stripe-python v2.37.1

26 Sep 18:43
cbec52a
Compare
Choose a tag to compare
  • #620 Check that error is a dict before trying to use it to create a StripeError

See the changelog for more details.

stripe-python v2.37.0

26 Sep 17:09
d684cea
Compare
Choose a tag to compare
  • #619 Add ErrorObject to StripeError exceptions
  • #616 Pass CFLAGS and LDFLAGS when running tests

See the changelog for more details.

stripe-python v2.36.2

12 Sep 22:13
a16bdc5
Compare
Choose a tag to compare
  • #614 Use OrderedDict to maintain key order in API requests and responses

See the changelog for more details.

stripe-python v2.36.1

11 Sep 18:52
1751bf1
Compare
Choose a tag to compare
  • #612 Use ListObject properties as default values in request methods

See the changelog for more details.

stripe-python v2.36.0

10 Sep 18:25
bafcc66
Compare
Choose a tag to compare
  • #610 Add support for header parameters in ListObject request methods

See the changelog for more details.

stripe-python v2.35.1

20 Aug 17:25
45b4e6e
Compare
Choose a tag to compare
  • #605 Fix automatic retries of failed requests
  • #606 Clarify what max_network_retries does

See the changelog for more details.

stripe-python v2.35.0

13 Aug 00:34
a089021
Compare
Choose a tag to compare
  • #607 Add SubscriptionItem.create_usage_record method

See the changelog for more details.

stripe-python v2.34.0

09 Aug 22:39
Compare
Choose a tag to compare
  • #604 Remove subscription schedule revisions
    • This is technically a breaking change. We've chosen to release it as a minor vesion bump because the associated API is unused.

See the changelog for more details.

stripe-python v2.33.2

06 Aug 20:02
a55cfdd
Compare
Choose a tag to compare
  • #601 Add support for passing full objects instead of IDs to custom methods
  • #603 Bump vendored six to latest version

See the changelog for more details.