Skip to content

Releases: valeriansaliou/bloom

Bloom v1.35.2

06 Sep 07:57
v1.35.2
f2066d0
Compare
Choose a tag to compare
  • Renamed build architecture armhf to armv7.

Bloom v1.35.1

05 Sep 15:46
v1.35.1
fe3e8f8
Compare
Choose a tag to compare
  • Renamed build architecture amd64 to x86_64.
  • Enforce v prefix on version tags.

Bloom v1.35.0

05 Sep 15:56
v1.35.0
2102007
Compare
Choose a tag to compare
  • Updated .deb package target architectures to support armhf (scrambled: packpack does not support armhf in recent Debian versions).

Bloom v1.34.0

05 Sep 16:03
v1.34.0
bd8e555
Compare
Choose a tag to compare
  • Updated .deb package target platforms to support Debian 10, Debian 11 and Debian 12.

Bloom v1.33.0

05 Sep 16:03
v1.33.0
c48d6b0
Compare
Choose a tag to compare
  • 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

05 Sep 16:03
v1.32.0
2e0efdf
Compare
Choose a tag to compare
  • Added the LimitNOFILE=infinity option to the systemd service file for Debian, making sure to request the highest maximum allowed file descriptors possible on the system.

Bloom v1.31.0

05 Sep 16:02
v1.31.0
cd10edd
Compare
Choose a tag to compare
  • Added the shard_default option to define a default shard to use when no Bloom-Request-Shard header is set on the HTTP request.

Bloom v1.30.0

05 Sep 16:02
v1.30.0
69cd1df
Compare
Choose a tag to compare
  • Moved the release pipeline to GitHub Actions.

Bloom v1.29.0

05 Sep 16:02
v1.29.0
34f46c5
Compare
Choose a tag to compare
  • 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 and armhf).
  • Bumped dependencies.

Bloom v1.28.0

05 Sep 16:02
v1.28.0
dfa3500
Compare
Choose a tag to compare
  • 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.