Blutgang 0.3.0-rc1 Garreg Mach
Pre-releaseBlutgang 0.3.0 Garreg Mach
Blutgang 0.3.0 Garreg Mach is the next major release of Blutgang. It includes major changes to Blutgang, designed to improve its performance and usability in production environments. A major focus of this release has been improved health checking, WebSocket support, and subscription dispatch.
This is a release candidate. Blutgang 0.3.0 is going through a period of fuzzing and testing to prepare for release. There will be no more features added. For the full changelog, please see the related PR: #38
Changelog
- Docker images are now prebuilt by default. The
blutgang-prebuilt
container image is deprecated in favour ofblutgang
. There should be no change to how the images behave besides the obvious. - Subscriptions now get fully migrated from non-working to working nodes.
- WebSockets are now fully optional. It is highly recommended to keep WS on.
- Better error handling.
- Improved logging.
- Performance improvements.
- As a trial, this release is licensed as FSL-Apache2.0.
Usage notes
You will need to specify WS endpoints for all RPCs in your config file, otherwise Blutgang wont run. This is a pre-release thing. See the example config for how to do this.
Docker containers
Docker containers are available here https://hub.docker.com/r/makemake1337/blutgang under the 0.3.0-rc1
tag.