Skip to content

Tags: dragonflydb/dragonfly

Tags

v1.20.1

Toggle v1.20.1's commit message

Verified

This commit was signed with the committer’s verified signature.
romange Roman Gershman
fix: define macro WITH_AWS in cmake when flag is ON (#3296)

* fix missing preprocessor macro when WITH_AWS is on

Signed-off-by: kostas <kostas@dragonflydb.io>

v1.20.0

Toggle v1.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(bug): crash on takeover and info replication (#3282)



Signed-off-by: adi_holden <adi@dragonflydb.io>

v1.19.2

Toggle v1.19.2's commit message
chore(lua): Return which undeclared key was accessed (#3245)

* chore(lua): Return which undeclared key was accessed

Example:

```
127.0.0.1:6379> EVAL "return redis.call('SET', 'k', 'v')" 0
(error) ERR Error running script (call to 5c4d62f4e30c54fb15935b5892148e5ce7374077): @user_script:2: script tried accessing undeclared key, key: k
```

* fix

---------

Co-authored-by: Roman Gershman <roman@dragonflydb.io>

v1.19.1

Toggle v1.19.1's commit message
fix(ci): docker not using iouring (#3169)

* fix(ci): docker not using iouring

* fix errors

v1.19.0

Toggle v1.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: upload action in version release (#3127)

Signed-off-by: Roman Gershman <roman@dragonflydb.io>

v1.18.1

Toggle v1.18.1's commit message

Verified

This commit was signed with the committer’s verified signature.
romange Roman Gershman
chore: reset enable_direct_fd to avoid socket leakage in kernel (#3051)

The leakage can be identified by checking /proc/net/sockstat
Fixes #3045

Signed-off-by: Roman Gershman <roman@dragonflydb.io>

v1.18.0

Toggle v1.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add defragment command (#3003)

* feat: add defragment command and improve auto defragmentation algorithm

v1.17.1

Toggle v1.17.1's commit message

Verified

This commit was signed with the committer’s verified signature.
romange Roman Gershman
fix(transaction): Use FinishHop in schedule (#2911)

v1.17.0

Toggle v1.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: add ipv6 support for native linux release (#2908)

v1.16.1

Toggle v1.16.1's commit message

Verified

This commit was signed with the committer’s verified signature.
romange Roman Gershman
fix: authorize the http connection to call commands (#2863)

fix: authorize the http connection to call DF commands

The assumption is that basic-auth already covers the authentication part.
And thanks to @sunneydev for finding the bug and providing the tests.
The tests actually uncovered another bug where we may parse partial http requests.
This one is handled by romange/helio#243

Signed-off-by: Roman Gershman <roman@dragonflydb.io>