What changed, and why it matters
This commit only adds a line to the release notes document for LND 0.20.1, describing a previously fixed SQL transaction exhaustion issue. No code was changed, so this commit itself does not introduce, fix, or alter any security-relevant behavior in the software.
No action needed for this commit. Review the referenced PR #10428 separately if assessing the actual SQL transaction exhaustion fix.
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.20.1.md. It adds a bullet point referencing PR #10428 about fixing potential SQL transaction exhaustion when using PostgreSQL with limited connections. The actual fix was made in a separate commit/PR; this commit merely records it in release notes.
Changed components
docs/release-notes/release-notes-0.20.1.mdInspect captured patch +4 / −0
diff --git a/docs/release-notes/release-notes-0.20.1.md b/docs/release-notes/release-notes-0.20.1.md
index 4e253c7..59244dc 100644
--- a/docs/release-notes/release-notes-0.20.1.md
+++ b/docs/release-notes/release-notes-0.20.1.md
@@ -42,6 +42,10 @@
in the mission control store. Now we skip over potential errors and also
delete them from the store.
+* [Fix potential sql tx exhaustion
+ issue](https://github.com/lightningnetwork/lnd/pull/10428) in LND which might
+ happen when running postgres with a limited number of connections configured.
+
# New Features
## Functional Enhancements
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.