2023.0.1
This patch releases adds a build-in length
function for paths (thanks @Lukasmp3 for the request) and fixes issues when running Cypher-DSL on the module path (see c7747ca on main for more information).
🚀 Features
- Add
length()
function. (#569)
🔄️ Refactorings
- Replace
requires static transitive
withrequires static
.