From f39425c631c1c8638ffda440269209e5f67b1025 Mon Sep 17 00:00:00 2001 From: Joel Wurtz Date: Mon, 2 Oct 2023 16:16:34 +0200 Subject: [PATCH] chore(update): update libredirectionio to 2.9.0 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01f15fa..226fc0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2.9.0 - 02-10-2023 + + * Updated dependencies + * Improve memory usage in router + * Improve performance when creating a router + * Improve performance when using html filters + ## 2.8.0 - 26-05-2023 * Fix parsing bug in ip address for logs and request matching diff --git a/Cargo.toml b/Cargo.toml index 13a63fd..fe9a8cb 100644 --- a/Cargo.toml +++ b/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 "] edition = "2018" build = "src/build.rs"