Releases: magicpages/ghost-bunnycdn-perma-cache-purger
Releases · magicpages/ghost-bunnycdn-perma-cache-purger
v2.0.0
🚀 Version 2.0.0
Major rewrite focusing on performance and reliability.
✨ Added
- TypeScript strict type checking
- Configuration validation using Zod
- HTTP connection pooling for better performance
- Automatic retry mechanism for failed requests
- Detailed performance logging
- Docker development environment
- Health check endpoint
🔄 Changed
- Improved cache purging with parallel processing
- Better error handling with detailed error messages
- Modular code structure with separate concerns
- Optimized Bunny CDN API calls with concurrency limits
- Docker configuration simplified for better testing
🗑️ Removed
- Spam protection (not needed anymore)
- Body size limits
- Legacy callback-style code
- Direct environment variable usage without validation
v1.7.1
What's Changed
- change spam request checking for application/json requests only
Full Changelog: v1.6.2...v1.7.1
v1.7.0
What's Changed
- implement streaming instead of buffering to solve big file download issues
Full Changelog: v1.6.2...v1.7.0