Skip to content

v1.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Apr 05:29
· 589 commits to main since this release
8bd3575

Dragonfly v1.16.0

Our spring release. We are getting closer to 2.0 with some very exciting features ahead. Stay tuned!

Some prominent changes include:

  • Improved memory accounting of client connections (#2710 #2755 and #2692 )
  • FT.AGGREGATE call (#2413)
  • Properly handle and replicate Memcache flags (#2787 #2807)
  • Intoduce BF.AGGREGATE BD.(M)ADD and BF.(M)EXISTS methods (#2801). Note, that it does not work with snapshots and replication yet.
  • Dragonfly builds natively on MacOS. We would love some help with extending the release pipeline to create a proper macos binary.
  • Following the requests from the Edge developers community, we added a basic HTTP API support! Try running Dragonfly with:
    --expose_http_api flag and then call curl -X POST -d '["ping"]' localhost:6379/api. We will follow up with more extensive docs later this month.
  • Lots of stability fixes, especially around Sidekiq and BullMQ workloads.

What's Changed

New Contributors

Huge thanks to all the contributors! ❤️

🇮🇱 🇺🇦

Full Changelog: v1.15.0...v1.16.0