Skip to content

v0.1.3

Latest

Choose a tag to compare

@zpg6 zpg6 released this 03 Nov 16:33
· 1 commit to main since this release

[0.1.3] - 2025-11-03

Added

  • Health check now validates static asset cache headers are configured correctly.
  • Health check now performs HTTP request to verify Function App is responding (with response time).
  • Added image optimization support using Azure Blob Storage as cache and sharp for processing.

Fixed

  • Static assets on Azure Blob Storage now have proper cache-control headers (_next/static files have immutable with 1-year cache, other assets have must-revalidate).
  • Static asset redirects now conditionally set cache headers based on file path (only _next/static files get immutable cache).
  • _next/data files are no longer redirected to blob storage, allowing proper ISR cache handling through the function app.
  • CSS files are now patched during deployment to include /assets container path in font URLs, fixing 400 errors for fonts referenced in stylesheets.
  • View logs quick action now recommends using npx opennextjs-azure@latest tail to access live logs in the Azure Portal.

Full Changelog: v0.1.2...v0.1.3