Skip to content

Releases: FalkorDB/FalkorDB

v4.0.9

19 Apr 12:32
b7979fd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.8...v4.0.9

v4.0.8

16 Apr 12:04
0c7e0b1
Compare
Choose a tag to compare

This is a maintenance release for FalkorDB 4.0

What's Changed

Full Changelog: v4.0.7...v4.0.8

v4.0.7

04 Apr 20:29
bec19b4
Compare
Choose a tag to compare

This is a maintenance release for FalkorDB 4.0

What's Changed

Full Changelog: v4.0.6...v4.0.7

v4.0.6

26 Mar 14:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.5...v4.0.6

v4.0.5

05 Mar 12:43
06ab1ab
Compare
Choose a tag to compare

Changes

  • integrate falkordbrs (#544)
  • update deps (#587)

🚀 New Features

Contributors

We'd like to thank all the contributors who worked on this release!

@AviAvni, @dudizimber and @swilly22

V4.0.4

20 Feb 10:36
Compare
Choose a tag to compare

This is a maintenance release for FalkorDB 4.0

What's Changed

Bug Fixes

Full Changelog: v4.0.3...v4.0.4

v4.0.3

13 Dec 13:24
Compare
Choose a tag to compare

This is a maintenance release for FalkorDB 4.0

Bug Fixes

  • Double free query vector (#543)

4.0.2 GA

10 Dec 11:20
Compare
Choose a tag to compare

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

v4.0.1 Beta.1 Pre-release

02 Nov 08:05
Compare
Choose a tag to compare
Pre-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

v4.0.0 Alpha.1

15 Sep 07:05
Compare
Choose a tag to compare
v4.0.0 Alpha.1 Pre-release
Pre-release

Blog: https://www.falkordb.com/blog/falkordb-4-0-0-first-milestone

Docker tag 4.0.0-alpha.1

docker run -it -p 6379:6379 -p 7687:7687 falkordb/falkordb:4.0.0-alpha.1

What's New

Bug fixes

Many small bug fixes are also included in this pre-release

Full Changelog: https://github.com/FalkorDB/FalkorDB/commits/v4.0.0-a1