What changed, and why it matters
This commit only edits the release notes document. It adds a description of a previously merged BOLT 12 invoice request codec feature and mentions a minor RPC behavior change where a nil reply path stays nil instead of appearing as an empty struct. There is no code change in this commit, so it does not by itself introduce or fix any security issue.
No security action needed for this documentation commit. If reviewing the referenced PR #10832, assess the codec and RPC nil-handling changes separately.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is a documentation-only update to docs/release-notes/release-notes-0.22.0.md. It documents PR #10832, which added an invoice_request TLV message codec to the bolt12 package, and notes an observable RPC behavior change in SubscribeOnionMessages regarding nil reply paths. The commit contains no source code modifications.
Changed components
docs/release-notes/release-notes-0.22.0.mdInspect captured patch +7 / −0
diff --git a/docs/release-notes/release-notes-0.22.0.md b/docs/release-notes/release-notes-0.22.0.md
index 2f7f0ca..8c33776 100644
--- a/docs/release-notes/release-notes-0.22.0.md
+++ b/docs/release-notes/release-notes-0.22.0.md
@@ -92,6 +92,13 @@
reader/writer validation, plus a typed `lnwire.BlindedPath` introduction-node
codec shared by HTLC routing and onion messaging.
+* [BOLT 12 invoice request
+ codec](https://github.com/lightningnetwork/lnd/pull/10832): add the
+ `invoice_request` TLV message to the `bolt12/` package with structural
+ reader/writer validation. This includes an observable RPC behavior change
+ in `SubscribeOnionMessages`, ensuring a nil reply path remains nil in the
+ RPC response rather than being emitted as an empty struct.
+
## Testing
## Database
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.