Releases: vapor-community/stripe
Releases · vapor-community/stripe
Stripe 5.1.0
This release:
- Adds a helper method to verify a signature for a
Request
. - Conforms
StripeSignatureError
toAbortError
for useful messages inside the Stripe logs.
func handleWebhook(_ req: Request) throws -> EventLoopFuture<Response> {
// ...
try StripeClient.verifySignature(for: req, secret: "whs_1234", tolerance: 500)
}
Stripe 5.0.1
Updates to latest stripe kit
Stripe 5.0.0
Updates to the latest release of StripeKit.
Stripe 4.0.0 💳🎉
This release has support for the Vapor 4 official tag.
Stripe 4.0.0 RC 3
Fixed package name.
Stripe 4.0.0 RC 2
Removed pinned version of StripeKit.
Stripe 4.0.0-rc.1
First release candidate for Vapor 4 Stripe wrapper.
Stripe 2.6.0
This release points to the new vapor3 branch for Vapor 3 legacy support as master
will be for Vapor 4 going forward.
StripeProvider 2.5.0
This release adds support for PaymentIntents
Stripe provider 2.4.1
Points back to the master branch.