Skip to content

Release v1.6.2

Choose a tag to compare

@github-actions github-actions released this 11 Aug 09:14
· 56 commits to master since this release

Release v1.6.2

Inventory query memoization and single form attach to avoid repeated Doctrine loads in the consent modal.

Changelog

Fixed

  • Cookie inventory Doctrine queries: memoize listForLocale / definition loads per request, use existsByConfig (COUNT) for presence checks instead of loading all rows twice, attach inventory once on the consent form view, and filter category tables from that list in form themes.

Documentation

  • Noted inventory query reduction in UPGRADING / RELEASE history.