|
| 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 |
|
18 | 22 |
|
19 | 23 | ## 2.4.2 - 23-11-2022 |
20 | 24 |
|
21 | | - * Allow libredirectionio to modify the `Content-Type` header |
| 25 | +* Allow libredirectionio to modify the `Content-Type` header |
22 | 26 |
|
23 | 27 | ## 2.4.1 - 27-10-2022 |
24 | 28 |
|
25 | | - * Support gzip compression when filtering body, by updating libredirectionio deps |
| 29 | +* Support gzip compression when filtering body, by updating libredirectionio deps |
26 | 30 |
|
27 | 31 | ## 2.4.0 - 07-07-2022 |
28 | 32 |
|
29 | | - * Fix a bug when multiple rules where used with a backend status code trigger |
| 33 | +* Fix a bug when multiple rules where used with a backend status code trigger |
30 | 34 |
|
31 | 35 | ## 2.3.0 - 13-04-2022 |
32 | 36 |
|
33 | | - * Add the `redirectionio_trusted_proxies` configuration directive for correct ip matching - ([see the documentation](https://redirection.io/documentation/developer-documentation/nginx-module#redirectionio-trusted-proxies)) |
34 | | - * Add support for the IP address trigger (requires the version 2.3 of the agent) |
35 | | - * Add support for the robots.txt action (requires the version 2.3 of the agent) |
36 | | - * Add the possibility to disable log for a specific request using a rule (requires the version 2.3 of the agent) |
37 | | - * Fix an issue when a rule was serving a 200 response without the backend being called |
38 | | - * Better options for sockets management in the dialog with the agent |
| 37 | +* Add the `redirectionio_trusted_proxies` configuration directive for correct ip |
| 38 | + matching - ([see the documentation](https://redirection.io/documentation/developer-documentation/nginx-module#redirectionio-trusted-proxies)) |
| 39 | +* Add support for the IP address trigger (requires the version 2.3 of the agent) |
| 40 | +* Add support for the robots.txt action (requires the version 2.3 of the agent) |
| 41 | +* Add the possibility to disable log for a specific request using a rule (requires the version 2.3 of the agent) |
| 42 | +* Fix an issue when a rule was serving a 200 response without the backend being called |
| 43 | +* Better options for sockets management in the dialog with the agent |
39 | 44 |
|
40 | 45 | ## 2.2.2 - 22-09-2021 |
41 | 46 |
|
42 | | - * new release, for new distributions (debian 11 bullseye, and latest ubuntu) |
| 47 | +* new release, for new distributions (debian 11 bullseye, and latest ubuntu) |
43 | 48 |
|
44 | 49 | ## 2.2.1 - 11-05-2021 |
45 | 50 |
|
46 | | - * fix rare occurrence of agent socket not available for writing after starting the connection |
| 51 | +* fix rare occurrence of agent socket not available for writing after starting the connection |
47 | 52 |
|
48 | 53 | ## 2.2.0 - 06-05-2021 |
49 | 54 |
|
50 | | - * Add the `redirectionio_set_header` directive - ([see the documentation](https://redirection.io/documentation/developer-documentation/nginx-module#redirectionio-set-header)) |
51 | | - * Add connection pool management options to the `redirectionio_pass` directive: `min_conns`, `keep_conns`, `max_conns` and `timeout` - ([see the documentation](https://redirection.io/documentation/developer-documentation/nginx-module#redirectionio-pass)) |
| 55 | +* Add the `redirectionio_set_header` |
| 56 | + directive - ([see the documentation](https://redirection.io/documentation/developer-documentation/nginx-module#redirectionio-set-header)) |
| 57 | +* Add connection pool management options to the `redirectionio_pass` directive: `min_conns`, `keep_conns`, `max_conns` |
| 58 | + and `timeout` - ([see the documentation](https://redirection.io/documentation/developer-documentation/nginx-module#redirectionio-pass)) |
52 | 59 |
|
53 | 60 | ## 2.1.1 - 16-04-2021 |
54 | 61 |
|
55 | | - * Fix double content encoding header in some edge cases |
| 62 | +* Fix double content encoding header in some edge cases |
56 | 63 |
|
57 | 64 | ## 2.1.0 - 02-02-2021 |
58 | 65 |
|
59 | | - * Pass the client IP address to the agent |
| 66 | +* Pass the client IP address to the agent |
60 | 67 |
|
61 | 68 | ## 2.0.1 - 11-01-2021 |
62 | 69 |
|
63 | | - * Move redirectionio to access phase instead of pre access phase |
| 70 | +* Move redirectionio to access phase instead of pre access phase |
64 | 71 |
|
65 | 72 | ## 2.0.0 - 11-01-2021 |
66 | 73 |
|
67 | | - * Send proxy version in logs |
68 | | - * Send content-type in logs |
69 | | - * Use 2.0.0 version of [libredirection](https://github.com/redirectionio/libredirectionio): more matching and actions available |
70 | | - * **[BC BREAK]** New proxy protocol: please update the agent when updating the proxy to the 2.0 branch |
| 74 | +* Send proxy version in logs |
| 75 | +* Send content-type in logs |
| 76 | +* Use 2.0.0 version of [libredirection](https://github.com/redirectionio/libredirectionio): more matching and actions |
| 77 | + available |
| 78 | +* **[BC BREAK]** New proxy protocol: please update the agent when updating the proxy to the 2.0 branch |
71 | 79 |
|
72 | 80 | ## 0.5.0 - 15-02-2019 |
73 | 81 |
|
74 | | - * Send request method in logs |
75 | | - * Add support for filtering header and body response with the agent |
76 | | - * Fix compilation on C99 |
| 82 | +* Send request method in logs |
| 83 | +* Add support for filtering header and body response with the agent |
| 84 | +* Fix compilation on C99 |
77 | 85 |
|
78 | 86 | ## 0.4.0 - 18-01-2019 |
79 | 87 |
|
80 | | - * Improve stability of the module |
81 | | - * Add support for matching redirection on response status code |
| 88 | +* Improve stability of the module |
| 89 | +* Add support for matching redirection on response status code |
82 | 90 |
|
83 | 91 | ## 0.3.2 - 28-11-2018 |
84 | 92 |
|
85 | | - * Open source module |
| 93 | +* Open source module |
86 | 94 |
|
87 | 95 | ## 0.3.1 - 27-11-2018 |
88 | 96 |
|
89 | | - * Stability fixes: |
| 97 | +* Stability fixes: |
90 | 98 | * Avoid potential seg fault when reloading nginx |
91 | 99 | * Fix memory leak issues |
92 | 100 |
|
93 | 101 | ## 0.3.0 - 15-11-2018 |
94 | 102 |
|
95 | | - * Add connection pool to limit number of parallels connections on heavy usage |
96 | | - * Better timeout when agent not responding under a specific time |
| 103 | +* Add connection pool to limit number of parallels connections on heavy usage |
| 104 | +* Better timeout when agent not responding under a specific time |
97 | 105 |
|
98 | 106 | ## 0.2.0 - 14-11-2018 |
99 | 107 |
|
100 | | - * New package name (switch from `redirectionio-nginx-module` to `libnginx-mod-redirectionio`) |
| 108 | +* New package name (switch from `redirectionio-nginx-module` to `libnginx-mod-redirectionio`) |
101 | 109 |
|
102 | 110 | ## 0.1.0 - 31-10-2018 |
103 | 111 |
|
104 | | - * Initial release |
| 112 | +* Initial release |
0 commit comments