Skip to content

v4.0.1 Beta.1 Pre-release

Pre-release
Pre-release
Compare
Choose a tag to compare
@AviAvni AviAvni released this 02 Nov 08:05
· 107 commits to master since this release

Docker tag 4.0.1

docker run -it -p 6379:6379 -p 7687:7687 falkordb/falkordb:4.0

What's Changed

  • Compile time optimizations by @swilly22 in #134
  • improve bolt protocol initial implementation of bolt over websocket by @AviAvni in #481
  • treat zero length traversals as variable length traversals by @swilly22 in #483
  • Properties function should return a new map by @swilly22 in #484
  • authenticate bolt using redis password by @AviAvni in #485
  • CREATE should not access its own unbounded entities by @swilly22 in #488

Full Changelog: v2.12.8...v4.0.1