v1.9.0 #1805
romange
announced in
Announcements
v1.9.0
#1805
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dragonfly v1.9.0
This release includes a number of important stability and security fixes, as well as some features that have been requested by users for a long time:
ACL SETUSER/DELUSER/WHOAMI/LIST
. Please note that ACLS are not persisted yet through process restarts.--use_zset_tree
.CONFIG GET/SET
- now some runtime options can be changed without restarting the server (config get command support #1700).maxclients
flag now prevents the number of client connections from growing indefinitely (introduce maxclients flag #1496).max_multi_bulk_len
andmax_client_iobuf_len
control the limits for large requests. The former controls how many elements can be sent via arrays (for commands like MSET, SADD etc). The latter controls maximum buffer size when accepting string blobs (Error: Multi bulk len is too big 245002 #1771) .--requirepass=token
(Enable authentication for the HTTP interface. #1792)Once basic auth is set, one can access the http port via
curl -u user:token localhost:6379/
What's Changed
--force_epoll
by @chakaz in test(server): Run all unit tests with--force_epoll
#1672--replicaof
flag by @talbii in introduce--replicaof
flag #1583snapshot_cron
flag in README (English and zh-CN) by @Niennienzz in docs: addsnapshot_cron
flag in README (English and zh-CN) #1729dfly
user by @sorenhansendk in fix: run container asdfly
user #1775New Contributors
snapshot_cron
flag in README (English and zh-CN) #1729dfly
user #1775Huge thanks to all the contributors! ❤️
Slava Ukraini 🇺🇦
Full Changelog: v1.8.0...v1.9.0
This discussion was created from the release v1.9.0.
Beta Was this translation helpful? Give feedback.
All reactions