Dragonfly v1.37.0

v1.37.0
Added 4
  • Support SORT command including BY and GET options
  • Add support for DIGEST and DELEX commands
  • Add NOVALUES flag to HSCAN to omit values
  • Add pagination to cross-shard search
Changed 6
  • Significantly reduce memory usage around JSON documents
  • Reduce vector search memory usage by 40% with hash map documents
  • Improve OAHSet::Find() performance
  • Update jsoncons to 1.5.0
  • Switch to C++20
  • Remove quicklist from the codebase
Fixed 6
  • Fix several bugs around streams
  • Support parenthesized star in FT.SEARCH queries
  • SPOP command now returns random member even if it contains null bytes
  • Set error type when returning -NOGROUP error
  • Fix memory calculation for OAHSet
  • 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
Huge thanks to all the contributors! ❤️
New Contributors

Full Changelog: https://github.com/dragonflydb/dragonfly/compare/v1.36.0...v1.37.0

View original

Upgraded? How did it go?

Discussion