We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfd60e9 commit f39425cCopy full SHA for f39425c
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 2.9.0 - 02-10-2023
2
+
3
+ * Updated dependencies
4
+ * Improve memory usage in router
5
+ * Improve performance when creating a router
6
+ * Improve performance when using html filters
7
8
## 2.8.0 - 26-05-2023
9
10
* Fix parsing bug in ip address for logs and request matching
Cargo.toml
@@ -3,7 +3,7 @@ name = "redirectionio"
description = "Redirection IO Library to handle matching rule, redirect and filtering headers and body."
repository = "https://github.com/redirectionio/libredirectionio"
license = "MIT"
-version = "2.8.0"
+version = "2.9.0"
authors = ["Joel Wurtz <[email protected]>"]
edition = "2018"
build = "src/build.rs"
0 commit comments