File tree 2 files changed +11
-2
lines changed
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
2
11
3
12
* Add support to trigger on specific ip address
4
13
* 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"
3
3
description = " Redirection IO Library to handle matching rule, redirect and filtering headers and body."
4
4
repository = " https://github.com/redirectionio/libredirectionio"
5
5
license = " MIT"
6
- version = " 2.4 .0"
6
+ version = " 2.5 .0"
7
7
authors = [
" Joel Wurtz <[email protected] >" ]
8
8
edition = " 2018"
9
9
build = " src/build.rs"
You can’t perform that action at this time.
0 commit comments