What changed, and why it matters
This commit only adds a line to the release notes document for LND version 0.21.0. It describes a previously existing SQL payments migration feature being promoted from test-only code to production code. There are no code changes, no bug fixes, and no security-related content in the diff.
No action required; this is a documentation-only release notes update with no security relevance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is a documentation-only change to docs/release-notes/release-notes-0.21.0.md, adding a bullet point noting that the SQL payments migration (PR #10627) is now compiled into mainline builds for users with the native-sql setting enabled. No source code, configuration, or behavior is modified.
Changed components
docs/release-notes/release-notes-0.21.0.mdInspect captured patch +5 / −0
diff --git a/docs/release-notes/release-notes-0.21.0.md b/docs/release-notes/release-notes-0.21.0.md
index f3c71eb..06a2a1a 100644
--- a/docs/release-notes/release-notes-0.21.0.md
+++ b/docs/release-notes/release-notes-0.21.0.md
@@ -281,6 +281,11 @@
and failed attempt cleanup, fix cross-database timestamp handling, add
`omit_hops` option to `ListPayments` to reduce response size, and increase
the default SQLite cache size.
+ * The [SQL payments migration is promoted to production
+ code](https://github.com/lightningnetwork/lnd/pull/10627). Previously the
+ migration was hidden behind the `test_native_sql` build tag; it is now
+ compiled into mainline builds and available to all users who have the
+ `native-sql` setting enabled.
## Code Health
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.