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
- Reduce scope of HELLO implementation by @alisaifee in #129
- feat(docker-compose): Add
docker-compose.yml
#100 by @ryanrussell in #130 - feat(community): Add Conventional Commits; Code of Conduct #107 by @ryanrussell in #133
- docs(PR Template): Add PR Template Enforcing Conventional Commits #107 by @ryanrussell in #137
- fix(zset): fixed zrevrange support WITHSCORES and add zrevrange test case (#106) by @Ansore in #135
- fix(parser): Fix wrong parsing of nested arrays. by @romange in #140
- implement partial streams API by @romange in #141
- feat(server): Add support for CPU to Info family of commands (fixes #18) by @acheevbhagat in #143
New Contributors
- @Ansore made their first contribution in #135
- @acheevbhagat made their first contribution in #143
Full Changelog: v0.2.0...v0.3.0-alpha