How often is the Bun minor version bumped? Update Bun runtime to 1.3.5 (napi fix)

Bun 1.3.5 (Dec 17) fixes native modules failing with “symbol ‘napi_register_module_v1’ not found” during hot reload or when loading in both main thread and workers.

Currently Vercel is on 1.3.3 which has this bug.

Issue: TypeError: symbol 'napi_register_module_v1' not found in native module · Issue #21432 · oven-sh/bun · GitHub
Fix: Bun v1.3.5 | Bun Blog

Just wondering how often is the minor version bumped / gross ETA until the minor version would be bumped?

It’s more for my own planning, whether I should work around it or if I can delay builds until the ver is bumped :wink:

Cheers

2 Likes

I was wondering this as well! I think it would be awesome if Vercel allowed you to specify the Bun version to use (or at least have some options). Bun support is in beta, and the docs say 1.x is the only valid value for bunVersion in the config, but hopefully that will change later :smiley:

It’s been 2 weeks since the last update which was to 1.3.4, I’ll ping the bun team and see if we can get a fix for 1.3.5 rolled out

1 Like

Cheers, it’s just this one is annoying as it affects the Sentry integration ! Have a good one

Unfortunately this probably won’t land until after the holidays, they keep quite an extensive testing process before rolling out new runtime versions but likely in mid-January or so

1 Like

I see, thanks! I upgraded to Bun a bit too quickly :grinning_face: . Thankfully I’m in a situation where I can delay the next build. Keeping an eye out for it, is there any way to get notified on this (I’m thinking since it’s an internal runtime update it might go live before an official Changeloge update)?

Hi Kevin,

Thanks for reaching out. I am checking this with the relevant team and will update you once I have more information. You will likely hear back from us in the early week of January.

2 Likes

Hi, I have this problem too. It would be better if we could decide the versions ourselves via the vercel.json config.

1 Like

:waving_hand: We’ll be bumping Bun for both builds and runtime later this week. I’ll update back when it’s fully released, which will require redeployments of your projects.

2 Likes

Quick update, Bun 1.3.5 has been rolled out for new deployments, both for builds and at runtime, for all Hobby and Pro customers. It will be fully available by tomorrow for Enterprise customers.

2 Likes

Thanks for the update Tom, cheers

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.