Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

41 lines (24 loc) · 1.26 KB

Change Log

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

  • Added support to pass CACHE_EXPIRATION_TIME environment variable

Changed

  • 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

  • Added an ability to purge all cache by sending Cache-Control: must-revalidate or Clear-Site-Data: * header to the prerender request

1.0.0 - 2021-10-05

Added

  • 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