new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Free
AuraDS Self-Start
AuraDS Enterprise
AuraDB Business Critical
Neo4j Aura Database feature update!
The latest Neo4j Database features are now available for users in Aura. Some highlights include:
- Dynamically reference labels and properties in SETandREMOVEclauses. For example:SET n[$prop],REMOVE n[$prop],SET n:$($label)andREMOVE n:$($label).
- Added the GQL conformant OPTIONALkeyword to procedure and subquery calls. If no results are returned from the procedure or subquery,OPTIONAL CALLwill return null instead of an empty result.
- Allow ORDER BY,SKIP/OFFSET, andLIMITto be standalone clauses. Before, they could be used only in combination withRETURN,WITH, orYIELD; now, they can be used anywhere in a query.
Full details of new features and fixes are available in the Neo4j Release Notes!