Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Apr 18:04
· 2192 commits to main since this release
f953946

Dragonfly v1.1.0

This update addresses critical bugs and it is highly recommended for all users currently on v1.0.0 in production to upgrade. The following issues have been resolved:

  1. Fixed data race on arm64 architectures causing crashes due to incorrect memory ordering barriers (#1009)
  2. Resolved data corruption within the HGET command (#994)
  3. Corrected ZPOPMIN (#977 and #1011)
  4. Enhanced replication by supporting master authentication using the masterauth flag (#1000)

In addition to these bug fixes, we have introduced new features:

  1. Added support for Resp3 (will work automatically with a resp3-enabled client).
  2. Docker images have smaller footprint (with stripped binaries).

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0