File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments