File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 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+
18## 2.7.1 - 23-03-2023
29
310 * 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"
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.7.1 "
6+ version = " 2.8.0 "
77authors = [
" Joel Wurtz <[email protected] >" ]
88edition = " 2018"
99build = " src/build.rs"
You can’t perform that action at this time.
0 commit comments