Releases: valeriansaliou/bloom
Releases · valeriansaliou/bloom
Bloom v1.35.2
- Renamed build architecture
armhf
toarmv7
.
Bloom v1.35.1
- Renamed build architecture
amd64
tox86_64
. - Enforce
v
prefix on version tags.
Bloom v1.35.0
Updated(scrambled:.deb
package target architectures to supportarmhf
packpack
does not supportarmhf
in recent Debian versions).
Bloom v1.34.0
- Updated
.deb
package target platforms to support Debian 10, Debian 11 and Debian 12.
Bloom v1.33.0
- Added the ability to source environment variables from the configuration file, which get expanded at runtime.
- Fixed an issue where a new line would get appended at the end of every proxied response body, which could cause issues with some non-JSON/non-XML response bodies.
- Updated
.deb
package target platform from Debian 10 to Debian 12.
Bloom v1.32.0
- Added the
LimitNOFILE=infinity
option to thesystemd
service file for Debian, making sure to request the highest maximum allowed file descriptors possible on the system.
Bloom v1.31.0
- Added the
shard_default
option to define a default shard to use when noBloom-Request-Shard
header is set on the HTTP request.
Bloom v1.30.0
- Moved the release pipeline to GitHub Actions.
Bloom v1.29.0
- Fixed an issue in multi-shard setups, where shard
#1
would always be used instead of dynamically-addressed shard#N
. - Added a cross-compilation script to tooling scripts, which is handy to produce release archives for defined architectures (
x86_64
,i386
andarmhf
). - Bumped dependencies.
Bloom v1.28.0
- Restored the active Redis pool connection wait for cache purge events through Bloom Control, as some may not be processed in the pass-through system introduced in
v1.28
in the event of a Redis connection in a reconnecting state, under heavy Bloom Control load.