2023/4/28 Workers Runtime Release Notes

Changes this week:

  • The Web Crypto API now supports curves Ed25519 and X25519 defined in the Secure Curves specification.
  • The global connect method has been moved to a cloudflare:sockets module.

Edit: added missed note about Ed25519 and X25519 curve support.

1 Like

I would love some elaboration on what the connect method being moved means.

Is there any documentation for either the connect method or the cloudflare:sockets module?

1 Like

connect() is the JS API which opens a new TCP socket, which is currently in private beta. We don’t yet have documentation available for it, as it’s not yet ready for release.

1 Like