Skip to content

0.8.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@matthew-shaw matthew-shaw released this 03 Sep 12:39
· 5 commits to main since this release
34e2df9

Added

  • Uses NGINX as a reverse proxy server to:
    • Serve the application over HTTPS using TLS 1.3 and a self-signed SSL certificate
    • Serve static assets directly from disk with far-future expiry for effective HTTP caching
    • Set Content Security Policy, Permissions Policy, Strict Transport Security and other HTTP security headers
    • Compress all response MIME types with gzip
  • Support for GOV.UK Frontend v5.6.0
  • Service Navigation component demo page

Changed

  • Updated requirements to latest at time of release
  • Use pip-audit instead of safety for dependency scanning

Removed

  • Dependencies on brotli, flask-compress, flask-talisman and safety