Skip to content

Release v1.7.0

Choose a tag to compare

@github-actions github-actions released this 15 Aug 10:25
· 55 commits to master since this release

Release v1.7.0

Changelog

Added

  • Cold-start skip for database-backed consent: when the main request carries _nowo_site_backup_schema_exists: false (shared with Site Backup Bundle) or _nowo_cookie_consent_schema_ready: false, config resolution, form handling, and nowo_cookie_consent_should_render() skip Doctrine work. See Nowo\CookieConsentBundle\Http\ColdStartRequestAttributes.

Documentation

  • Site Backup interoperability and cold-start attributes documented in UPGRADING, CONFIGURATION, and USAGE.