mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-03-06 21:46:00 -05:00
Add changelog entry for redial fix
This commit is contained in:
parent
e957cbd909
commit
d1bc7e8fc2
@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Changed
|
||||
|
||||
- Quote protocol returns JSON encoded data instead of CBOR.
|
||||
This is a breaking change in the protocol handling, old CLI versions will not be able to process quote requests of ASBs running this version.
|
||||
|
||||
### Fixed
|
||||
|
||||
- An issue where concurrent swaps with the same peer would cause the ASB to handle network communication incorrectly.
|
||||
@ -14,8 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
This is a breaking change in the network layer and hence old versions are not compatible with this version.
|
||||
We advise to also not resume any swaps that have been created with an older version.
|
||||
It is recommended to reset / delete the database after upgrading.
|
||||
- Quote protocol returns JSON encoded data instead of CBOR.
|
||||
This is a breaking change in the protocol handling, old CLI versions will not be able to process quote requests of ASBs running this version.
|
||||
- An issue where the CLI would not reconnect to the ASB in case the network connection dropped.
|
||||
We now attempt to re-establish the connection using an exponential backoff but will give up eventually after 5 minutes.
|
||||
|
||||
### Added
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user