f7a97e698e
Enables HTTP/2 for JS SDK sandbox envd traffic in Node by routing envd RPC/API requests through undici with an HTTP/2-enabled dispatcher. Non-Node runtimes continue to use global fetch. Management API and volume clients are unchanged. Requires bumping node from >=20 to >= 20.18.1 for undici
Changesets
To add changeset run:
npx changeset
in the root of the project. This will create a new changeset in the .changeset folder.