Skip to content

Releases: arlyon/async-stripe

v0.18.4

05 Mar 09:07

Choose a tag to compare

0.18.4 (2023-03-05)

Bug Fixes

  • add missing prefix for CheckoutSessionItemId (c6bdb57)

v0.18.3

20 Feb 09:33

Choose a tag to compare

0.18.3 (2023-02-20)

Bug Fixes

  • reexport duplicate SubscriptionPaymentBehaviour (dbcff41)

v0.18.2

04 Feb 15:38

Choose a tag to compare

0.18.2 (2023-02-04)

Bug Fixes

  • prevent publishing the benchmark crate (e4be54d)

v0.18.1

04 Feb 16:21

Choose a tag to compare

0.18.1 (2023-02-04)

Bug Fixes

  • prevent publishing the openapi crate (6de846e)

v0.18.0

04 Feb 16:20

Choose a tag to compare

0.18.0 (2023-02-04)

Features

  • fn to expire checkout sessions (0368c79)

v0.17.0

04 Feb 16:20

Choose a tag to compare

0.17.0 (2023-02-01)

Features

  • improve api doc code to fix / add more coverage (fecaa2e)

v0.16.0

04 Feb 16:20

Choose a tag to compare

0.16.0 (2023-01-17)

Bug Fixes

  • prevent freeze when hitting network errors in a retry strategy (d423be2)

Features

  • add support for webpki (alt. to native-certs) (c994b1c)

v0.15.2

04 Feb 16:19

Choose a tag to compare

0.15.2 (2023-01-17)

Bug Fixes

  • add automated release config (ac5a87a)

0.15.0

09 Jun 13:23
d6040d7

Choose a tag to compare

Alright! Happy to announce we have a new release of async-stripe. This is a minor release so with some required breaking changes to release the new paginator api. With this, you can now stream list queries lazily (with full error handling) and take advantage of your favourite stream combinators in the process. Main improvements:

New Contributors

Full Changelog: v0.14.0...v0.15.0

0.14.0

24 Mar 20:41
0355cb7

Choose a tag to compare

Alright! Happy to announce we have a new release of async-stripe. This is a big one with a number of changes behind the scenes to enable our future goals (outlined here: #186). But, for now, lets celebrate what we've completed so far. Main wins:

  • 🚨 breaking - fluent client config: you can set the client id, stripe account, and strategy with a new builder-style api @arlyon
  • improve test coverage: we added tarpaulin and started tracking coverage. from now on new contributions will be expected to be tested properly, and we will be adding extensive examples @arlyon
  • piles of examples: we have a whole load of shiny examples to look at, along with example-doc linking to put the examples straight alongside the code in docs.rs. very happy with the ergonomics here. @arlyon @FL33TW00D
  • make sure the 'unusual params' are implemented properly: we added card to the api! 🥳 @erichCompSci
  • explore the effects of implementing Default across the codebase: we added default in many more places! #152 @arlyon
  • allow the openapi generator to box in specific places: there is a simple extensible heuristic for this! #160 @arlyon
  • opt-in auto-retry functionality following the stripe retry headers: the client will retry failed requests 🎉 @arlyon
  • opt in idempotency: now you can make the same mistake twice :P @erichCompSci

New Contributors

Full Changelog: v0.13.0...v0.14.0