Releases: integrallis/stripe_event
Releases · integrallis/stripe_event
v2.3.1
v2.3.0
v2.2.0
v2.1.1
v2.1.0
v2.0.0
Backwards incompatible release. Signed webhooks are now required.
- Requires
StripeEvent.signing_secret
configuration (#95, #97) - Adds support for multiple signing secrets using
StripeEvent.signing_secrets
(#98, #99) - Removes
StripeEvent.authentication_secret
and associated basic auth support (#97) - Adds
StripeEvent.event_filter
(replaces use-cases for the now removedevent_retriever
config) (#97)
v1.9.1
This release is in preparation for some backward incompatible changes due to
arrive in v2.0.0. It is highly recommended that everyone secure their webhook
endpoints by using StripeEvent.signing_secret
. See the README and Stripe's
documentation for more
information.
v1.9.0
- Support for Rails 5.1 (#94, Thanks @krasnoukhov and @simplepractice!)
v1.8.0
- Adds support for Stripe's Webhook Signature Verification (#83, #90, Thanks @mikeycgto!)
- Use secure compare during basic authentication check (#91, Thanks @mikeycgto!)