2021-11-28 05:26:34 +01:00
|
|
|
# Release Notes
|
|
|
|
|
2021-09-11 14:43:46 +02:00
|
|
|
## Security
|
|
|
|
|
|
|
|
* [Misconfigured ZMQ
|
|
|
|
setup now gets reported](https://github.com/lightningnetwork/lnd/pull/5710).
|
|
|
|
|
2021-12-09 11:36:47 +01:00
|
|
|
## `lncli`
|
|
|
|
|
|
|
|
* Add [auto-generated command-line completions](https://github.com/lightningnetwork/lnd/pull/4177)
|
|
|
|
for Fish shell.
|
|
|
|
|
2021-11-28 05:26:34 +01:00
|
|
|
## Misc
|
|
|
|
|
|
|
|
* [An example systemd service file](https://github.com/lightningnetwork/lnd/pull/6033)
|
|
|
|
for running lnd alongside a bitcoind service is now provided in
|
|
|
|
`contrib/init/lnd.service`.
|
|
|
|
|
2021-12-13 10:53:59 +01:00
|
|
|
* [Allow disabling migrations if the database backend passed to `channeldb` was
|
|
|
|
opened in read-only mode](https://github.com/lightningnetwork/lnd/pull/6084).
|
|
|
|
|
2021-09-18 06:26:01 +02:00
|
|
|
## Code Health
|
|
|
|
|
|
|
|
### Code cleanup, refactor, typo fixes
|
|
|
|
|
|
|
|
* [Refactored itest to better manage contexts inside integration tests](https://github.com/lightningnetwork/lnd/pull/5756).
|
|
|
|
|
2021-11-28 05:26:34 +01:00
|
|
|
# Contributors (Alphabetical Order)
|
|
|
|
|
|
|
|
* Daniel McNally
|
2021-12-09 11:36:47 +01:00
|
|
|
* ErikEk
|
|
|
|
* Torkel Rogstad
|