Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/lnd/release-notes/release-notes-0.19.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@
fail to persist (and hence, propagate) node announcements containing address
types (such as a DNS hostname) unknown to LND.

* [Fixed an edge case](https://github.com/lightningnetwork/lnd/pull/9150) where
the payment may become stuck if the invoice times out while the node
restarts, for details check [this
issue](https://github.com/lightningnetwork/lnd/issues/8975#issuecomment-2270528222).

# New Features

* [Support](https://github.com/lightningnetwork/lnd/pull/8390) for
Expand Down Expand Up @@ -257,6 +262,11 @@ The underlying functionality between those two options remain the same.

* Log rotation can now use ZSTD

* [Remove redundant
iteration](https://github.com/lightningnetwork/lnd/pull/9496) over a node's
persisted channels when updating the graph cache with a new node or node
update.

## Deprecations

### ⚠️ **Warning:** The following RPCs will be removed in release version **0.21**:
Expand Down