Skip to content

Tags: sarvex/dragonfly

Tags

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: simplify debian package filename. (dragonflydb#1128)

Currently deployed packages have version in the filename which makes it much harder to fetch
using scripts.

This change fixes the filename and also removes some redundant code.

Signed-off-by: Roman Gershman <[email protected]>

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(server): Use connection pool only for regular messages (dragonfly…

…db#1038)

Fixes memory leak

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: update helio dependency (dragonflydb#1030)

Fixes dragonflydb#1029

Signed-off-by: Roman Gershman <[email protected]>

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(github): add self hosted runner to regression tests (dragonflydb…

…#1016)

Signed-off-by: adi_holden <[email protected]>

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
romange Roman Gershman
chore: Update license date

v0.17.0

Toggle v0.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(server): Add deprecated/removed lua table functions (dragonflydb#901

)

* fix(server): Add deprecated/removed lua table functions

Signed-off-by: Vladislav Oleshko <[email protected]>

* fix(server): Add table.foreachi type check

Signed-off-by: Vladislav Oleshko <[email protected]>

---------

Signed-off-by: Vladislav Oleshko <[email protected]>

v0.16.0

Toggle v0.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
test(server): adding unit tests for reply builder (dragonflydb#764)

Signed-off-by: Boaz Sade <[email protected]>

v0.15.0

Toggle v0.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Exclude single threaded test now that expiry is tested (dragonflydb#750)

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(server): admin port and interface (dragonflydb#709)

* feat(server): admin port and interface

Signed-off-by: Boaz Sade <[email protected]>

v0.13.1

Toggle v0.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(server): version check bugs (dragonflydb#632)

1. Align checked version with the format provided by the endpoint
2. Improve error reporting as well as install ca certificates in the docker file.

Signed-off-by: Roman Gershman <[email protected]>