This repository was archived by the owner on Mar 6, 2023. It is now read-only.
Releases: ccuetoh/beekeeper
Releases · ccuetoh/beekeeper
Beekeeper v0.3.3
Improvements:
- New logging system using Logrus
- Better error logging
Bug-fixes:
- The default max size was incorrectly set
- Some fixes in the README
Beekeeper v0.3.2
- Bug-fixes
- "version" command
Beekeeper v0.3.1
- Security improvements: whitelist, max message size, and remote connection toggle
- Bug-fixes relating to permissions
Beekeeper v0.3.0
Breaking changes:
- Pretty much every part of the server API has been reorganized.
- Connections now use TLS and are incompatible with previous versions of Beekeeper.
Other changes:
- Major performance improvements (up to x10 reduction in transaction time).
- Security improvements.
- Many QoL improvements.
- Added the ability to connect to nodes in external networks.
- Many bug-fixes
Beekeeper v0.2
Breaking changes:
StartPrimaryandStartWorkerhave been replaced withServer.Start()
Other changes:
- Added LoadBalancer
- Bumped versions
Beekeeper v0.1
First release