File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 3.0.0
2+
3+ * [ chore] Migrate to rust 2024 edition
4+ * [ action] Replace custom html parser with lol_html
5+ * [ action] Add support for capturing values in html
6+ * [ router] Fix header case sensitivity in header filters and actions
7+ * [ router] Make header and host matching case insensitive by default
8+ * [ log] Add support to pass match and proxy duration in log
9+ * [ router] Fix not one of ip triggers
10+ * [ router] Add cache support for regex in headers
11+ * [ action] Add support for overriding proxy destination (only in next agent version)
12+ * [ wasm] Add a method to serialize the action matched for a response
13+ * [ router] Add a config option to ignore all query parameters
14+ * [ router] Add a config option respect the order of query parameters (matching a=a&b=b against match b=b&a=a will not match if the option is true)
15+ * [ wasm] Add a method to check if an action will need to manipulate the response.
16+
117## 2.11.2 - 17-05-2024
218
319* Add wasmbindgen feature to not expose the library as a javascript module when used as a dependency by default
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 = " 3.0.0-beta.2 "
6+ version = " 3.0.0"
77authors = [" Joel Wurtz <jwurtz@redirection.io>" ]
88edition = " 2024"
99build = " src/build.rs"
Original file line number Diff line number Diff line change 44 " Joel Wurtz <jwurtz@redirection.io>"
55 ],
66 "description" : " Redirection IO Library to handle matching rule, redirect and filtering headers and body." ,
7- "version" : " 3.0.2-dev " ,
7+ "version" : " 3.0.0 " ,
88 "license" : " MIT" ,
99 "repository" : {
1010 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments