Skip to content

Releases: dragonflydb/dragonfly

v0.3.0-alpha

13 Jun 05:06
8809713
Compare
Choose a tag to compare
v0.3.0-alpha Pre-release
Pre-release

Dragonfly 0.3.0-alpha

Dragonfly alpha release!

Prominent additions

  • Fixed HELLO behavior. That allows correct handshaking with Lettuce java client.
  • Introduced preliminary support for Streams. See API compatibility for more info.
  • added infrastructure to support the community efficiently: contributing guide, PR templates, pre-submit checks and more.
  • Added quick-start guide

Huge thanks to all the contributors! ❀️

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0-alpha

v0.2.0

08 Jun 07:04
Compare
Choose a tag to compare

Dragonfly 0.2.0

New Dragonfly release! πŸš€
If I forgot to include someone, please ping me - I do this manually.

Bug fixes

  • SIGKILL when execute EVAL command #121
  • invalid version #116
  • improved container with better support for K8S #57

Unlocked abilities

  • support for psubscribe/punsubscribe #111 and #68
  • Helm charts #105
  • Prometheus metrics native support #61
  • Now we also distribute unstripped binaries with debug symbols.

Huge thanks to all the contributors! ❀️

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.1

04 Jun 22:55
Compare
Choose a tag to compare

Patch release

  1. Less CPU spinning.
  2. Alpha version of prometheus-compatible metrics via /metrics HTTP handler
  3. The releases now contain unstripped binaries with debug symbols inside.

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

30 May 12:26
Compare
Choose a tag to compare

Initial Release and request for feedback

  1. Redis compatible store with 130 redis commands implemented . Supports RESP2 protocol.
  2. Support for Memcached protocol.
  3. Asynchronous point-in-time snapshotting operations. No forks. Predictable memory usage.
  4. Integrated Lua 5.4 with native integer support.
  5. Highly efficient data-structures, reaching x3 memory efficiency compared to Redis.
  6. Support for ZSET, HSET, LIST, SETS and STRING family types.

Consistent memory usage together with robust performance makes Dragonfly an excellent alternative to Memcached and REDIS servers.

What's Changed

Full Changelog: https://github.com/dragonflydb/dragonfly/commits/v0.1.0