# Dragonfly v1.37.0 - Product: Dragonfly (https://whatsnew.fyi/product/dragonfly) - Vendor: DragonflyDB - Date: 2026-02-23 - Version: v1.37.0 - Original notes: https://github.com/dragonflydb/dragonfly/releases/tag/v1.37.0 - Permalink: https://whatsnew.fyi/product/dragonfly/releases/v1.37.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **changed** — Significantly reduce memory usage around JSON documents - **changed** — Reduce vector search memory usage by 40% with hash map documents - **added** — Support SORT command including BY and GET options - **fixed** — Fix several bugs around streams - **added** — Add support for DIGEST and DELEX commands - **fixed** — Support parenthesized star in FT.SEARCH queries - **added** — Add NOVALUES flag to HSCAN to omit values - **added** — Add pagination to cross-shard search - **fixed** — SPOP command now returns random member even if it contains null bytes - **fixed** — Set error type when returning -NOGROUP error - **fixed** — Fix memory calculation for OAHSet - **changed** — Improve OAHSet::Find() performance - **changed** — Update jsoncons to 1.5.0 - **changed** — Switch to C++20 - **changed** — Remove quicklist from the codebase - **fixed** — Fix S3 snapshot saving #### Dragonfly v1.37.0 ##### Important stability fixes and changes: * Significant memory reduction around json documents #6511 * Vector search memory usage is 40% less with hash map documents: #6436 #6437 * Support of `SORT` command - including `BY` and `GET` options. * Several bug fixes around streams: #6506 #6492 #6532 * Added support for DIGEST and DELEX commands: #6328 ##### What's Changed * feat(search): Use stateless allocator for strings by @abhijat in https://github.com/dragonflydb/dragonfly/pull/6285 * chore: Refactor squashed command execution to avoid stub ConnectionContext by @romange in https://github.com/dragonflydb/dragonfly/pull/6312 * refactor: add checks to investigate the race condition in slots migration by @BorysTheDev in https://github.com/dragonflydb/dragonfly/pull/6331 * fix(helm): correct security context field placement and disable strict schema validation by @Copilot in https://github.com/dragonflydb/dragonfly/pull/6213 * fix(tests): Use promtool for metrics sanity check by @abhijat in https://github.com/dragonflydb/dragonfly/pull/6318 * fix(search): support parenthesized star in FT.SEARCH queries by @vyavdoshenko in https://github.com/dragonflydb/dragonfly/pull/6343 * fix: helm push issue by @romange in https://github.com/dragonflydb/dragonfly/pull/6339 * chore: move ReplyBuilder calls in generic_family.cc to new API by @romange in https://github.com/dragonflydb/dragonfly/pull/6305 * Add checks for expiration inconsistency by @BorysTheDev in https://github.com/dragonflydb/dragonfly/pull/6346 * feat(hscan): add NOVALUES flag to omit values by @glevkovich in https://github.com/dragonflydb/dragonfly/pull/6325 * chore: refactor SortGeneric function by @romange in https://github.com/dragonflydb/dragonfly/pull/6347 * feat: add pagination to cross-shard search by @BorysTheDev in https://github.com/dragonflydb/dragonfly/pull/6352 * refactor: address comments by @BorysTheDev in https://github.com/dragonflydb/dragonfly/pull/6350 * fix(set): SPOP random member even if it contains null bytes by @mkaruza in https://github.com/dragonflydb/dragonfly/pull/6361 * fix(server): Set error type when returning -NOGROUP error by @mkaruza in https://github.com/dragonflydb/dragonfly/pull/6358 * chore: improvements around sorting algorithm by @romange in https://github.com/dragonflydb/dragonfly/pull/6360 * facade: adopt RespSrvParser in server connections by @romange in https://github.com/dragonflydb/dragonfly/pull/6356 * feat(server): Support squashing of global eval with single shard by @dranikpg in https://github.com/dragonflydb/dragonfly/pull/6321 * fix: memory calculation for OAHSet by @BorysTheDev in https://github.com/dragonflydb/dragonfly/pull/6359 * fix: regtest failure by @romange in https://github.com/dragonflydb/dragonfly/pull/6367 * test: use hiredis for reply_builder_test by @BorysTheDev in https://github.com/dragonflydb/dragonfly/pull/6362 * ci: use OIDC for AWS authentication instead of access keys by @AdiCloudbit-DevOps in https://github.com/dragonflydb/dragonfly/pull/6158 * refactor: improve OAHSet::Find() performance by @BorysTheDev in https://github.com/dragonflydb/dragonfly/pull/6373 * chore(server): Simplify InvokeCmd by @dranikpg in https://github.com/dragonflydb/dragonfly/pull/6363 * chore(cmake): Update jsoncons to 1.5.0 by @abhijat in https://github.com/dragonflydb/dragonfly/pull/6349 * chore: encapsulate tx object within CommandContext by @romange in https://github.com/dragonflydb/dragonfly/pull/6384 * fix(server): support "sort by" option by @romange in https://github.com/dragonflydb/dragonfly/pull/6370 * refactor(acl): from facade to server by @kostasrim in https://github.com/dragonflydb/dragonfly/pull/6340 * chore: add copilot env setup steps by @romange in https://github.com/dragonflydb/dragonfly/pull/6387 * fix(ci): add AWS env fallbacks for OIDC in composite actions by @AdiCloudbit-DevOps in https://github.com/dragonflydb/dragonfly/pull/6385 * _[Truncated at 4000 characters — full notes: https://github.com/dragonflydb/dragonfly/releases/tag/v1.37.0]_