docs: add release notes for 0.14.0

This commit is contained in:
Oliver Gugger 2021-08-03 09:57:41 +02:00
parent 06032b3f75
commit 9e1bb7e8e2
No known key found for this signature in database
GPG key ID: 8E4256593F177720

View file

@ -1,5 +1,17 @@
# Release Notes
# Backend Enhancements & Optimizations
## Full remote database support
`lnd` now stores [all its data in the same remote/external
database](https://github.com/lightningnetwork/lnd/pull/5484) such as `etcd`
instead of only the channel state and wallet data. This makes `lnd` fully
stateless and therefore makes switching over to a new leader instance almost
instantaneous. Read the [guide on leader
election](https://github.com/lightningnetwork/lnd/blob/master/docs/leader_election.md)
for more information.
## RPC Server
* [Return payment address and add index from
@ -29,7 +41,7 @@ you.
added](https://github.com/lightningnetwork/lnd/pull/5520) to ensure that all
PRs ([aside from merge
commits](https://github.com/lightningnetwork/lnd/pull/5543)) add an entry in
the release notes folder that at leasts links to PR being added.
the release notes folder that at least links to PR being added.
* [A new build target itest-race](https://github.com/lightningnetwork/lnd/pull/5542)
to help uncover undetected data races with our itests.