Skip to content

Releases: nelmio/NelmioSecurityBundle

v3.3.0

10 Apr 08:12
6a6c75e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.0...v3.3.0

v3.2.0

08 Mar 09:00
b9b68b4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.1...v3.2.0

v3.1.1

17 Jan 14:33
9ae9fab
Compare
Choose a tag to compare

Full Changelog: v3.1.0...v3.1.1

v3.1.0

03 Dec 08:46
Compare
Choose a tag to compare
  • Fixed overriding CSP header
  • Dropped support for Symfony < 5.4
  • Added support for Symfony 7

v3.0.0

17 Mar 07:33
34699d4
Compare
Choose a tag to compare
v3.0.0

v3.0.0-alpha.1

23 Feb 06:38
39a523c
Compare
Choose a tag to compare
v3.0.0-alpha.1 Pre-release
Pre-release
  • Bump minimal PHP version to 7.4
  • Dropped support for Symfony < 4.4
  • Dropped support for Twig 1
  • Removed DoctrineCacheUAFamilyParser (use PsrCacheUAFamilyParser instead)
  • All classes have been marked as final
  • Renamed WhitelistBasedTargetValidator class to AllowListBasedTargetValidator
  • Removed CookieSessionHandler
  • Allowed to define host restriction for clickjacking protection

v2.12.0

23 Feb 06:21
Compare
Choose a tag to compare
  • Filter moz-extension reports
  • Log user agent along with CSP report
  • Deprecated external_redirects.whitelist option in favor of external_redirects.allow_list
  • Deprecated forced_ssl.whitelist option in favor of forced_ssl.allow_list
  • Deprecated Nelmio\SecurityBundle\ContentSecurityPolicy\Violation\Event class in favor of
    Nelmio\SecurityBundle\ContentSecurityPolicy\Violation\ReportEvent.

v2.11.0

18 Jan 10:33
Compare
Choose a tag to compare
  • Added support for CSP "prefetch-src" directive
  • Added support for CSP "wasm-unsafe-eval" keyword
  • Added support for Symfony 6
  • Fixed deprecations warnings using PHP 8.1

v2.10.3

16 Mar 08:50
40d5ac1
Compare
Choose a tag to compare
  • Fixed Symfony 5 compatibility issues

v2.10.2

17 Feb 14:46
302b0f5
Compare
Choose a tag to compare
  • Fixed dependencies (allow installing on PHP 8 and explicitly require symfony/yaml)