@@ -4,6 +4,27 @@ All notable changes to EngineScript will be documented in this file.
44
55Changes are organized by date, with the most recent changes listed first.
66
7+ ## 2025-10-21
8+
9+ ### 🔄 CACHE MANAGEMENT IMPROVEMENTS
10+
11+ - ** Enhanced FastCGI Cache Clearing** : Improved ` clear_nginx_cache() ` function with proper worker signaling
12+ - ** Reliable Deletion** : Uses find command to delete cached files while preserving directory structure
13+ - ** Worker Notification** : Added nginx reload signal to notify worker processes of cache changes
14+ - ** Robust Error Handling** : Enhanced validation and directory existence checking
15+ - ** Cookie Map Expansion** : Added 11 missing cookies to ` map-cache.conf ` for comprehensive cache bypass coverage:
16+ - ** Authentication** : ` amazon_Login_ ` , ` duo_wordpress_auth_cookie ` , ` duo_secure_wordpress_auth_cookie `
17+ - ** Session Management** : ` S+ESS ` , ` SimpleSAML ` , ` PHPSESSID ` , ` bookly ` , ` fbs `
18+ - ** Community Features** : ` bp_completed_create_steps ` , ` bp_new_group_id `
19+ - ** Map Organization** : Alphabetized entire cookie map for improved maintainability and duplicate prevention
20+ - ** Pattern Coverage** : Total of 40+ cookie patterns now cover authentication, sessions, shopping carts, memberships, and plugin-specific cookies
21+
22+ ### 🐛 BUILD SYSTEM IMPROVEMENTS
23+
24+ - ** Patch Format Compliance** : Fixed nginx patches to comply with POSIX standards
25+ - ** Trailing Newline** : Ensured all patch files end with proper newline character
26+ - ** Warning Resolution** : Eliminated "patch unexpectedly ends in middle of line" warnings during compilation
27+
728## 2025-10-14
829
930### 🔧 UPDATE SYSTEM IMPROVEMENTS
0 commit comments