Changelog
Follow up on the latest improvements and updates.
RSS
new
AuraDB Virtual Dedicated Cloud
AuraDB Business Critical
Adjustable Storage now available for AuraDB on GCP!

- Greater Flexibility: Scale resources to better suit your needs
- Cost Efficiency:Avoid additional compute expenses when only extra storage is required.
- Enhanced Experience: Eliminate manual processes and custom workaround requests through Support teams
new
AuraDB Professional
AuraDB Business Critical
Neo4j Announces GraphQL API for Neo4j AuraDB
- The new GraphQL API enables developers to:
- Create precisely tailored queries that return only needed data
- Reduce over-fetching and under-fetching of data
- Build more responsive applications with fewer round trips
- Leverage declarative data fetching while maintaining the power of graph relationships
- AuraDB Professional Trials
- AuraDB Professional
- AuraDB Business Critical
new
AuraDB Virtual Dedicated Cloud
AuraDB Business Critical
Neo4j Aura Graph Analytics Now Available!
- Provides up to an 80% increase in model accuracyand deeper insights by transforming graph structures into ML-ready features with graph embeddings
- Delivers 2X faster insightscompared to open-source alternatives through parallelized in-memory processing of graph algorithms
- Uses 75% less code and zero ETLwith 65+ prebuilt, optimized graph algorithms, native Neo4j integration, and support for projections using any data source
- Removes administrative overhead and lowers TCOwith no server provisioning, pay-as-you-go pricing, and independent scaling of compute and storage
new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
Important: Support for creating AuraDB version 4 instances ending May 31, 2025
new
improved
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Free
AuraDS Professional
AuraDS Enterprise
AuraDB Business Critical
Neo4j Aura Database April Release Update
- Neo4j Admin Database upload http requests have changed to ensure compatibility with the new Aura console.
- Introduce --error-format argument to Cypher Shell to control how errors are displayed. See Operations Manual.
- Transient error is not thrown when returning startNode and endNode on a deleted relationship.
- The AggregationSkippedNull warning is not sent going forward as this is the expected behaviour
- Fixes a bug that could cause incorrect ‘Mixing label expression symbols ('|', '&', '!', and '%') with colon (':') between labels is not allowed..’ errors.
- Fixes a bug where EXPLAIN would sometimes report slightly modified return columns if these variables were reused in the query.
- Fixes an issue in Legacy runtime where relationships created in a FOREACH block would all be created with a rightward direction ie FOREACH (... | CREATE (a)<-[:R]-(b)) would create (a)-[:R]->(b) relationship
improved
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Business Critical
Changes to metrics


new
Advanced Warning Aura Platform
GraphQL For AuraDB Beta Will Be Closing
improved
Advanced Warning Aura Platform
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Business Critical
New methods to access and download logs in Aura

- Filter before you download– Easily find the logs you care about using the analyser UI
- Full visibility– Access all query logs, not just failed or long-running ones
- Extended time range– View and select logs up to 24 hours old (within a 5M record limit)
- More download options– Choose JSON or CSV formats, summary or full detail
- Download retention extended– Logs now remain available for up to 30 days (was 7)
- Audit-ready– Downloads include requester identity, timestamp, and scope

new
AuraDB Professional
AuraDB Free
Data Importer
Import
AuraDB Business Critical
New in Neo4j AuraDB: Direct Import from Cloud Data Warehouses


new
improved
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Free
AuraDS Professional
AuraDS Enterprise
AuraDB Business Critical
Neo4j Aura Database March Release Update
- dbms.components() will return ‘5.27.0’ in the column versions. This is to support existing client applications that rely on the previous version format.
- When dbms.cypher.lenient_create_relationship is set to true, MERGE clauses will not fail with Neo.TransientError.Transaction.Outdated.
- Includes a new error handling mode for CALL IN TRANSACTIONS: ON ERROR RETRY.
- Fixes a bug with relationship traversal cursor pooling that could cause an ExpandInto operator to generate an incorrect relationship match in certain rare queries when executing on a block format database.
- Fixes a issue where X1 page does not exist for node -1 errors appearing after node deletion.
- Fixes a issue where …DELETE n RETURN n could fail in some scenarios.
- Fixes a issue where we returned true instead of the actual property value for some specific WHERE clauses.
- Fixes a issue where serialization of an empty list inside another list would cause an index out of bounds exception.
- Fixes a bug with Dynamic Relationship Types where the first type would be inadvertently cached and reused for all rows.