2023/5/5 Workers Runtime Release Notes

Changes this week:

  • The new nodeJsCompatModule type can be used with a Worker bundle to emulate a Node.js environment. Common Node.js globals such as process and Buffer will be present, and require(‘…’) can be used to load Node.js built-ins without the node: specifier prefix.
  • Fixed an issue where websocket connections would be disconnected when updating workers. Now, only websockets connected to Durable Object instances are disconnected by updates to that Durable Object’s code.
2 Likes

Hello @aloyd, where can I make feature suggestions for workers?

I have posted on the forums but it does not seem to have any Cloudflare team members replying.

I’d like to use Workers but they are missing some basic features and it does not look like Workers are having major new features added.

Thanks.