webhook v2.6.0 Release Notes

Release Date: 2016-11-01 // over 7 years ago
  • ๐Ÿ’ฅ Breaking changes

    • ๐Ÿ“œ Parse parameters as JSON will no longer stop hook execution if it encounters errors while parsing the arguments (i.e. argument does not exist, or does not contain valid JSON string).
    • Argument extraction will no longer stop after the first error is encountered, but instead will continue to try to extract other arguments. (partially related to #106)

    โœจ Enhancements

    • โž• Added -version flag so you can view the current webhook version without starting it
    • โž• Added source: 'query' as an alias to source: 'url'

    ๐Ÿ›  Bugfixes

    • Arguments which have header as the source will now properly be matched regardless of the argument name case (it will be canonicalized) (#106)

    Binaries

    I've attached binaries that I've managed to cross-compile without problems.