Skip to content

Commit 72c0344

Browse files
committed
ci: update changelogs for 1.2
1 parent 45e5ae5 commit 72c0344

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
nginx-lua-anti-ddos-challenge (1.2-1) stable; urgency=medium
2+
- Fixed both guest and logged in user cache
3+
- Fixed POST request caching
4+
- Change default value to false in-case other scripts are present on the Nginx server to be executed after this script.
5+
- Improved content cache key so it works with other request types like POST etc
6+
7+
-- C0nw0nk <C0nw0nk@github> Sat, 23 Aug 2025 00:00:00 +0000
8+
19
nginx-lua-anti-ddos-challenge (1.1-1) stable; urgency=medium
210
- Added Feature Content-Type Caching using ngx.location.capture
311
- This is the same as `proxy_cache` or `fastcgi_cache` in nginx just more features and better.

rpm/anti_ddos_challenge.spec

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

6767
# Auto added - DONT REMOVE
6868
%changelog
69+
* Sat Aug 23 2025 C0nw0nk <C0nw0nk@github> - 1.2-1
70+
- Fixed both guest and logged in user cache
71+
- Fixed POST request caching
72+
- Change default value to false in-case other scripts are present on the Nginx server to be executed after this script.
73+
- Improved content cache key so it works with other request types like POST etc
6974
* Wed Aug 20 2025 C0nw0nk <C0nw0nk@github> - 1.1-1
7075
- Added Feature Content-Type Caching using ngx.location.capture
7176
- This is the same as `proxy_cache` or `fastcgi_cache` in nginx just more features and better.

0 commit comments

Comments
 (0)