Skip to content

Releases: cloudflare/next-on-pages

@cloudflare/[email protected]

21 Oct 21:40
f9b7ced
Compare
Choose a tag to compare

Patch Changes

  • a1091b1: bump package-manager-manager to 0.2.0

@cloudflare/[email protected]

19 Oct 15:19
b474580
Compare
Choose a tag to compare

Patch Changes

  • 5b44784: bump package-manager-manager to 0.1.3

[email protected]

18 Oct 11:06
33c5ff8
Compare
Choose a tag to compare

@cloudflare/[email protected]

18 Oct 11:06
33c5ff8
Compare
Choose a tag to compare

Minor Changes

  • 2423529: Add new static error page that informs users when they forgot to set the nodejs_compat flag.
    This should be clearer that the simple text message we've been providing previously (which is
    still being used as a fallback in case the new page is not available for some reason).

Patch Changes

  • 29d3041: improve routing by following more closely Vercel's routes matching logic

  • 69efaa5: Reinstate the use of the package-manager-manager package introduced in #474 and temporarily removed in #475,
    this fixes the bug that was caused by the package by bumping the package itself (where the bug has been fixed)
    and adding appropriate catches when the package methods can throw (in case other unexpected issues arise in the
    future)

  • ab83858: Changes to the x-vercel-ip headers to bring their structure in line with deployments to Vercel.

  • 6600d2a: fix wasms not always getting imported when necessary

    Details:
    when dealing with wasms that have more than 1 consumer, when we collect
    the wasm imports to prepend for a specific edge funcion we're always
    re-setting the array of wasm imports instead of appending them, this
    causes edge functions to always only consider the last wasm
    import, the changes here fix such behavior

[email protected]

29 Sep 15:46
6545453
Compare
Choose a tag to compare

[email protected]

29 Sep 09:42
a6b9d0e
Compare
Choose a tag to compare

@cloudflare/[email protected]

29 Sep 15:46
6545453
Compare
Choose a tag to compare

Patch Changes

  • 072af87: Temporarily revert the change to package-manager-manager so that the bug fix in the latest release for new next.js versions can still be releases, while a fix for #474 is investigated in the meantime.

@cloudflare/[email protected]

29 Sep 09:42
a6b9d0e
Compare
Choose a tag to compare

Patch Changes

  • cd2f7ee: correctly handle newly introduced .prefetch.rsc suffixes
  • 5b4a5b7: improve package managers and package handling by using the package-manager-manager third party library
  • b585099: Avoid using the Vercel custom config hack for Bun package manager support when a version of the Vercel CLI that supports Bun is used.
  • 628f6bb: Ignore invalid nodejs i18n functions with valid alternatives.

@cloudflare/[email protected]

15 Sep 10:53
6d849e1
Compare
Choose a tag to compare

Patch Changes

  • 0168496: Fix named capture groups in has entries in the build output config not applying to route destination paths.
  • f764fff: Fix process.env not being enumerable due to being a proxy.
  • 1e25a97: Fix dynamic parameters with an underscore leading to an incorrect param being provided.
  • c06b437: Normalize the injected function entrypoints for Windows.

[email protected]

26 Aug 19:36
82dacc5
Compare
Choose a tag to compare