docs: add release note for `tor.v2` deprecation
What changed, and why it matters
This commit only adds a sentence to the release notes stating that Tor v2 onion service support is deprecated and the `--tor.v2` option will be hidden. It is a documentation-only change with no code modifications.
No action required; this is a documentation-only release note. Review the actual implementation PR (#10254) if assessing the security relevance of the deprecation itself.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff adds a release note entry to docs/release-notes/release-notes-0.20.0.md announcing the deprecation of Tor v2 onion services and that the --tor.v2 configuration option is hidden. No functional code, configuration defaults, or behavior is changed in this commit.
Changed components
docs/release-notes/release-notes-0.20.0.mdInspect captured patch +4 / −0
diff --git a/docs/release-notes/release-notes-0.20.0.md b/docs/release-notes/release-notes-0.20.0.md
index 631ede8..26e4511 100644
--- a/docs/release-notes/release-notes-0.20.0.md
+++ b/docs/release-notes/release-notes-0.20.0.md
@@ -252,6 +252,10 @@ reader of a payment request.
`QueryRoutes` RPC. This [transition](https://github.com/lightningnetwork/lnd/pull/10057) allows us to specify more than one outgoing channel
the pathfinder should use when finding a route.
+* Support for Tor v2 onion services is deprecated and will be removed in
+ v0.21.0. The `--tor.v2` configuration option is now
+ [hidden](https://github.com/lightningnetwork/lnd/pull/10254).
+
# Technical and Architectural Updates
## BOLT Spec Updates
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.