Skip to content

Commit 14e670f

Browse files
committed
chore(release): prepare new release
1 parent 07154c7 commit 14e670f

File tree

3 files changed

+41
-35
lines changed

3 files changed

+41
-35
lines changed

.github/workflows/beta-release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
- focal
1717
- jammy
1818
- noble
19-
- centos_7
20-
- centos_8
19+
- centos_9
2120
steps:
2221
-
2322
name: Set version

.github/workflows/stable-release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
- focal
1717
- jammy
1818
- noble
19-
- centos_7
20-
- centos_8
19+
- centos_9
2120
steps:
2221
-
2322
name: Set version

CHANGELOG.md

+39-31
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.9.0 - 28-05-2024
2+
3+
* Update libredirectionio to 2.11.2
4+
15
## 2.8.0 - 06-02-2024
26

37
* Update libredirectionio to 2.10.0
@@ -18,87 +22,91 @@
1822

1923
## 2.4.2 - 23-11-2022
2024

21-
* Allow libredirectionio to modify the `Content-Type` header
25+
* Allow libredirectionio to modify the `Content-Type` header
2226

2327
## 2.4.1 - 27-10-2022
2428

25-
* Support gzip compression when filtering body, by updating libredirectionio deps
29+
* Support gzip compression when filtering body, by updating libredirectionio deps
2630

2731
## 2.4.0 - 07-07-2022
2832

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
3034

3135
## 2.3.0 - 13-04-2022
3236

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
3944

4045
## 2.2.2 - 22-09-2021
4146

42-
* new release, for new distributions (debian 11 bullseye, and latest ubuntu)
47+
* new release, for new distributions (debian 11 bullseye, and latest ubuntu)
4348

4449
## 2.2.1 - 11-05-2021
4550

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
4752

4853
## 2.2.0 - 06-05-2021
4954

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))
5259

5360
## 2.1.1 - 16-04-2021
5461

55-
* Fix double content encoding header in some edge cases
62+
* Fix double content encoding header in some edge cases
5663

5764
## 2.1.0 - 02-02-2021
5865

59-
* Pass the client IP address to the agent
66+
* Pass the client IP address to the agent
6067

6168
## 2.0.1 - 11-01-2021
6269

63-
* Move redirectionio to access phase instead of pre access phase
70+
* Move redirectionio to access phase instead of pre access phase
6471

6572
## 2.0.0 - 11-01-2021
6673

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
7179

7280
## 0.5.0 - 15-02-2019
7381

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
7785

7886
## 0.4.0 - 18-01-2019
7987

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
8290

8391
## 0.3.2 - 28-11-2018
8492

85-
* Open source module
93+
* Open source module
8694

8795
## 0.3.1 - 27-11-2018
8896

89-
* Stability fixes:
97+
* Stability fixes:
9098
* Avoid potential seg fault when reloading nginx
9199
* Fix memory leak issues
92100

93101
## 0.3.0 - 15-11-2018
94102

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
97105

98106
## 0.2.0 - 14-11-2018
99107

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`)
101109

102110
## 0.1.0 - 31-10-2018
103111

104-
* Initial release
112+
* Initial release

0 commit comments

Comments
 (0)