Blutgang 0.4.0 alpha0 Arianrhod
Pre-release
Pre-release
makemake-kbo
released this
28 Jun 15:58
·
19 commits
to 0.4.0
since this release
Blutgang 0.4.0 alpha0 Arianrhod
This is a preview release of how the next iteration of Blutgang. It's not production ready, but everyone inclined to run it is encouraged to do so to test out the new changes.
IMPORTANT: PLEASE DO NOT USE YOUR EXISTING BLUTGANG CACHE!
Breaking changes
The DB part of the config looks something like this now:
# Sled config
# Sled is the database we use for our cache, for more info check their docs
[sled]
db_path = "./blutgang-cache" # Path to db
cache_capacity = 400000 # Cache size in bytes
# Select zstd compression level, goes from 1-12 where 12 is the most.
compression = 1
flush_every_ms = 325 # Frequency of flushes in ms
Installation
Blutgang can be installed via docker, or via the prebuilt binaries below.
The docker tags for this release are 0.4.0-e16496
.