Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "5.14.4"
".": "5.14.5"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [5.14.5](https://github.com/opennextjs/opennextjs-netlify/compare/v5.14.4...v5.14.5) (2025-11-03)


### Bug Fixes

* add Buffer shim if is not globally available, adjust process and AsyncLocalStorage shims to only be applied when not available ([#3222](https://github.com/opennextjs/opennextjs-netlify/issues/3222)) ([e536181](https://github.com/opennextjs/opennextjs-netlify/commit/e536181f1b8d5518216a33c1c9d5052efa537f0d))


### Performance Improvements

* use conditional blob gets if same blob was fetched before for previous requests ([#3218](https://github.com/opennextjs/opennextjs-netlify/issues/3218)) ([2c6b3f5](https://github.com/opennextjs/opennextjs-netlify/commit/2c6b3f547f2f465ad10e96082cf957e49457248f))

## [5.14.4](https://github.com/opennextjs/opennextjs-netlify/compare/v5.14.3...v5.14.4) (2025-10-27)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/plugin-nextjs",
"version": "5.14.4",
"version": "5.14.5",
"description": "Run Next.js seamlessly on Netlify",
"main": "./dist/index.js",
"type": "module",
Expand Down
Loading