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
Uh oh!
There was an error while loading. Please reload this page.
-
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).maxclientsflag now prevents the number of client connections from growing indefinitely (introduce maxclients flag #1496).max_multi_bulk_lenandmax_client_iobuf_lencontrol 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_epollby @chakaz in test(server): Run all unit tests with--force_epoll#1672--replicaofflag by @talbii in introduce--replicaofflag #1583snapshot_cronflag in README (English and zh-CN) by @Niennienzz in docs: addsnapshot_cronflag in README (English and zh-CN) #1729dflyuser by @sorenhansendk in fix: run container asdflyuser #1775New Contributors
snapshot_cronflag in README (English and zh-CN) #1729dflyuser #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