All Versions
14
Latest Version
Avg Release Cycle
115 days
Latest Release
911 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.6.3 Changes
April 07, 2017 -
v2.6.2 Changes
February 11, 2017✨ Enhancements
- ➕ Added support for loading hooks from multiple files. When starting webhook use the
-hooks
flag multiple times to specify multiple files to load. If the hot reload is enabled, when the file is removed, hooks from that file will be removed as well and the file will no longer be watched for changes.
Binaries
I've attached binaries that I've managed to cross-compile without problems.
- ➕ Added support for loading hooks from multiple files. When starting webhook use the
-
v2.6.1 Changes
February 11, 2017✨ Enhancements
- ➕ Added
trigger-rule-mismatch-http-response-code
to the hook definition so you can control the HTTP response status code returned when the trigger rule is not satisfied for the given hook.
Binaries
I've attached binaries that I've managed to cross-compile without problems.
- ➕ Added
-
v2.6.0 Changes
November 01, 2016💥 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 tosource: '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.