From 92d85d9731e22f78acb04bcc72a3950672c69d18 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Mon, 13 Jul 2026 18:17:52 +0000 Subject: [PATCH 1/2] doc(undici-http-handler): update refs to undici.nodejs.org/v7.x --- packages/undici-http-handler/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/undici-http-handler/README.md b/packages/undici-http-handler/README.md index 821339de04e..53314061da3 100644 --- a/packages/undici-http-handler/README.md +++ b/packages/undici-http-handler/README.md @@ -550,11 +550,11 @@ setGlobalDispatcher(new EnvHttpProxyAgent()); new UndiciHttpHandler(); ``` -[undici]: https://undici.nodejs.org/ +[undici]: https://undici.nodejs.org/v7.x [node-http-handler]: https://www.npmjs.com/package/@smithy/node-http-handler -[undici-agent-options]: https://github.com/nodejs/undici/blob/main/docs/docs/api/Agent.md#parameter-agentoptions -[undici-pool-options]: https://github.com/nodejs/undici/blob/main/docs/docs/api/Pool.md#parameter-pooloptions -[undici-client-options]: https://github.com/nodejs/undici/blob/main/docs/docs/api/Client.md#parameter-clientoptions -[undici-connect-options]: https://github.com/nodejs/undici/blob/main/docs/docs/api/Client.md#parameter-connectoptions -[undici-env-proxy-agent]: https://github.com/nodejs/undici/blob/main/docs/docs/api/EnvHttpProxyAgent.md -[undici-proxy-agent]: https://github.com/nodejs/undici/blob/main/docs/docs/api/ProxyAgent.md +[undici-agent-options]: https://undici.nodejs.org/v7.x/api/Agent +[undici-pool-options]: https://undici.nodejs.org/v7.x/api/Pool +[undici-client-options]: https://undici.nodejs.org/v7.x/api/Client +[undici-connect-options]: https://undici.nodejs.org/v7.x/api/Connector +[undici-env-proxy-agent]: https://undici.nodejs.org/v7.x/api/EnvHttpProxyAgent +[undici-proxy-agent]: https://undici.nodejs.org/v7.x/api/ProxyAgent From 72353edd993ce095eecad96f9d27409c115de6b1 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Mon, 13 Jul 2026 18:19:41 +0000 Subject: [PATCH 2/2] chore: yarn changeset --- .changeset/lemon-clocks-wash.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/lemon-clocks-wash.md diff --git a/.changeset/lemon-clocks-wash.md b/.changeset/lemon-clocks-wash.md new file mode 100644 index 00000000000..0f16fdbaf26 --- /dev/null +++ b/.changeset/lemon-clocks-wash.md @@ -0,0 +1,5 @@ +--- +"@smithy/undici-http-handler": patch +--- + +Update refs to undici.nodejs.org/v7.x