Skip to content

Releases: arlyon/async-stripe

v0.17.0

04 Feb 16:20
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

0.13.0

24 Mar 20:43
fa168d5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.1...v0.13.0