What changed, and why it matters
This commit only edits release notes documentation. It adds a bullet point mentioning that the Go compiler version was upgraded to v1.23.12 to fix a potential issue with the SQL API, and fixes a minor list formatting dash. There are no code changes in this commit, so it cannot by itself introduce or fix a security vulnerability.
No action needed for this documentation commit. If reviewing the referenced PR #10138 (Go version bump), verify whether the upstream Go release notes for v1.23.12 describe any security fixes relevant to LND's use of the SQL API or runtime.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is limited to docs/release-notes/release-notes-0.19.3.md. It changes one bullet marker from ‘*’ to ‘-’ and inserts a new Code Health entry referencing PR #10138, which bumped the Golang toolchain to v1.23.12. No source code, build scripts, or configuration files are modified. Any security relevance would reside in the actual Go upgrade commit/PR, not in this documentation-only commit.
Changed components
docs/release-notes/release-notes-0.19.3.mdInspect captured patch +4 / −1
diff --git a/docs/release-notes/release-notes-0.19.3.md b/docs/release-notes/release-notes-0.19.3.md
index 5179a89..800c589 100644
--- a/docs/release-notes/release-notes-0.19.3.md
+++ b/docs/release-notes/release-notes-0.19.3.md
@@ -46,7 +46,7 @@
## Functional Enhancements
-* The default value for `gossip.msg-rate-bytes` has been
+- The default value for `gossip.msg-rate-bytes` has been
[increased](https://github.com/lightningnetwork/lnd/pull/10096) from 100KB to
1MB, and `gossip.msg-burst-bytes` has been increased from 200KB to 2MB.
@@ -87,6 +87,9 @@
## Code Health
+- [The Golang version used was bumped to `v1.23.12` to fix a potential issue
+ with the SQL API](https://github.com/lightningnetwork/lnd/pull/10138).
+
## Tooling and Documentation
# Contributors (Alphabetical Order)
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.