Start Here
What Changed
High-level changes covered by the latest GoLazy guides.
Latest overview
The v0.1.5 guides focus on production asset behavior and smoother controller rendering:
- Public files now go through
lazyassets, which computes content hashes, ETags, integrity values, and permanent asset URLs. - Templates can call
asset_pathfor fingerprinted URLs andasset_integrityfor the matching SHA-256 integrity value. - Permanent asset URLs use an immutable cache policy because the URL changes whenever the served bytes change.
- Stylesheets rewrite local
url(...)references to permanent asset URLs. - Controller actions can rely on automatic view rendering when they set data and return without writing a response.
- Eligible dynamic route responses receive route-scoped ETags without buffering public asset responses.
Read Views and Layouts for asset helpers and rendering behavior. Read Embedding and Deployment for asset fingerprinting and cache policy.