We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd21714 commit f9491aeCopy full SHA for f9491ae
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## 2.11.0 - 27-02-2024
2
+
3
+* Fix wasm integration by removing call to `SystemTime::now` which is not available in wasm
4
+* Fix default local network for trusted proxies
5
+* Add default header action
6
7
+## 2.10.1 - 06-02-2024
8
9
+* Fix building without specific features
10
11
## 2.10.0 - 06-02-2024
12
13
* Updated dependencies
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.10.1"
+version = "2.11.0"
authors = ["Joel Wurtz <[email protected]>"]
edition = "2018"
build = "src/build.rs"
0 commit comments