#Piercy-webhooks-version
1 messages ยท Page 1 of 1 (latest)
Hi there ๐ judging from those version numbers I think you're referring to one of our client libraries. Could you clarify which library you're referring to?
its the nodejs library
It looks like constructEventAsync was introduced to Stripe.Webhooks and maybe computeSignature was removed or moved. Maybe cryptoProvider was added as an optional too.
Actually computeSignature was on Stripe.Signature. I realise we're probably digging in the depths here, so just trying to provide info that might help
Looks like SubtleCryptoProvider was added in 8.187.0, is that the change you're looking for?
https://github.com/stripe/stripe-node/releases?q=webhook&expanded=true
https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md#81870---2021-11-11
Thanks, it might well be! I'll give the version before a try (8.186.1) and see how that goes. I will likely update to the latest version, but one problem at a time ๐
Awesome! Haha, definitely understand the one-problem-at-a-time sentiment ๐