Skip to content

Releases: vapor-community/stripe

Stripe 5.1.0

30 Apr 19:46
7c45d02
Compare
Choose a tag to compare

This release:

  • Adds a helper method to verify a signature for a Request.
  • Conforms StripeSignatureError to AbortError 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

29 Apr 00:23
6263f01
Compare
Choose a tag to compare

Updates to latest stripe kit

Stripe 5.0.0

21 Apr 00:18
2af36f3
Compare
Choose a tag to compare

Updates to the latest release of StripeKit.

Stripe 4.0.0 💳🎉

10 Apr 18:46
461d88b
Compare
Choose a tag to compare

This release has support for the Vapor 4 official tag.

Stripe 4.0.0 RC 3

28 Mar 18:11
467c6da
Compare
Choose a tag to compare
Stripe 4.0.0 RC 3 Pre-release
Pre-release

Fixed package name.

Stripe 4.0.0 RC 2

28 Mar 17:56
4a1c061
Compare
Choose a tag to compare
Stripe 4.0.0 RC 2 Pre-release
Pre-release

Removed pinned version of StripeKit.

Stripe 4.0.0-rc.1

07 Mar 23:50
af50805
Compare
Choose a tag to compare
Stripe 4.0.0-rc.1 Pre-release
Pre-release

First release candidate for Vapor 4 Stripe wrapper.

Stripe 2.6.0

06 Mar 22:24
5e9d77e
Compare
Choose a tag to compare

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

18 Dec 19:44
5e9d77e
Compare
Choose a tag to compare

This release adds support for PaymentIntents

Stripe provider 2.4.1

06 Dec 20:35
Compare
Choose a tag to compare

Points back to the master branch.