File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.8.0 - 26-05-2023
2
+
3
+ * Fix parsing bug in ip address for logs and request matching
4
+ * Fix incorrect behavior when matching a request against a response status code
5
+ * Add support for excluding methods in request matching
6
+ * Add support for excluding response status code in request matching
7
+
1
8
## 2.7.1 - 23-03-2023
2
9
3
10
* Add optional features to libredirectionio, to allow better compilation on wasm target
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.7.1 "
6
+ version = " 2.8.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