Skip to content

Releases: integrallis/stripe_event

v2.3.1

12 May 17:14
v2.3.1
Compare
Choose a tag to compare
  • Fix deprecation warning in Ruby 2.7 (#130)
  • Fixes tests for Stripe 5.19.0 (#133)

v2.3.0

12 May 17:13
v2.3.0
Compare
Choose a tag to compare
  • Add support for Stripe v5.x (#119)
  • Add support for Rails v6.x to the build matrix (#119)

v2.2.0

05 Dec 13:25
v2.2.0
Compare
Choose a tag to compare
  • Add support for Stripe v4.x (#119)
  • Documentation Updates and Fixes (#113 and #117)

v2.1.1

31 Jan 22:58
v2.1.1
Compare
Choose a tag to compare
  • Adds better support for Rails 5.2 (#105, #106, #107)
  • StripeEvent::WebhookController now calls skip_before_action :verify_authenticity_token if Rails.application.config.action_controller.default_protect_from_forgery is set (as it is by default in Rails 5.2)

v2.1.0

31 Jan 23:00
Compare
Choose a tag to compare

Mistaken/Broken release:

  • Use v2.1.1 instead.
  • gem yanked from rubygems.org.

v2.0.0

14 Dec 18:44
v2.0.0
Compare
Choose a tag to compare

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 removed event_retriever config) (#97)

v1.9.1

05 Dec 15:45
v1.9.1
Compare
Choose a tag to compare

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.

  • Deprecate StripeEvent.authentication_secret (#96)
  • Deprecate unverified use of Stripe's webhooks (#96)

v1.9.0

30 Nov 22:33
v1.9.0
Compare
Choose a tag to compare

v1.8.0

29 Aug 23:15
v1.8.0
Compare
Choose a tag to compare

v1.7.0

05 Jul 19:57
v1.7.0
Compare
Choose a tag to compare
  • Support stripe v3 gem as a dependency (#87)