File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1- ## 2.3.0 - Unreleased
1+ ## 2.5.0 - 28-10-2022
2+
3+ * Add support for gzip compression in body filter
4+ * Hardened error handling in body filter
5+
6+ ## 2.4.0 - 07-07-2022
7+
8+ * Update crate to publish on crates.io
9+
10+ ## 2.3.0 - 13-04-2022
211
312 * Add support to trigger on specific ip address
413 * Add variable feature which allow using request properties in action values
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "redirectionio"
33description = " Redirection IO Library to handle matching rule, redirect and filtering headers and body."
44repository = " https://github.com/redirectionio/libredirectionio"
55license = " MIT"
6- version = " 2.4 .0"
6+ version = " 2.5 .0"
77authors = [
" Joel Wurtz <[email protected] >" ]
88edition = " 2018"
99build = " src/build.rs"
You can’t perform that action at this time.
0 commit comments