Never miss a release that matters
AI-powered summaries of every GitHub release.
AI Summaries
Changelogs condensed into clear, actionable insights.
Always Free
Track up to 5 packages at no cost, forever.
Weekly Digest
A curated summary of every release, delivered weekly.
nitrojs/nitrov3.xprerelease
TL;DR
Nitro now allows customizing build commands for framework previews and deployments, offering greater flexibility in your development workflow.
New
- Customize build commands for framework previews and deployments.
- Configure a default preset to streamline project setup.
Fixes Worth Knowing
- TypeScript extension handling is improved, resolving issues with type checking.
- Documentation updates clarify paths to H3 (server framework) v2 documentation and improve the quick-start guide.
v3.0.260603-betav3.0.260603-beta
Jun 3, 2026v3.0.260522-betav3.0.260522-beta
May 22, 2026v3.0.260429-betav3.0.260429-beta
Apr 29, 2026v3.0.260415-betav3.0.260415-beta
Apr 15, 2026v3.0.260311-betav3.0.260311-beta
Mar 11, 2026v3.0.1-alpha.2v3.0.1-alpha.2
Jan 21, 2026v3.0.1-alpha.1v3-alpha.1
Nov 10, 2025v3.0.1-alpha.0v3 alpha
Oct 11, 2025nitrojs/nitrov2.x
TL;DR
Nitro now includes security fixes for route rules, preventing potential open redirects and ensuring requests are within defined scopes.
Fixes Worth Knowing
- Route Rules: Improved security by rejecting out-of-scope requests and preventing open redirects via protocol-relative URLs. (Security vulnerability)
v2.13.4v2.13.4
Apr 29, 2026v2.13.3v2.13.3
Apr 2, 2026v2.13.2v2.13.2
Mar 20, 2026v2.13.1v2.13.1
Jan 15, 2026v2.13.0v2.13.0
Jan 8, 2026v2.12.9v2.12.9
Oct 28, 2025v2.12.8v2.12.8
Oct 23, 2025v2.12.7v2.12.7
Oct 7, 2025v2.12.6v2.12.6
Sep 11, 2025v2.12.5v2.12.5
Sep 2, 2025v2.12.4v2.12.4
Jul 22, 2025v2.12.3v2.12.3
Jul 17, 2025v2.12.2v2.12.2
Jul 16, 2025v2.12.1v2.12.1
Jul 16, 2025v2.12.0v2.12.0
Jul 15, 2025v2.11.13v2.11.13
Jun 25, 2025v2.11.12v2.11.12
May 13, 2025v2.11.11v2.11.11
Apr 28, 2025v2.11.10v2.11.10
Apr 27, 2025v2.11.9v2.11.9
Apr 10, 2025v2.11.8v2.11.8
Mar 26, 2025v2.11.7v2.11.7
Mar 18, 2025v2.11.6v2.11.6
Mar 8, 2025v2.11.5v2.11.5
Mar 7, 2025v2.11.4v2.11.4
Mar 7, 2025v2.11.3v2.11.3
Mar 6, 2025v2.11.2v2.11.2
Mar 5, 2025v2.11.1v2.11.1
Mar 5, 2025v2.10.4v2.10.4
Nov 8, 2024v2.10.3v2.10.3
Nov 5, 2024v2.10.2v2.10.2
Nov 3, 2024v2.10.1v2.10.1
Nov 2, 2024v2.9.7v2.9.7
Jun 27, 2024v2.9.6v2.9.6
Apr 2, 2024v2.9.5v2.9.5
Mar 25, 2024v2.9.4v2.9.4
Mar 15, 2024v2.9.3v2.9.3
Mar 10, 2024v2.9.2v2.9.2
Mar 8, 2024v2.9.1v2.9.1
Feb 29, 2024v2.9.0v2.9.0
Feb 28, 2024v2.8.1v2.8.1
Nov 29, 2023v2.8.0v2.8.0
Nov 20, 2023v2.7.2v2.7.2
Oct 28, 2023v2.7.1v2.7.1
Oct 26, 2023v2.7.0v2.7.0
Oct 19, 2023v2.6.3v2.6.3
Sep 7, 2023v2.6.2v2.6.2
Aug 27, 2023v2.6.1v2.6.1
Aug 25, 2023v2.6.0v2.6.0
Aug 23, 2023v2.5.2v2.5.2
Jun 28, 2023v2.5.1v2.5.1
Jun 22, 2023v2.5.0v2.5.0
Jun 21, 2023v2.4.1v2.4.1
May 16, 2023v2.4.0v2.4.0
May 5, 2023v2.3.3v2.3.3
Apr 11, 2023v2.3.2v2.3.2
Mar 22, 2023v2.3.1v2.3.1
Mar 13, 2023v2.3.0v2.3.0
Mar 13, 2023v2.2.3v2.2.3
Mar 1, 2023v2.2.2v2.2.2
Mar 1, 2023v2.2.1v2.2.1
Mar 1, 2023v2.2.0v2.2.0
Feb 8, 2023v2.1.0v2.1.0
Feb 8, 2023v2.0.0v2.0.0
Jan 24, 2023nitrojs/nitrov0.x
TL;DR
Nitro now supports more granular caching control and route customization, improving performance and flexibility for serverless deployments (serverless functions).
Breaking
routeOptionshas been renamed torouteRules(configuration setting).- H3 dependency updated to version 0.8.x (HTTP handler).
New
- Route Rules: Define
redirect,headers, andcorsdirectly within routes for finer-grained control. - Netlify ISR: Incremental Static Regeneration (ISR) and stale-while-revalidate (SWR) are now supported on Netlify deployments.
Fixes Worth Knowing
- Resolved issues with external dependency tracing and file paths.
- Fixed a bug where raw request bodies on Azure deployments were incorrectly parsed as JSON.
- Improved cache invalidation logic to handle error status codes and undefined bodies.
Before You Upgrade
- Update your configuration to use
routeRulesinstead ofrouteOptions. - Review H3 release notes for any necessary adjustments to your code.