Skip to content

Release-v0.7.1

Latest

Choose a tag to compare

@LibirSoft LibirSoft released this 11 Apr 19:57
57c8f64
  • Added routePattern property to context. This allows middleware and tools like OTel to produce low-cardinality identifiers using the matched route pattern (e.g., /users/:id) instead of raw URLs.
  • Extended registerHTMLRoute() with controllerName and controllerBasePath parameters. Adapters can now properly log and track FrontendController routes.
  • Added controllerBasePath to PreparedHTMLRoute interface.
  • Switched PrepareScheduleService import to barrel export.