Skip to content

Commit 997984e

Browse files
committed
chore(release): v2.13.0
1 parent 28efb73 commit 997984e

2 files changed

Lines changed: 81 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,86 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## v2.13.0
6+
7+
[compare changes](https://github.com/nitrojs/nitro/compare/v2.12.9...v2.13.0)
8+
9+
### 🚀 Enhancements
10+
11+
- **vercel:** Add support for skew protection ([#3850](https://github.com/nitrojs/nitro/pull/3850))
12+
- **bun:** Support `NITRO_BUN_IDLE_TIMEOUT` env ([#3294](https://github.com/nitrojs/nitro/pull/3294))
13+
14+
### 🔥 Performance
15+
16+
- Limit concurrency for compressing public assets ([#3384](https://github.com/nitrojs/nitro/pull/3384))
17+
- Process static assets in parallel ([#3910](https://github.com/nitrojs/nitro/pull/3910))
18+
19+
### 🩹 Fixes
20+
21+
- **firebase:** Update gen 1 import to match latest sdk ([28406449](https://github.com/nitrojs/nitro/commit/28406449))
22+
- Correct `crypto` polyfill ([5caca6c0](https://github.com/nitrojs/nitro/commit/5caca6c0))
23+
- **vercel:** Handle ISR requests with `passQuery: true` ([#3539](https://github.com/nitrojs/nitro/pull/3539))
24+
- **dev:** Automatically use `Content-Encoding: gzip` for `.gz` static files ([#3381](https://github.com/nitrojs/nitro/pull/3381))
25+
- **static:** Add `vary: accept-encoding` for assets with compressed version ([#3443](https://github.com/nitrojs/nitro/pull/3443))
26+
- **dev:** Respect `opts.json` when `false` for error handler ([#3920](https://github.com/nitrojs/nitro/pull/3920))
27+
- **dev:** Apply headers from route rules for static assets ([c74d7a17](https://github.com/nitrojs/nitro/commit/c74d7a17))
28+
- Avoid long caching dev assets ([f059e4ba](https://github.com/nitrojs/nitro/commit/f059e4ba))
29+
- Use real pathname ([be316b49](https://github.com/nitrojs/nitro/commit/be316b49))
30+
- **vercel:** Avoid adding o11y links for prerendered paths ([#3927](https://github.com/nitrojs/nitro/pull/3927))
31+
- **cloudflare-durable:** Expose env bindings in durable handler ([#3931](https://github.com/nitrojs/nitro/pull/3931))
32+
33+
### 💅 Refactors
34+
35+
- Update `firebase-functions` type import ([d27fbe86](https://github.com/nitrojs/nitro/commit/d27fbe86))
36+
37+
### 📖 Documentation
38+
39+
- **vercel:** Uncomment `vercel.json` section ([c2d08819](https://github.com/nitrojs/nitro/commit/c2d08819))
40+
- Add versions select ([#3855](https://github.com/nitrojs/nitro/pull/3855))
41+
- Fix compatibilityDate value ([#3570](https://github.com/nitrojs/nitro/pull/3570))
42+
43+
### 📦 Build
44+
45+
- Update esbuild to 0.27 ([a0176dfa](https://github.com/nitrojs/nitro/commit/a0176dfa))
46+
- Update unwasm to 0.5 ([85b057b8](https://github.com/nitrojs/nitro/commit/85b057b8))
47+
- Update `@vercel/nft` to v1 ([5aeb9f89](https://github.com/nitrojs/nitro/commit/5aeb9f89))
48+
- Update `@rollup/plugin-commonjs` to v29 ([58d2ff13](https://github.com/nitrojs/nitro/commit/58d2ff13))
49+
- Update `@rollup/plugin-alias` to v6 ([3f493325](https://github.com/nitrojs/nitro/commit/3f493325))
50+
- Update globby to v16 ([7b8da4c0](https://github.com/nitrojs/nitro/commit/7b8da4c0))
51+
52+
### 🏡 Chore
53+
54+
- Update non major deps ([8421267e](https://github.com/nitrojs/nitro/commit/8421267e))
55+
- Update lockfile ([9954bcb9](https://github.com/nitrojs/nitro/commit/9954bcb9))
56+
- Apply automated updates ([aa7838cf](https://github.com/nitrojs/nitro/commit/aa7838cf))
57+
- Update dev deps ([2cefac59](https://github.com/nitrojs/nitro/commit/2cefac59))
58+
- Update pnpm ([156de31b](https://github.com/nitrojs/nitro/commit/156de31b))
59+
- Update deps ([b551976e](https://github.com/nitrojs/nitro/commit/b551976e))
60+
- Update deps ([7013d6aa](https://github.com/nitrojs/nitro/commit/7013d6aa))
61+
- Lint ([d9892e1a](https://github.com/nitrojs/nitro/commit/d9892e1a))
62+
- Fix type error ([1e9a7f50](https://github.com/nitrojs/nitro/commit/1e9a7f50))
63+
- Apply automated updates ([5a051ed6](https://github.com/nitrojs/nitro/commit/5a051ed6))
64+
- Update deps ([28efb73e](https://github.com/nitrojs/nitro/commit/28efb73e))
65+
66+
### 🤖 CI
67+
68+
- Update actions ([ee6eaa24](https://github.com/nitrojs/nitro/commit/ee6eaa24))
69+
- Avoid bumping h3 to nightly ([0b5a9c37](https://github.com/nitrojs/nitro/commit/0b5a9c37))
70+
- Correct ref check for nightly ([de8d24c4](https://github.com/nitrojs/nitro/commit/de8d24c4))
71+
72+
### ❤️ Contributors
73+
74+
- Pooya Parsa ([@pi0](https://github.com/pi0))
75+
- Ori ([@oritwoen](https://github.com/oritwoen))
76+
- Dmitry Istomin ([@tirojal](https://github.com/tirojal))
77+
- Typed SIGTERM ([@typed-sigterm](https://github.com/typed-sigterm))
78+
- Daniel Roe ([@danielroe](https://github.com/danielroe))
79+
- Oyama Michinoku ([@yamanoku](https://github.com/yamanoku))
80+
- WIP ([@paulcrussell](https://github.com/paulcrussell))
81+
- Kricsleo ([@kricsleo](https://github.com/kricsleo))
82+
- Jamaluddin Rumi <16121031@student.mercubuana-yogya.ac.id>
83+
- Sébastien Chopin <seb@nuxt.com>
84+
585
## v2.12.9
686

787
[compare changes](https://github.com/nitrojs/nitro/compare/v2.12.8...v2.12.9)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nitropack",
3-
"version": "2.12.9",
3+
"version": "2.13.0",
44
"description": "Build and Deploy Universal JavaScript Servers",
55
"repository": "nitrojs/nitro",
66
"license": "MIT",

0 commit comments

Comments
 (0)