Skip to content

Commit f0571fe

Browse files
committed
chore(release): prepare release for libredirection 3.0.0
1 parent 3b752f2 commit f0571fe

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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

Cargo.toml

Lines changed: 1 addition & 1 deletion
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 = "3.0.0-beta.2"
6+
version = "3.0.0"
77
authors = ["Joel Wurtz <jwurtz@redirection.io>"]
88
edition = "2024"
99
build = "src/build.rs"

pkg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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",

0 commit comments

Comments
 (0)