Skip to content

4.0.2 GA

Compare
Choose a tag to compare
@swilly22 swilly22 released this 10 Dec 11:20
· 47 commits to 4.0 since this release

This is the General Availability release of FalkorDB 4.0

Headlines:

FalkorDB 4.0 is the first official release since the fork from RedisGraph.
It introduces support for Vector Indexing and Bolt protocol (TCP and WebSocket) as long as performance improvements, and bug fixes.

Docker tag 4.0.2

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

What's Changed

Bug Fixes

  • Treat zero length traversals as variable length traversals by @swilly22 in #483
  • Properties function should return a new map by @swilly22 in #484
  • CREATE should not access its own unbounded entities by @swilly22 in #488

Full Changelog: v2.12.8...v4.0.2