Skip to content

Commit b807612

Browse files
committed
chore(release): prepare 3.1.0 release
1 parent c52ee6b commit b807612

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
## 3.0.0
1+
## 3.1.0 - 04-04-2026
2+
3+
* [action] Add new action to transform html into markdown
4+
* [action] Add new html filters, to allow remove, or adding html after / before an element
5+
* [ffi] remove log callback (keep the method for BC purpose, but it does not do anything), only allow to enable trace on
6+
stderr
7+
* [log] replace log with tracing
8+
9+
## 3.0.0 - 26-02-2026
210

311
* [chore] Migrate to rust 2024 edition
412
* [action] Replace custom html parser with lol_html
@@ -11,7 +19,8 @@
1119
* [action] Add support for overriding proxy destination (only in next agent version)
1220
* [wasm] Add a method to serialize the action matched for a response
1321
* [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)
22+
* [router] Add a config option respect the order of query parameters (matching a=a&b=b against match b=b&a=a will not
23+
match if the option is true)
1524
* [wasm] Add a method to check if an action will need to manipulate the response.
1625

1726
## 2.11.2 - 17-05-2024

0 commit comments

Comments
 (0)