Skip to content

Release v2.0.7

Choose a tag to compare

@github-actions github-actions released this 02 Feb 07:35

feat: Enhance access records with route parameters and path

  • Added route_params (JSON) and route_path (VARCHAR 2048) fields to RouteDataRecord for improved access tracking.
  • Updated the Access Records UI to display a clickable Path column and include parameters in CSV/JSON exports.
  • Modified related services, controllers, and message handlers to support the new fields.
  • Updated documentation and changelog to reflect these changes and provide migration instructions.

Changelog

Added

  • Access records: route params and path – Each RouteDataRecord now stores the route parameters (route_params, JSON) and the request path (route_path, VARCHAR 2048) for the specific access. The Access Records table shows a Path column with a clickable link to the exact URL that was hit (e.g. /user/123). When path is not available, params are shown as JSON. CSV and JSON exports include path and params. Run php bin/console nowo:performance:create-records-table --update or nowo:performance:sync-schema after updating.

See UPGRADING for migration steps.


Commits

  • feat: Enhance access records with route parameters and path (089aa83)
  • Merge branch 'main' of github.com:nowo-tech/PerformanceBundle into main (ec11dee)
  • Apply PHP CS Fixer fixes [skip ci] (2657ad1)