lnd/docs/release-notes/release-notes-0.17.3.md

58 lines
1.7 KiB
Markdown
Raw Normal View History

2023-11-25 07:23:37 +08:00
# Release Notes
- [Bug Fixes](#bug-fixes)
- [New Features](#new-features)
- [Functional Enhancements](#functional-enhancements)
- [RPC Additions](#rpc-additions)
- [lncli Additions](#lncli-additions)
- [Improvements](#improvements)
- [Functional Updates](#functional-updates)
- [RPC Updates](#rpc-updates)
- [lncli Updates](#lncli-updates)
- [Breaking Changes](#breaking-changes)
- [Performance Improvements](#performance-improvements)
- [Technical and Architectural Updates](#technical-and-architectural-updates)
- [BOLT Spec Updates](#bolt-spec-updates)
- [Testing](#testing)
- [Database](#database)
- [Code Health](#code-health)
- [Tooling and Documentation](#tooling-and-documentation)
# Bug Fixes
* [Replaced](https://github.com/lightningnetwork/lnd/pull/8224)
`musig2Sessions` with a `SyncMap` used in `input` package to avoid concurrent
write to this map.
2023-11-25 07:23:37 +08:00
* [Fixed](https://github.com/lightningnetwork/lnd/pull/8220) a loop variable
issue which may affect programs built using go `v1.20` and below.
2023-11-30 10:35:11 -05:00
* [An issue where LND would hang on shutdown has been fixed.](https://github.com/lightningnetwork/lnd/pull/8151)
2023-11-25 07:23:37 +08:00
# New Features
## Functional Enhancements
## RPC Additions
## lncli Additions
# Improvements
## Functional Updates
## RPC Updates
## lncli Updates
## Code Health
## Breaking Changes
## Performance Improvements
2023-11-28 17:55:38 +08:00
* [Optimized](https://github.com/lightningnetwork/lnd/pull/8232) the memoray
usage of `btcwallet`'s mempool. Users would need to use `bitcoind v25.0.0`
and above to take the advantage of this optimization.
2023-11-25 07:23:37 +08:00
# Technical and Architectural Updates
## BOLT Spec Updates
## Testing
## Database
## Code Health
## Tooling and Documentation
# Contributors (Alphabetical Order)
2023-11-30 10:35:11 -05:00
* Eugene Siegel
2023-11-25 07:23:37 +08:00
* Yong Yu