All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.2.0 - 2021-07-01
- Added support to pass
CACHE_EXPIRATION_TIME
environment variable
- Only the
Clear-Site-Data: *
header purges all cache now - The
Cache-Control: must-revalidate
header removes only one page instead of flushing all caches
1.1.0 - 2022-05-13
- Added an ability to purge all cache by sending
Cache-Control: must-revalidate
orClear-Site-Data: *
header to the prerender request
1.0.0 - 2021-10-05
- Taken https://github.com/goprerender/prerender as a base
- Added support to pass
STORAGE_URL
environment variable - Dockerized goprerender server and storage
- Added docker-compose example and Makefile commands for faster setup