|
| 1 | +## 2.11.1 - 17-05-2024 |
| 2 | + |
| 3 | +* Fix request time in proxy log to work with millisecond precision |
| 4 | + |
1 | 5 | ## 2.11.0 - 27-02-2024
|
2 | 6 |
|
3 | 7 | * Fix wasm integration by removing call to `SystemTime::now` which is not available in wasm
|
|
10 | 14 |
|
11 | 15 | ## 2.10.0 - 06-02-2024
|
12 | 16 |
|
13 |
| - * Updated dependencies |
14 |
| - * Fix request time in log |
15 |
| - * Add backend duration to log |
| 17 | +* Updated dependencies |
| 18 | +* Fix request time in log |
| 19 | +* Add backend duration to log |
16 | 20 |
|
17 | 21 | ## 2.9.0 - 02-10-2023
|
18 | 22 |
|
19 |
| - * Updated dependencies |
20 |
| - * Improve memory usage in router |
21 |
| - * Improve performance when creating a router |
22 |
| - * Improve performance when using html filters |
| 23 | +* Updated dependencies |
| 24 | +* Improve memory usage in router |
| 25 | +* Improve performance when creating a router |
| 26 | +* Improve performance when using html filters |
23 | 27 |
|
24 | 28 | ## 2.8.0 - 26-05-2023
|
25 | 29 |
|
26 |
| - * Fix parsing bug in ip address for logs and request matching |
27 |
| - * Fix incorrect behavior when matching a request against a response status code |
28 |
| - * Add support for excluding methods in request matching |
29 |
| - * Add support for excluding response status code in request matching |
| 30 | +* Fix parsing bug in ip address for logs and request matching |
| 31 | +* Fix incorrect behavior when matching a request against a response status code |
| 32 | +* Add support for excluding methods in request matching |
| 33 | +* Add support for excluding response status code in request matching |
30 | 34 |
|
31 | 35 | ## 2.7.1 - 23-03-2023
|
32 | 36 |
|
33 |
| - * Add optional features to libredirectionio, to allow better compilation on wasm target |
| 37 | +* Add optional features to libredirectionio, to allow better compilation on wasm target |
34 | 38 |
|
35 | 39 | ## 2.7.0 - 20-03-2023
|
36 | 40 |
|
37 |
| - * Add new trigger support for date, time and date time |
| 41 | +* Add new trigger support for date, time and date time |
38 | 42 |
|
39 | 43 | ## 2.6.0 - 08-03-2023
|
40 | 44 |
|
41 |
| - * Add support for deflate and brotli compression |
42 |
| - * Avoid creating a body filter if there is only compression and no real filters |
43 |
| - * Fix supporting host with port |
44 |
| - * Add support to trusted proxies in log to avoid collecting their ips |
45 |
| - * Support streaming body when there is compression |
| 45 | +* Add support for deflate and brotli compression |
| 46 | +* Avoid creating a body filter if there is only compression and no real filters |
| 47 | +* Fix supporting host with port |
| 48 | +* Add support to trusted proxies in log to avoid collecting their ips |
| 49 | +* Support streaming body when there is compression |
46 | 50 |
|
47 | 51 | ## 2.5.2 - 24-11-2022
|
48 | 52 |
|
49 |
| - * Fix a bug in wasm target compilation that make it impossible to compile |
| 53 | +* Fix a bug in wasm target compilation that make it impossible to compile |
50 | 54 |
|
51 | 55 | ## 2.5.1 - 23-11-2022
|
52 | 56 |
|
53 |
| - * Ensure order for rules, no rules will always be applied in the same order even if they have the same priority, as they are sorted by their ID |
54 |
| - * Body filters will now only be applied on a correct content-type header |
| 57 | +* Ensure order for rules, no rules will always be applied in the same order even if they have the same priority, as they |
| 58 | + are sorted by their ID |
| 59 | +* Body filters will now only be applied on a correct content-type header |
55 | 60 |
|
56 | 61 | ## 2.5.0 - 28-10-2022
|
57 | 62 |
|
58 |
| - * Add support for gzip compression in body filter |
59 |
| - * Hardened error handling in body filter |
| 63 | +* Add support for gzip compression in body filter |
| 64 | +* Hardened error handling in body filter |
60 | 65 |
|
61 | 66 | ## 2.4.0 - 07-07-2022
|
62 | 67 |
|
63 |
| - * Update crate to publish on crates.io |
| 68 | +* Update crate to publish on crates.io |
64 | 69 |
|
65 | 70 | ## 2.3.0 - 13-04-2022
|
66 | 71 |
|
67 |
| - * Add support to trigger on specific ip address |
68 |
| - * Add variable feature which allow using request properties in action values |
69 |
| - * Add append/prepend/replace text content |
70 |
| - * Fix cases when an url could not be parsed |
71 |
| - * Fix wrong rule ids reported in log or header |
| 72 | +* Add support to trigger on specific ip address |
| 73 | +* Add variable feature which allow using request properties in action values |
| 74 | +* Add append/prepend/replace text content |
| 75 | +* Fix cases when an url could not be parsed |
| 76 | +* Fix wrong rule ids reported in log or header |
72 | 77 |
|
73 | 78 | ## 2.2.0 - 21-04-2021
|
74 | 79 |
|
75 |
| - * Add cache support for cloudflare worker |
| 80 | +* Add cache support for cloudflare worker |
76 | 81 |
|
77 | 82 | ## 2.1.1 - 16-03-2021
|
78 | 83 |
|
79 |
| - * Dependencies update |
| 84 | +* Dependencies update |
80 | 85 |
|
81 | 86 | ## 2.1.0 - 02-02-2021
|
82 | 87 |
|
83 |
| - * Allow to globally ignore and copy specific query parameter |
84 |
| - * Add client ip to log |
85 |
| - * Extract ip from forwraded header in log |
| 88 | +* Allow to globally ignore and copy specific query parameter |
| 89 | +* Add client ip to log |
| 90 | +* Extract ip from forwraded header in log |
86 | 91 |
|
87 | 92 | ## 2.0.0 - 11-01-2021
|
88 | 93 |
|
89 |
| - * Initial stable version of libredirectionio |
| 94 | +* Initial stable version of libredirectionio |
0 commit comments