Releases: redirectionio/libredirectionio
Releases · redirectionio/libredirectionio
3.1.1
03 Jun 15:00
Compare
Sorry, something went wrong.
No results found
[chore] Avoid string memory allocation in some cases to improve performance
[ffi] Add new ffi endpoint to free memory from rust side, since memory allocator may be different
[exemple] Allow to pass headers / body when testing example
3.1.0
07 Apr 08:16
Compare
Sorry, something went wrong.
No results found
[action] Add new action to transform html into markdown
[action] Add new html filters, to allow remove, or adding html after / before an element
[ffi] remove log callback (keep the method for BC purpose, but it does not do anything), only allow to enable trace on stderr
[log] replace log with tracing
3.0.0
26 Feb 14:12
Compare
Sorry, something went wrong.
No results found
Changes :
[chore] Migrate to rust 2024 edition
[action] Replace custom html parser with lol_html
[action] Add support for capturing values in html
[router] Fix header case sensitivity in header filters and actions
[router] Make header and host matching case insensitive by default
[log] Add support to pass match and proxy duration in log
[router] Fix not one of ip triggers
[router] Add cache support for regex in headers
[action] Add support for overriding proxy destination (only in next agent version)
[wasm] Add a method to serialize the action matched for a response
[router] Add a config option to ignore all query parameters
[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)
[wasm] Add a method to check if an action will need to manipulate the response.
2.11.2
28 May 07:59
Compare
Sorry, something went wrong.
No results found
Add wasmbindgen feature to not expose the library as a javascript module when used as a dependency by default
2.11.1
28 May 07:59
Compare
Sorry, something went wrong.
No results found
Fix request time in proxy log to work with millisecond precision
Export this library as a javascript module with webassembly
2.11.0
28 May 07:58
Compare
Sorry, something went wrong.
No results found
Fix wasm integration by removing call to SystemTime::now which is not available in wasm
Fix default local network for trusted proxies
Add default header action
2.10.0
28 May 07:58
Compare
Sorry, something went wrong.
No results found
Updated dependencies
Fix request time in log
Add backend duration to log
2.9.0
28 May 07:57
Compare
Sorry, something went wrong.
No results found
Updated dependencies
Improve memory usage in router
Improve performance when creating a router
Improve performance when using html filters
2.8.0
26 May 13:46
Compare
Sorry, something went wrong.
No results found
Fix parsing bug in ip address for logs and request matching
Fix incorrect behavior when matching a request against a response status code
Add support for excluding methods in request matching
Add support for excluding response status code in request matching
2.7.0
20 Mar 14:28
Compare
Sorry, something went wrong.
No results found
Add new trigger support for date, time and date time