Releases: nitrojs/nitro
Releases · nitrojs/nitro
v2.11.12
🩹 Fixes
- dynamic-require: Update regexp for new webpack import pattern (#3339)
- aws-lambda-streaming: Handle undefined response body (#3346)
- Scan handlers when initialising nitro (6e1e4f7d)
💅 Refactors
- Better error for scanned dirs being a file (#3342)
📖 Documentation
❤️ Contributors
- David Mo (@unknown)
- Emily-shen (@emily-shen)
- Restent Ou (@gxres042)
- Kasparas Galdikas (@Kasparas-G55)
- Pooya Parsa (@pi0)
- McKittrick Kaminski (@mckamyk)
- Daniel Roe (@danielroe)
v2.11.11
v2.11.10
🩹 Fixes
- open-api: Load virtual files from rollup rather than fs (#3324)
- netlify-edge: Enable function caching (#3321)
- cloudflare: Inherit
context._platform
for direct fetch (#3336)
💅 Refactors
- cloudflare-durable: (experimental) Expose
publish
from durable object (#3305)
📖 Documentation
❤️ Contributors
- Pooya Parsa (@pi0)
- Thibault Vlacich (@ThibaultVlacich)
- Luis Peralta (@peralta)
- Daniel Roe (@danielroe)
- Balázs Németh (@zsilbi)
v2.11.9
🩹 Fixes
- cludflare-module: Respect
baseURL
for public output assets (#3280, #3283) - Add unenv aliases for
process/
andstring_decoder/
(#3273)
💅 Refactors
- openapi: Allow extensible
x-
properties in$globals
(#3278) - Allow setting
dotenv
config forloadOptions
(#3274) - cloudflare: Detect workers build ci (#3279)
- cloudflare: Enable node compat and deploy config progressively on new workers CI (#3284)
- Soft warning for compatibility date (#3292)
- cloudflare, deno-deploy: Update node compat (#3301)
- dev: Update
serve-static
to v2 (#3302)
📖 Documentation
- Add compatibility date info (#3290)
❤️ Contributors
- Pooya Parsa (@pi0)
- Felix Gabler (@felixgabler)
- Daniel Roe (@danielroe)
- Mukund Shah (@mukundshah)
v2.11.8
v2.11.7
🆙 Updates
- cloudflare: Update node.js compatibility (
node:crypto
andnode:tls
) (#3230) - netlify-edge: Update node.js compatibility (
node:sqlite
) (#3231) - minor dependency updates and removed unused dependencies (c24f39c2, ff9c4f08)
🩹 Fixes
- app: Import user code last to avoid initialization order issues (#3226)
- app: Only inherit
waitUntil
and platform context in direct fetch (#3224) - dev: Always propagate proxy errors (#3229)
💅 Refactors
📖 Documentation
- Use
server/
dir in all places (#2775) - deno-server: Add note for
compatibilityDate
(#3190) - netlify: Add note for
compatibilityDate
(#3189) - firebase: Add firebase-app-hosting (#3217)
- Updated callout (#3219)
❤️ Contributors
- Pooya Parsa (@pi0)
- Gerome Grignon (@geromegrignon)
- Ollie W (@ollie-bud)
- Restent Ou (@gxres042)
- @Yuangwang