What changed, and why it matters
This commit only adds a new release notes document for version 0.21.1. It contains no code changes. The document itself describes a prior bug fix about Tor onion service key types, but the commit under review is purely documentation.
No security action needed; this is a documentation-only commit. Review the referenced PR #10907 separately if assessing the Tor onion service key-type fix.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff creates docs/release-notes/release-notes-0.21.1.md, a 74-line markdown file with section headers and one filled bug-fix entry referencing PR #10907 (tor module update). No source code, build scripts, tests, or configuration files are modified.
Changed components
docs/release-notes/release-notes-0.21.1.mdInspect captured patch +74 / −0
diff --git a/docs/release-notes/release-notes-0.21.1.md b/docs/release-notes/release-notes-0.21.1.md
new file mode 100644
index 0000000..207f8f8
--- /dev/null
+++ b/docs/release-notes/release-notes-0.21.1.md
@@ -0,0 +1,74 @@
+# Release Notes
+- [Bug Fixes](#bug-fixes)
+- [New Features](#new-features)
+ - [Functional Enhancements](#functional-enhancements)
+ - [RPC Additions](#rpc-additions)
+ - [lncli Additions](#lncli-additions)
+- [Improvements](#improvements)
+ - [Functional Updates](#functional-updates)
+ - [RPC Updates](#rpc-updates)
+ - [lncli Updates](#lncli-updates)
+ - [Breaking Changes](#breaking-changes)
+ - [Performance Improvements](#performance-improvements)
+ - [Deprecations](#deprecations)
+- [Technical and Architectural Updates](#technical-and-architectural-updates)
+ - [BOLT Spec Updates](#bolt-spec-updates)
+ - [Testing](#testing)
+ - [Database](#database)
+ - [Code Health](#code-health)
+ - [Robustness](#robustness)
+ - [Tooling and Documentation](#tooling-and-documentation)
+- [Contributors (Alphabetical Order)](#contributors-alphabetical-order)
+
+# Bug Fixes
+
+* [Updated the `tor` module to
+ `v1.1.7`](https://github.com/lightningnetwork/lnd/pull/10907) so fresh
+ nodes started with `--tor.active --tor.v3` create v3 onion services with
+ `NEW:ED25519-V3`. Previously, the root module still resolved `tor v1.1.6`,
+ which could default new onion service creation to the retired v2
+ `NEW:RSA1024` key type that modern Tor rejects with `513 Invalid key type`.
+
+# New Features
+
+## Functional Enhancements
+
+## RPC Additions
+
+## lncli Additions
+
+# Improvements
+
+## Functional Updates
+
+## RPC Updates
+
+## lncli Updates
+
+## Breaking Changes
+
+## Performance Improvements
+
+## Deprecations
+
+### ⚠️ **Warning:** Deprecated fields in `lnrpc.Hop` will be removed in release version **0.22**
+
+### ⚠️ **Warning:** The deprecated fee rate option `--sat_per_byte` will be removed in release version **0.22**
+
+# Technical and Architectural Updates
+
+## BOLT Spec Updates
+
+## Testing
+
+## Database
+
+## Code Health
+
+## Robustness
+
+## Tooling and Documentation
+
+# Contributors (Alphabetical Order)
+
+* Ziggie
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.