Skip to content

v0.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Sep 04:25
64c2cf5

0.4.0 (2026-09-07)

⚠ BREAKING CHANGES

  • UrlReferenceType::ABSOLUTE_URL, NETWORK_PATH and RELATIVE_PATH are removed. Each needs a request context — scheme, host, base path — and nothing in this framework holds any of it: zero occurrences of a base path, SCRIPT_NAME, a request context or an app.url key across the routing, runtime and web packages. They were declared before anything could render them, so asking for an absolute URL silently returned a path. See UPGRADING.md.

Features

  • reverse routing over the table the router already holds (#19) (74481eb)