npm @redwoodjs/core 8.4.1
v8.4.1

latest release: 8.4.2-next.16
3 hours ago

Changelog

🛠️ Fixes

fix(dbAuth): Don't use Multi Value Headers on Vercel (#11718) by @Tobbe

Fixes a regression regarding dbAuth on Vercel introduced in RW 8

Properly kill dev api-server (#11691) by @callingmedic911

Sometime the api-server doesn't get killed in time before the new instance is started. This change makes sure that we wait for the process. If it's not killed within 2 seconds with SIGTERM, we send a SIGKILL to it.

Fix build with TS alias without basePath (#11693) by @callingmedic911

It fixes the build process for a project with TypeScript path alias. It uses root directory as the fallback if there's no baseUrl in tsconfig.json.

Don't miss a new core release

NewReleases is sending notifications on new releases.