Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Goshimmer_without_tipselection
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
COLLET Ismael
Goshimmer_without_tipselection
Commits
6bab15cf
Unverified
Commit
6bab15cf
authored
5 years ago
by
Luca Moser
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+14
-0
14 additions, 0 deletions
CHANGELOG.md
plugins/cli/plugin.go
+1
-1
1 addition, 1 deletion
plugins/cli/plugin.go
with
15 additions
and
1 deletion
CHANGELOG.md
+
14
−
0
View file @
6bab15cf
# 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.
...
...
This diff is collapsed.
Click to expand it.
plugins/cli/plugin.go
+
1
−
1
View file @
6bab15cf
...
...
@@ -12,7 +12,7 @@ import (
const
(
// AppVersion version number
AppVersion
=
"v0.1.
0
"
AppVersion
=
"v0.1.
1
"
// AppName app code name
AppName
=
"GoShimmer"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment