Skip to content

Commit 4e2163c

Browse files
committed
ci: update changelogs for 2.0
1 parent 094aadd commit 4e2163c

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

debian/changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
nginx-lua-anti-ddos-challenge (2.0-1) stable; urgency=medium
2+
- Remove dependancy for ngx.re.gsub tests come back string.gsub is fast enough and performs better overall.
3+
- Improved cache logs to make more readable/understandable
4+
- Added extra details to Range, WAF and blocking logs
5+
- Remove un-needed custom command checks
6+
- Fix incase user does not want to use shared memory zones the function to obtain users real ip was not present added.
7+
8+
-- C0nw0nk <C0nw0nk@github> Thu, 11 Sep 2025 00:00:00 +0000
9+
110
nginx-lua-anti-ddos-challenge (1.9-1) stable; urgency=medium
211
- Move Internal headers to a function
312
- Do IP blocked/banned checks before anything else no point generating headers if IP has been blocked for flooding

rpm/anti_ddos_challenge.spec

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ fi
6666

6767
# Auto added - DONT REMOVE
6868
%changelog
69+
* Thu Sep 11 2025 C0nw0nk <C0nw0nk@github> - 2.0-1
70+
- Remove dependancy for ngx.re.gsub tests come back string.gsub is fast enough and performs better overall.
71+
- Improved cache logs to make more readable/understandable
72+
- Added extra details to Range, WAF and blocking logs
73+
- Remove un-needed custom command checks
74+
- Fix incase user does not want to use shared memory zones the function to obtain users real ip was not present added.
6975
* Wed Sep 10 2025 C0nw0nk <C0nw0nk@github> - 1.9-1
7076
- Move Internal headers to a function
7177
- Do IP blocked/banned checks before anything else no point generating headers if IP has been blocked for flooding

0 commit comments

Comments
 (0)