Skip to content
Snippets Groups Projects
Unverified Commit 6bab15cf authored by Luca Moser's avatar Luca Moser Committed by GitHub
Browse files

Bumps version to v0.1.1 (#240)

* bumps version number to v0.1.1

* adds changelog entry for v0.1.1
parent be8b086a
No related branches found
No related tags found
No related merge requests found
# v0.1.1 - 2020-02-07
This release contains a series of fixes:
* Adds logging of the underlying error when a neighbor connection couldn't be established
* Adds the `RemoteLog` plugin (disabled per default) which sends log messages to a centralized logging service
* Removes the status screen plugin in favor of the SPA/dashboard
* Fixes the neighbor send queue being too small causing spam in the log
* Fixes a deadlock which occurred when a neighbor disconnected while at the same time a `request transaction`
packet was getting processed which was received by the disconnected neighbor
* Fixes memory consumption by disabling BadgerDB's compression
* Fixes analysis server WebSocket replays freezing the backend code
* Fixes sending on the neighbor send queue if the neighbor is disconnected
* Fixes `BufferedConnection`'s read and written bytes to be atomic
# v0.1.0 - 2020-01-31
> Note that this release is a complete breaking change, therefore node operators are instructed to upgrade.
......
......@@ -12,7 +12,7 @@ import (
const (
// AppVersion version number
AppVersion = "v0.1.0"
AppVersion = "v0.1.1"
// AppName app code name
AppName = "GoShimmer"
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment