-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
breakingThis will contain breaking changes or deprecationsThis will contain breaking changes or deprecations
Description
This issue lists all current deprecations in version 2.0 that should be removed in the next major version (3.0)
-
Call.importWith
Remove importWith #575 -
ListComprehension
constructor second parameter Breaking changes in ListComprehension #585 - Cypher 4 deprecations: These are deprecations on the Cypher language itself. Should be removed once Cypher Builder targets only Cypher 5 onwards list or deprecations
- size with a pattern (
size(()-[]-())
) Remove support for patterns in size #573 -
distance
in favor ofpoint.distance
Remove functions deprecated in Cypher 5 #572 -
id
in favor ofelementId
Remove functions deprecated in Cypher 5 #572
- size with a pattern (
-
Cypher.Operation
in favor ofCypher.Expr
Remove type Cypher.Operation #569 - Deprecate
CompositeClause.children
with no replacement Deprecate CompositeClause.children #517 - Deprecate
Foreach
extra constructor parameters in favor of methodsin
anddo
Remove extra parameters in Foreach #570 - Support for node 16. Update minimum node version to 20 Update node version #565
- Remove apoc methods Remove apoc functions and procedures #589
- Remove
labelOperator
option. This will not be supported by Cypher 4, new default is&
Remove labelOperator #588
Discussions
- Rename class
IsType
toIsTypeExpr
to avoid confusion withisType
Deprecate IsType in favor of IsTypeExpr #519 - Create a Expr class or interface, extended by all the expressions. This may solve
IsType
ambiguity and Support for index operator on list expressions #229 - Call
onError
andretry
Add retry option to inTransaction #528 - Remove
Yield
in favor or returning Procedure Deprecate yield in favor of Procedure #542 - Deprecate
cypherVersion
in favour ofcypherPrefix
- Maybe predicate should have
Case<ComparisonOp>
instead ofCase
Metadata
Metadata
Assignees
Labels
breakingThis will contain breaking changes or deprecationsThis will contain breaking changes or deprecations