|
| 1 | +## 2.9.0 - 28-05-2024 |
| 2 | + |
| 3 | +* Update libredirectionio to 2.11.2 |
| 4 | + |
1 | 5 | ## 2.8.0 - 06-02-2024
|
2 | 6 |
|
3 | 7 | * Update libredirectionio to 2.10.0
|
|
28 | 32 |
|
29 | 33 | ## 2.4.2 - 23-11-2022
|
30 | 34 |
|
31 |
| - * Allow libredirectionio to modify the `Content-Type` header |
32 |
| - * Fix using a unix socket for the agent connection |
| 35 | +* Allow libredirectionio to modify the `Content-Type` header |
| 36 | +* Fix using a unix socket for the agent connection |
33 | 37 |
|
34 | 38 | ## 2.4.1 - 27-10-2022
|
35 | 39 |
|
36 | 40 | * Support gzip compression when filtering body, by updating libredirectionio deps
|
37 | 41 |
|
38 | 42 | ## 2.4.0 - 07-07-2022
|
39 | 43 |
|
40 |
| - * Fix a bug when multiple rules where used with a backend status code trigger |
| 44 | +* Fix a bug when multiple rules where used with a backend status code trigger |
41 | 45 |
|
42 | 46 | ## 2.3.0 - 13-04-2022
|
43 | 47 |
|
44 |
| - * Add the `RedirectionioTrustedProxies` configuration directive for correct ip matching - ([see the documentation](https://redirection.io/documentation/developer-documentation/apache-module#redirectioniotrustedproxies)) |
45 |
| - * Add support for the IP address trigger (requires the version 2.3 of the agent) |
46 |
| - * Add support for the robots.txt action (requires the version 2.3 of the agent) |
47 |
| - * Add the possibility to disable log for a specific request using a rule (requires the version 2.3 of the agent) |
48 |
| - * Add support for logging the `Content-Type` response header |
| 48 | +* Add the `RedirectionioTrustedProxies` configuration directive for correct ip |
| 49 | + matching - ([see the documentation](https://redirection.io/documentation/developer-documentation/apache-module#redirectioniotrustedproxies)) |
| 50 | +* Add support for the IP address trigger (requires the version 2.3 of the agent) |
| 51 | +* Add support for the robots.txt action (requires the version 2.3 of the agent) |
| 52 | +* Add the possibility to disable log for a specific request using a rule (requires the version 2.3 of the agent) |
| 53 | +* Add support for logging the `Content-Type` response header |
49 | 54 |
|
50 | 55 | ## 2.2.2 - 22-09-2021
|
51 | 56 |
|
52 |
| - * new release, for new distributions (debian 11 bullseye, and latest ubuntu) |
| 57 | +* new release, for new distributions (debian 11 bullseye, and latest ubuntu) |
53 | 58 |
|
54 | 59 | ## 2.2.0 - 06-05-2021
|
55 | 60 |
|
56 |
| - * Add the `RedirectionioSetHeader` directive - ([see the documentation](https://redirection.io/documentation/developer-documentation/apache-module#redirectioniosetheader)) |
57 |
| - * Add connection pool management options to the `RedirectionioPass` directive: `min_conns`, `keep_conns`, `max_conns` and `timeout` - ([see the documentation](https://redirection.io/documentation/developer-documentation/apache-module#redirectioniopass)) |
| 61 | +* Add the `RedirectionioSetHeader` |
| 62 | + directive - ([see the documentation](https://redirection.io/documentation/developer-documentation/apache-module#redirectioniosetheader)) |
| 63 | +* Add connection pool management options to the `RedirectionioPass` directive: `min_conns`, `keep_conns`, `max_conns` |
| 64 | + and `timeout` - ([see the documentation](https://redirection.io/documentation/developer-documentation/apache-module#redirectioniopass)) |
58 | 65 |
|
59 | 66 | ## 2.1.0 - 02-02-2021
|
60 | 67 |
|
61 |
| - * Pass the client IP address to the agent |
62 |
| - * Better management of possible module conflicts |
| 68 | +* Pass the client IP address to the agent |
| 69 | +* Better management of possible module conflicts |
63 | 70 |
|
64 | 71 | ## 2.0.0 - 11-01-2021
|
65 | 72 |
|
66 |
| - * Send proxy version in logs |
67 |
| - * Send content-type in logs |
68 |
| - * Use 2.0.0 version of [libredirection](https://github.com/redirectionio/libredirectionio): more matching and actions available |
69 |
| - * **[BC BREAK]** New proxy protocol: please update the agent when updating the proxy to the 2.0 branch |
| 73 | +* Send proxy version in logs |
| 74 | +* Send content-type in logs |
| 75 | +* Use 2.0.0 version of [libredirection](https://github.com/redirectionio/libredirectionio): more matching and actions |
| 76 | + available |
| 77 | +* **[BC BREAK]** New proxy protocol: please update the agent when updating the proxy to the 2.0 branch |
70 | 78 |
|
71 | 79 | ## 0.3.2 - 25-02-2019
|
72 | 80 |
|
73 |
| - * Fix bad response status code in log when using apache rewrite module |
| 81 | +* Fix bad response status code in log when using apache rewrite module |
74 | 82 |
|
75 | 83 | ## 0.3.1 - 19-02-2019
|
76 | 84 |
|
77 |
| - * Fix default endpoint for agent when it's not set |
| 85 | +* Fix default endpoint for agent when it's not set |
78 | 86 |
|
79 | 87 | ## 0.3.0 - 15-02-2019
|
80 | 88 |
|
81 |
| - * Send request method in logs |
82 |
| - * Add support for filtering header and body response with the agent |
| 89 | +* Send request method in logs |
| 90 | +* Add support for filtering header and body response with the agent |
83 | 91 |
|
84 | 92 | ## 0.2.0 - 18-01-2019
|
85 | 93 |
|
86 |
| - * Add support for matching redirection on response status code |
87 |
| - * Stability improvements |
| 94 | +* Add support for matching redirection on response status code |
| 95 | +* Stability improvements |
88 | 96 | * Fix potential segfault when receiving bad response from agent
|
89 | 97 | * Fix memory leak issues
|
90 | 98 |
|
91 | 99 | ## 0.1.0 - 15-11-2018
|
92 | 100 |
|
93 |
| - * Initial release |
| 101 | +* Initial release |
0 commit comments