Revision history for Plack-App-Prerender:
v0.3.0 2026-07-27 18:09:12+01:00 Europe/London
[Security]
- Requests with no forward slash are now blocked, as these may allow the host to be changed (CVE-2026-17552).
[Documentation]
- Updated AUTHOR email address.
- Update copyright year.
- Added a SECURITY CONSIDERATIONS section.
- Fixed typos.
- Updated README with the UsefulReadme plugin.
[Tests]
- Tests changed to use example.com as httpbin.org is not responding.
- Tests will adapt when the external server is responding with HTTP 5xx errors.
- Add more author tests.
[Toolchain]
- Update the Dist::Zilla configuration.
- Releases are signed with SigStore.
v0.2.0 2020-10-18 12:13:43+01:00 Europe/London
[Enhancements]
- The request and response attributes can take a hash reference
of headers to forward.
- The cache is now optional, GH#3.
[Tests]
- Ensure chrome services are closed when tests finish.
- Skip tests if Chrome browser cannot be started.
v0.1.2 2020-10-14 15:01:42+01:00 Europe/London
[Bug Fixes]
- The User-Agent header is forwarded as X-Forwarded-User-Agent, GH#1.
- Use the minimum of Cache-Control max-age and the configured max_age
when caching pages, GH#2.
[Documentation]
- Documented the forwarded headers for the request and response
attributes.
v0.1.1 2020-10-12 22:53:31+01:00 Europe/London
[Toolchain]
- Fixed dist.ini configuration.
v0.1.0 2020-10-12 22:33:31+01:00 Europe/London
- First version released on CPAN.