From 2636d951920c899843bafafb3786b58b58cb725b Mon Sep 17 00:00:00 2001 From: Daniel Bruce Date: Mon, 27 Jul 2026 14:28:06 -0400 Subject: [PATCH 1/3] update README to provide PQC guidance --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0be3eeb82087..691b1341e8b9 100644 --- a/README.md +++ b/README.md @@ -289,6 +289,9 @@ The dist-tags follow the naming convention `legacy-(version)`. For example, `{{ metadata['lib_install_cmd'] }}@legacy-10` installs client libraries for versions compatible with Node.js 10. +Network traffic is only secure against post-quantum decryption algorithms for +users running Node version 22.20+. + ## Versioning Our libraries follow [Semantic Versioning][semver]. From 0c23cd4961300b43225504ad803f89ad586bff39 Mon Sep 17 00:00:00 2001 From: Daniel Bruce Date: Mon, 27 Jul 2026 14:28:06 -0400 Subject: [PATCH 2/3] docs: update README to provide users with guidance to turn on PQC encryption --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0be3eeb82087..691b1341e8b9 100644 --- a/README.md +++ b/README.md @@ -289,6 +289,9 @@ The dist-tags follow the naming convention `legacy-(version)`. For example, `{{ metadata['lib_install_cmd'] }}@legacy-10` installs client libraries for versions compatible with Node.js 10. +Network traffic is only secure against post-quantum decryption algorithms for +users running Node version 22.20+. + ## Versioning Our libraries follow [Semantic Versioning][semver]. From ffd9bfffae20a7d9d11986290981450721142c93 Mon Sep 17 00:00:00 2001 From: Daniel Bruce Date: Mon, 27 Jul 2026 15:16:57 -0400 Subject: [PATCH 3/3] Add a section for post quantum cryptography --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 691b1341e8b9..5c0373c18208 100644 --- a/README.md +++ b/README.md @@ -289,8 +289,12 @@ The dist-tags follow the naming convention `legacy-(version)`. For example, `{{ metadata['lib_install_cmd'] }}@legacy-10` installs client libraries for versions compatible with Node.js 10. -Network traffic is only secure against post-quantum decryption algorithms for -users running Node version 22.20+. +## Post-quantum Cryptography + +A minimum Node version of >=22.20 is required for post-quantum cryptography to +be used. When running an application with a supported node version and making +requests with a client library, network traffic will automatically be secure +against post-quantum decryption methods. ## Versioning