Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: adding support in next.js edge 14.x #398

Merged
merged 3 commits into from
Oct 17, 2024
Merged

Conversation

jcbsfilho
Copy link
Collaborator

@jcbsfilho jcbsfilho commented Oct 16, 2024

Support Next.js Edge 14.0.x, 14.1.x e 14.2.x

  • Adding Next.js Edge 14.0.x, 14.1.x, and 14.2.x support.
  • Fix the error where .socket is undefined in the Next.js prebuild replacing it with ?.socket.

Features support see in: ./docs/nextjs.md

- Adding Next.js Edge 14.0.x, 14.1.x, and 14.2.x support.
- Fix the error where `.socket` is undefined in the Next.js prebuild replacing it with `?.socket`.
@jcbsfilho jcbsfilho merged commit b3b89d2 into stage Oct 17, 2024
@jcbsfilho jcbsfilho deleted the feat/support-14.x-edge branch October 17, 2024 14:05
gabrielnes-azion pushed a commit that referenced this pull request Oct 17, 2024
[skip ci]
## [4.2.0-stage.1](v4.1.1-stage.4...v4.2.0-stage.1) (2024-10-17)

### Features

* adding support in next.js edge 14.x ([#398](#398)) ([b3b89d2](b3b89d2))
@gabrielnes-azion
Copy link
Contributor

🎉 This PR is included in version 4.2.0-stage.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

gabrielnes-azion pushed a commit that referenced this pull request Oct 18, 2024
[skip ci]
## [4.2.0](v4.1.0...v4.2.0) (2024-10-18)

### Features

* adding support in next.js edge 14.x ([#398](#398)) ([b3b89d2](b3b89d2))
* new preset nuxt ([#397](#397)) ([472dab6](472dab6))

### Bug Fixes

* add dependency error handling ([#394](#394)) ([9c4d22c](9c4d22c))
* adding the config build preset when creating azion.config ([#395](#395)) ([cee7366](cee7366))
* removing the import of the azion package when creating the azion.config ([#399](#399)) ([43ef4ab](43ef4ab))
* update error message for invalid build preset ([#396](#396)) ([6ac6159](6ac6159))
@gabrielnes-azion
Copy link
Contributor

🎉 This PR is included in version 4.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants