feat(container): update image ghcr.io/dragonflydb/dragonfly ( v1.38.1 → v1.40.1 ) - #3369
Open
renovate[bot] wants to merge 1 commit into
Open
feat(container): update image ghcr.io/dragonflydb/dragonfly ( v1.38.1 → v1.40.1 )#3369renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/ghcr.io-dragonflydb-dragonfly-1.x
branch
from
August 4, 2026 07:57
16029e7 to
9c1efb0
Compare
… → v1.40.1 ) | datasource | package | from | to | | ---------- | ----------------------------- | ------- | ------- | | docker | ghcr.io/dragonflydb/dragonfly | v1.38.1 | v1.40.1 | Signed-off-by: Roger Rumao <rogerrum@users.noreply.github.com>
renovate
Bot
force-pushed
the
renovate/ghcr.io-dragonflydb-dragonfly-1.x
branch
from
August 6, 2026 10:02
9c1efb0 to
acb1da8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.38.1→v1.40.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
dragonflydb/dragonfly (ghcr.io/dragonflydb/dragonfly)
v1.40.1Compare Source
v1.40.0Compare Source
Dragonfly v1.40.0
This is one of our biggest releases yet—both in terms of feature quality, total contributions, and the highest number of external contributors in the last two years.
This release delivers major new functionality alongside a large body of correctness and stability fixes for tiered storage, replication, pub/sub, and the experimental V2 I/O loop.
We added a new data type: Cuckoo Filters (CF.RESERVE, CF.ADD/ADDNX, CF.EXISTS/MEXISTS, CF.INSERT/INSERTNX, CF.INFO/COUNT/DEL/COMPACT, and RDB persistence). This brings Dragonfly to parity with RedisBloom's probabilistic structures alongside expanded Bloom filter (BF.INFO) and HyperLogLog support.
Vector search gains native-width storage across all vector dtypes, EPSILON-tuned HNSW range queries, and EF_RUNTIME control. Meanwhile, a long list of fixes hardens tiered-storage interactions with strings, hashes, lists, bitops, and HLL commands, in addition to several replication-consistency fixes around lazy TTL expiry. Performance work includes lazy lock-table registration, zero-copy GET, and replica-side command batching.
Highlights
Commands
Vector Search
=>{$EF_RUNTIME: ...; $YIELD_DISTANCE_AS: ...}) (#7708).Cuckoo Filter
Probabilistic Data Structures
Performance
snapshot_egress_limit_bytesto throttle per-shard socket egress during RDB/snapshot saves (#7774).write_connection_throttling_sleep_usecto throttle pipelined write batches, plus new batch I/O metrics (#7750).Replication
Search
=>{$WEIGHT}attributes on terms, tag filters, and vector range queries (#7749).Cluster
Security
Cloud & Storage
list_tiering_prefetch_depthto asynchronously prefetch neighboring offloaded list nodes (#7834).tiering_disk_storage_initial_size, with 5%-of-capacity growth policy (#7715).tiered_min_ttl_to_offload_ms) (#7624).Bug fixes
Huge thanks to all the contributors! ❤️
New Contributors
What's Changed
07850ce, track in-flight dispatches in IoLoopV2 by @glevkovich in [#7764](https://rediConfiguration
📅 Schedule: (in timezone America/Chicago)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.