Skip to content

Latest commit

 

History

History
106 lines (64 loc) · 5.54 KB

CHANGELOG.md

File metadata and controls

106 lines (64 loc) · 5.54 KB

Change Log

v2.4.0 (2022-05-02)

Full Changelog

  • Rails 7.0 Official support.
  • Please read Upgrade notes, a migration is required to rename encrypt column to encrypted.

v2.3.1 (2022-04-27)

Full Changelog

  • Rails 6.1 Official support.

v2.3.0 (2021-08-xx)

Full Changelog

  • Add ability to launch inline jobs instead of making external HTTP calls to another service.

v2.2.0 (2019-11-07)

Full Changelog

  • Syntatic sugar: simple dispatch call to also build the event object

v2.1.6 (2019-07-26)

Full Changelog

  • add account info to error message

v2.1.5 (2019-07-24)

Full Changelog

  • response body error message in exception

v2.1.4 (2019-05-10)

Full Changelog

  • Make URL display in Exception message
  • Make tests pass again
  • Small typo fix by Heath Attig, thank you

v2.1.3 (2017-12-06)

Full Changelog

by Ron

v2.1.2 (2017-01-24)

Full Changelog

by Piotr

v2.1.1 (2016-12-20)

Full Changelog

by Piotr

v2.1.0 (2016-07-20)

Full Changelog

  • Changing the main dispatch interface to call of a relation, enabling filtering of the subscriptions being considered #10 (piotrb)

v2.0.0 (2016-07-19)

Full Changelog

  • This adds support for plain text payloads, version bumps to 2.0 #9 (piotrb)

v1.0.4 (2016-02-19)

Full Changelog

  • Log any exception which occurs while we submit data to the webhook url. #8 (mykola-kyryk)

v1.0.3 (2016-02-18)

Full Changelog

v1.0.2 (2016-02-17)

Full Changelog

  • Feature/add faraday encoding middleware and db transaction check #6 (mykola-kyryk)

v1.0.1 (2016-02-16)

Full Changelog

v1.0.0 (2016-02-11)

Full Changelog

v0.1.1 (2016-02-05)

Full Changelog

  • Fixing hash based attribute definition and a few fixes #3 (piotrb)

v0.1.0 (2016-02-05)

Full Changelog

  • Add easy topic mass assignment and url validation #2 (piotrb)

v0.0.1 (2016-02-05)

  • Initial implementation of the webhook system #1 (piotrb)

* This Change Log was automatically generated by github_changelog_generator