8000 Releases · nitrojs/nitro · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: nitrojs/nitro

v2.11.12

13 May 10:35
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🩹 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

  • cloudflare: Add deployConfig and prefer modules (#3259)
  • Add workspaceDir config option (#3347)

❤️ Contributors

v2.11.11

28 Apr 10:25
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • static: Remove id from 404 statusMessage (#3338)

v2.11.10

27 Apr 17:08
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🩹 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

  • Correct example paths for serverAssets option (#3315)
  • azure: Build command missing run (#3313)

❤️ Contributors

v2.11.9

10 Apr 18:16
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • cludflare-module: Respect baseURL for public output assets (#3280, #3283)
  • Add unenv aliases for process/ and string_decoder/ (#3273)

💅 Refactors

  • openapi: Allow extensible x- properties in $globals (#3278)
  • Allow setting dotenv config for loadOptions (#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

v2.11.8

26 Mar 12:22
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • dev: Conditionally set headers for error handler (#3249)
  • aws-lambda: Aws-lambda-streaming set-cookie headers (#3236)
  • config: Resolve srcDir relative to rootDir (#3250)

📦 Build

  • Inline openapi-typescript types to reduce install size by 39MB (#3252)

❤️ Contributors

v2.11.7

18 Mar 22:18
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🆙 Updates

  • cloudflare: Update node.js compatibility (node:crypto and node: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

  • Update internal hash utils order (#3227)
  • Update scalar types (10c8e534)

📖 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

v2.11.6

08 Mar 23:19
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Update unenv and cloudflare node compat (#3187) (unenv rc.13 + rc.14)
  • dev: Use port for bun on windows (#3188)

💅 Refactors

  • Remove extra space in logs (#3181)
  • Remove dependency on unenv mock utils (#3186)

📖 Documentation

  • deploy: Add warning about turborepo and zero config (#3182)
  • Minor fixes (#3183, #3184)

❤️ Contributors

v2.11.5

07 Mar 13:15
@pi0 pi0
231c516
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • dev: Use abstract sockets on linux with node.js >=20 (#3178)
  • dev: Use os tmp dir for unix sockets (#3179)

📦 Build

  • Use upstream youch back (#3175)

🌊 Types

  • Mark $global optional for NitroRouteMeta (#3174)

❤️ Contributors

  • Pooya Parsa
  • Léo Pradel

v2.11.4

07 Mar 01:29
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • dev: Auto fallback to port if socket listening failed (#3165)
  • dev: Try normal socket for CI (a4569493)
  • dev: Polyfill globalThis.crypto for Node.js 18 (#3166, #3168)
  • cli: Add globalThis.crypto polyfill for Node.js 18 (#3167)

📦 Build

  • Use youch-redist (#3172)

v2.11.3

06 Mar 12:33
@pi0 pi0
Compare
Choose a tag to compare

compare changes

  • cloudflare: Support wrangler.jsonc (#3162)
  • Expose default error to custom handler (#3161)
  • Only show force close warn in debug mode (06147e7a)
0