Dragonfly 0.10.0
Hacktober edition
This release was unquestionably the result of community collaboration.
We are incredibly excited and honored to welcome all first-time contributors.
- Quite a few commands from 5.x, 6.x APIs were added by the community (see below).
- Support for dump/restore commands.
- Not so slowly but quite surely @iko1 added more json commands. This time - array related.
- bug fixes and general improvements.
Huge thanks to all the contributors! ❤️
What's Changed
- feat(server): Implement ZMSCORE command #357 by @logandk in #367
- feat(server): implement json.arrpop command (#104) by @iko1 in #362
- feat(server): Add GETDEL command by @inohime in #365
- chore(server): Improve malloc-stats output by @romange in #370
- build(ci): add discord message on docker release by @ranrib in #375
- feat(server): implement json.arrtrim command (#104) by @iko1 in #373
- feat(server): Implement SMISMEMBER command by @ATM-SALEH in #377
- feat(server): Implement LPOS command #368 by @inohime in #379
- fix(server): support for dump command, API update #343 by @boazsade in #371
- feat(server): implement json.arrinsert command (#104) by @iko1 in #372
- feat(server): Implement ZPOPMIN and ZPOPMAX #358 #359 by @RedhaL in #378
- chore(server): Refactor expire functionality and move it to DbSlice by @romange in #388
- feat(server): implement json.arrindex command (#104) by @iko1 in #376
- feat(server): implement LMOVE #369 by @YuxuanChen98 in #391
- feat(server): Implement GETEX command #385 by @matchyc in #387
- chore(tests): adds support for ioredis integration tests + instructio… by @gil-air-may in #394
- feat(server): support restore command - refactor load class (#343) by @boazsade in #386
- fix some typos by @cuishuang in #398
- Update README.md by @JensColman in #399
- Update dependency list in README.md by @eecheng87 in #403
- fix(server): remove double decrement of obj_memory_usage. by @romange in #406
- docs(server): Update the API status, README and LICENSE date by @romange in #410
- fix(hset): fix hset match bug by @romange in #411
New Contributors
- @logandk made their first contribution in #367
- @inohime made their first contribution in #365
- @ranrib made their first contribution in #375
- @ATM-SALEH made their first contribution in #377
- @RedhaL made their first contribution in #378
- @YuxuanChen98 made their first contribution in #391
- @matchyc made their first contribution in #387
- @gil-air-may made their first contribution in #394
- @cuishuang made their first contribution in #398
- @JensColman made their first contribution in #399
- @eecheng87 made their first contribution in #403
Full Changelog: v0.9.1...v0.10.0