Skip to content

Commit 651f655

Browse files
committed
ci: update changelogs for 1.1
1 parent 3f18dfb commit 651f655

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 (1.1-1) stable; urgency=medium
2+
- Added Feature Content-Type Caching using ngx.location.capture
3+
- This is the same as `proxy_cache` or `fastcgi_cache` in nginx just more features and better.
4+
- Added Feature HTML modification / Modify you can capture and modify pages outputs with this includding adding javascript to pages etc.
5+
- Added Feature option for users who have other scripts on their nginx server to be able to run those after this. `ngx_exit` trigger.
6+
- Fixed the shdict check i left it as a string `tostring` and a true or false check was not working properly.
7+
8+
-- C0nw0nk <C0nw0nk@github> Wed, 20 Aug 2025 00:00:00 +0000
9+
110
nginx-lua-anti-ddos-challenge (1.0-1) stable; urgency=medium
211
- Initial packaging (RPM and DEB) for anti_ddos_challenge.lua created and maintained by C0nw0nk (https://github.com/C0nw0nk)
312

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+
* Wed Aug 20 2025 C0nw0nk <C0nw0nk@github> - 1.1-1
70+
- Added Feature Content-Type Caching using ngx.location.capture
71+
- This is the same as `proxy_cache` or `fastcgi_cache` in nginx just more features and better.
72+
- Added Feature HTML modification / Modify you can capture and modify pages outputs with this includding adding javascript to pages etc.
73+
- Added Feature option for users who have other scripts on their nginx server to be able to run those after this. `ngx_exit` trigger.
74+
- Fixed the shdict check i left it as a string `tostring` and a true or false check was not working properly.
6975
* Sat Aug 09 2025 C0nw0nk <C0nw0nk@github> - 1.0-1
7076
- Initial packaging (RPM and DEB) for anti_ddos_challenge.lua created and maintained by C0nw0nk (https://github.com/C0nw0nk)
7177
* Sat Aug 09 2025 C0nw0nk <C0nw0nk@github> - 1.0-1

0 commit comments

Comments
 (0)