Dragonfly 0.4.0
Prominent additions:
- PUBSUB api is feature complete for 2.8
- Improved response latency for hgetall/smembers calls.
- Request parser now accepts upto 64K arguments per request (raised from 8K).
- Parser errors are tracked now via INFO call
- Stability fixes.
Huge thanks to all the contributors! ❤️
What's Changed
- chore(strings): Simplify Set flow by @romange in #164
- feat(actions): bump helm-chart version when new container image is published by @tamcore in #162
- fix(docker-compose): Fetch actual Docker Compose file and add memlock conf to service by @lucagoslar in #173
- docs(docker-compose): Explain
NAT
overhead in docker-compose by @ryanrussell in #176 - chore(server): Improve the implementation of SendStringArr. by @romange in #178
- fix(server): Fix a crash when running "client list" command. by @romange in #179
- feat(pubsub): implement pubsub command close #90 by @zacharya19 in #175
- chore(dash): add dashtable benchmark. by @romange in #187
- chore(rdb): move object creation during loading to shard threads. by @romange in #188
- chore(pubsub): update api status by @romange in #189
New Contributors
- @lucagoslar made their first contribution in #173
Full Changelog: v0.3.1...v0.4.0