Skip to content

Commit f39425c

Browse files
committed
chore(update): update libredirectionio to 2.9.0
1 parent dfd60e9 commit f39425c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -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+
18
## 2.8.0 - 26-05-2023
29

310
* Fix parsing bug in ip address for logs and request matching

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "redirectionio"
33
description = "Redirection IO Library to handle matching rule, redirect and filtering headers and body."
44
repository = "https://github.com/redirectionio/libredirectionio"
55
license = "MIT"
6-
version = "2.8.0"
6+
version = "2.9.0"
77
authors = ["Joel Wurtz <[email protected]>"]
88
edition = "2018"
99
build = "src/build.rs"

0 commit comments

Comments
 (0)