| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2023-12-10 | 1.1 kB | |
| Totals: 1 Item | 1.1 kB | 0 | |
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
- Add Vector indexing Capabilities by @swilly22 in https://github.com/FalkorDB/FalkorDB/pull/3
- Add Bolt protocol support by @AviAvni in https://github.com/FalkorDB/FalkorDB/pull/6
- Add bolt protocol over websocket by @AviAvni in https://github.com/FalkorDB/FalkorDB/pull/481
Bug Fixes
- Treat zero length traversals as variable length traversals by @swilly22 in https://github.com/FalkorDB/FalkorDB/pull/483
- Properties function should return a new map by @swilly22 in https://github.com/FalkorDB/FalkorDB/pull/484
- CREATE should not access its own unbounded entities by @swilly22 in https://github.com/FalkorDB/FalkorDB/pull/488
Full Changelog: https://github.com/FalkorDB/FalkorDB/compare/v2.12.8...v4.0.2