feat(container): update image docker.dragonflydb.io/dragonflydb/dragonfly ( v1.22.2 → v1.23.0 ) #4341
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.22.2
->v1.23.0
Release Notes
dragonflydb/dragonfly (docker.dragonflydb.io/dragonflydb/dragonfly)
v1.23.0
Compare Source
Dragonfly v1.23.0
Some prominent changes include:
rss_oom_deny_ratio
flag (#3702) - now Dragonfly will reject write commands if its RSS memory usagecrosses
maxmemory*rss_oom_deny_ratio
. The default value of this flag is set to 1.25.What's Changed
CLIENT ID
command by @chakaz in https://github.com/dragonflydb/dragonfly/pull/3672CLIENT SETINFO
by @chakaz in https://github.com/dragonflydb/dragonfly/pull/3673Pause()
replication / migrations by @chakaz in https://github.com/dragonflydb/dragonfly/pull/3716test_client_pause_with_replica
by @chakaz in https://github.com/dragonflydb/dragonfly/pull/3729cluster_mgr.py
by @chakaz in https://github.com/dragonflydb/dragonfly/pull/3730test_take_over_seeder
by @chakaz in https://github.com/dragonflydb/dragonfly/pull/3733cluster_mgr_test.py
by @chakaz in https://github.com/dragonflydb/dragonfly/pull/3741New Contributors
Huge thanks to all the contributors! ❤️
Full Changelog: dragonflydb/dragonfly@v1.22.0...v1.23.0