Skip to content

v2.15.1

Compare
Choose a tag to compare
@MarkoBarisic MarkoBarisic released this 29 Mar 14:50
· 132 commits to master since this release

Memgraph v2.15.1 - Mar 27, 2024

New features and improvements

  • Introduced a new flag, storage-delta-on-identical-property-update, which allows for the optional creation of a delta object when a property is updated with the same value. #1791

  • Added durable text indices and [basic text search](/configuration/text-search capabilities. #1603 #1739

  • Removed support for Debian 10, Fedora 36, Ubutnu 18.04. Added support for Debian 12, Debian 12 ARM, Fedora 38, Fedora 39 and Rocky 9.3 Linux distributions #1814

Bug fixes

  • Resolved an issue where snapshot and GC operations would block the initiation of new transactions. #1759

  • Reading/writing snapshots on coordinators now works as expected. #1788