Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7e6053d

Browse filesBrowse files
committed
chore(main): release 5.10.0
1 parent ff2632f commit 7e6053d
Copy full SHA for 7e6053d

File tree

Expand file treeCollapse file tree

4 files changed

+18
-4
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+18
-4
lines changed

‎.release-please-manifest.json

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.9.3"
2+
".": "5.10.0"
33
}

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [5.10.0](https://github.com/opennextjs/opennextjs-netlify/compare/v5.9.3...v5.10.0) (2025-01-22)
4+
5+
6+
### Features
7+
8+
* add logging to understand impact of trailing slash 308s ([#2743](https://github.com/opennextjs/opennextjs-netlify/issues/2743)) ([e77b98a](https://github.com/opennextjs/opennextjs-netlify/commit/e77b98ae3bfa3d316fd8029b153ed4a747ec0f93))
9+
10+
11+
### Bug Fixes
12+
13+
* ensure background work is finished when response has 3xx or 5xx status code ([#2742](https://github.com/opennextjs/opennextjs-netlify/issues/2742)) ([ff2632f](https://github.com/opennextjs/opennextjs-netlify/commit/ff2632f2d5e391a1f087baaa484174fe27507dd2))
14+
* use uint8array for htmlrewriter wasm module instead of base64 ([25f6f30](https://github.com/opennextjs/opennextjs-netlify/commit/25f6f300f481483ab445cf6fb2b9d181d50d2637))
15+
* use uint8array for user's wasm modules used in middleware instead of base64 ([#2740](https://github.com/opennextjs/opennextjs-netlify/issues/2740)) ([aab8803](https://github.com/opennextjs/opennextjs-netlify/commit/aab8803a20b7f0894e2314e9b4ee51d63966e1d1))
16+
317
## [5.9.3](https://github.com/opennextjs/opennextjs-netlify/compare/v5.9.2...v5.9.3) (2025-01-07)
418

519

‎package-lock.json

Copy file name to clipboardExpand all lines: package-lock.json
+2-2Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/plugin-nextjs",
3-
"version": "5.9.3",
3+
"version": "5.10.0",
44
"description": "Run Next.js seamlessly on Netlify",
55
"main": "./dist/index.js",
66
"type": "module",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.