Releases: zpg6/opennextjs-azure
Releases · zpg6/opennextjs-azure
v0.1.4
v0.1.3
[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
immutablewith 1-year cache, other assets havemust-revalidate). - Static asset redirects now conditionally set cache headers based on file path (only _next/static files get immutable cache).
_next/datafiles 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
/assetscontainer path in font URLs, fixing 400 errors for fonts referenced in stylesheets. - View logs quick action now recommends using
npx opennextjs-azure@latest tailto access live logs in the Azure Portal.
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
Full Changelog: v0.1.1...v0.1.2
Allows for better testing:
health: All 10 checks passed on existing deploymentdelete: Resource group deleted successfully (waited for completion)build: Next.js app built successfullydeploy: App redeployed successfully (same resource group name reused)health: All 10 checks passed on fresh deployment
v0.1.1
[0.1.1] - 2025-10-29
Initial Release!
Added
- CI workflow for building library.
- CI workflow for building example application.
- Application Insights integration for logs and monitoring.
- Log stream quick access from CLI via
tailcommand. - Auto-registration of
Microsoft.AlertsManagementresource provider. - Basic example application demonstrating usage.
- README and LICENSE documentation.
- Documentation on Azure resources used by the project.
- Documentation noting Application Insights as default monitoring solution.
- Instructions for how basic-app example was generated.
Fixed
.open-nextfolder now properly cleaned on each build.- Bundler issues with
console.errorstatements. - Bicep template synchronization during deployment.
- Relative paths for configuration imports.
create-next-appusage must avoid using turbopack flag.- Stream handling now properly awaited.
Full Changelog: https://github.com/zpg6/opennextjs-azure/commits/v0.1.1