Changelog

Follow up on the latest improvements and updates.

RSS

new

AuraDB Virtual Dedicated Cloud

AuraDB Professional

AuraDB Free

AuraDS Professional

AuraDS Enterprise

AuraDB Business Critical

Neo4j Aura Database August Release Update

The Neo4j Aura August release is now rolling out—starting with AuraDB Free and gradually extending to higher-tier instances.
This month brings new Cypher and Cypher Shell functionalities, and improved query performance!
Key Updates
  • Introduced a new Cypher function
    allReduce()
    to optimize variable path expansion in your queries, allowing for earlier filtering of irrelevant paths.
  • ALTER DATABASE privileges (including sub-privileges) can now be specified per database, and not just at DBMS.
  • Some queries previously unsupported by the
    NEXT
    statement are now supported.
  • Improved the performance of dynamic label queries, bringing them closer to the speed of static label lookups.
  • Added an option in Cypher Shell CLI to disable the command and query history.
Fixes
Server
  • Range index is now consistent with no index for equality comparisons over points and durations.
Cypher
  • Resolved a bug causing large number overflows in arithmetic operations
  • Fixed an issue with spatial queries (
    point.distance()
    and
    point.withinBBox()
    ) that could fail to find points just outside a restricted index region.
    Note: You may need to rebuild your point index for this fix to take full effect.
  • Corrected an error that occurred when creating multiple linked users with a parameterized username.
For full details of all updates and fixes in this release, please visit: Release Notes: Neo4j Aura Database – August 2025

new

AuraDB Virtual Dedicated Cloud

AuraDB Professional

AuraDB Free

AuraDS Professional

AuraDS Enterprise

Data Importer

AuraDB Business Critical

🚀 New: Import from Cloud Object Storage

We’re excited to announce that Neo4j Aura now supports importing data directly from
AWS S3
,
Google Cloud Storage
, and
Azure Blob & Data Lake Storage
!
CleanShot 2025-08-01 at 15
With this release, you can ingest data stored in object storage into your graph, using CSV or Parquet files as input. You can map one or more files—using glob patterns if needed—into temporary tables, enabling flexible transformations and modeling. These tables support the same intuitive mapping experience available for RDBMS and Cloud Data Warehouse sources, so you can stay productive no matter where your data lives.
CleanShot 2025-08-01 at 15
Whether you're loading product catalogs, user activity logs, or complex relationship data, it’s now easier than ever to bring that data into Neo4j using our visual import tools.
  • 📁 Supported file types:
    .csv
    ,
    .parquet
  • 🧩 Supports multiple files with matching schema
  • 🛠️ Familiar modeling and mapping workflow
  • 🌐 Works across AWS, GCP, and Azure
💬
Have feedback or ideas?
We’d love to hear from you! Visit feedback.neo4j.com to share your thoughts and help shape future improvements.

new

AuraDB Virtual Dedicated Cloud

AuraDB Professional

AuraDB Free

AuraDS Professional

AuraDS Enterprise

AuraDB Business Critical

Neo4j Aura Database July Release Update

The Neo4j Aura July release is now rolling out—starting with AuraDB Free and gradually extending to higher-tier instances.
This month brings exciting updates to our Generative AI integration and new dynamic capabilities in Cypher!
Key Updates
  • Expanded Generative AI Support: We have removed model restrictions for VertexAI and Google Bedrock when using the GenAI plugin. This allows you to use the latest available models.
    Important
    : The previous default model for VertexAI has been retired. Users must now explicitly specify a model in the configuration map when using VertexAI.
  • Dynamic Labels and Types in Cypher: You can now use parameters to dynamically specify node labels and relationship types in your queries. This allows for more flexible query construction, for example:
    WHERE n:$($label)
    .
  • Improved Backup Inspection: For easier management and verification, backup metadata is now always included in the backup inspection output.
Important Fixes
This release fixes a critical bug that could cause the parallel runtime to return incorrect results for queries containing map projections (e.g.,
MATCH (n) RETURN n {.*} AS map
).
For full details of all updates and fixes in this release, please visit: Release Notes: Neo4j Aura Database – July 2025.

new

AuraDB Virtual Dedicated Cloud

AuraDB Professional

AuraDB Free

AuraDS Professional

AuraDS Enterprise

New Console

AuraDB Business Critical

Console UI/UX Updates

We have updated the Aura console with a range of UI/UX improvements.
Collapsible navigation
aura-console-new-nav
Improved screen consistency and better layouts
  • Clearer breadcrumb navigation in the header
  • More consistent layouts for many screens
  • Better use of our design system components
  • Better responsive behavior
  • Clearer hierarchy and navigation across orgs and projects
Thank you for all the feedback that has been provided as we continue to work to improve our unified product experience.

new

AuraDB Virtual Dedicated Cloud

AuraDS Enterprise

Browser.neo4j.io

Query

Upcoming changes to Neo4j Browser

In the last couple of years, we’ve completely rebuilt our Cypher querying capability under the “Query” tab of Aura Console. It brings a large number of improvements over the old Neo4j Browser, including:
  • New Cypher editor with more accurate syntax highlighting, completions and linting support
  • Richer table visualization with virtualized rendering to improve responsiveness at scale
  • More scalable graph visualization
  • New history with quick search
  • Improved saved Cypher experience
  • New parameter setting UI
  • New built-in searchable Cypher reference
  • Overhauled parameters support
  • New styling support
  • General overall stability improvements
This same capability, built as a standalone Browser application has been available as an opt-in preview for some time:
unnamed (1)
unnamed (2)
Since Neo4j version 2025.05, the new Browser is now the default experience for those running Browser on localhost and is available integrated into the recently released Desktop v2.
From Neo4j
2025.08
, scheduled for release at the end of August, we’ll be making the switch for all remaining browser users including AuraDB Virtual Dedicated Cloud and AuraDS Enterprise customers accessing Browser at <dbid>.databases.neo4j.io/browser. No changes are required to SSO configurations since both versions will be served under the same
/browser
path. To ensure a smooth migration, the previous version of the Browser will remain accessible for a limited time.
We hope you enjoy the new Browser and if you have any feedback, please don’t hesitate to reach out at feedback.neo4j.com.

new

AuraDB Virtual Dedicated Cloud

AuraDB Professional

AuraDB Free

AuraDS Professional

AuraDS Enterprise

AuraDB Business Critical

Neo4j Aura Database June Release Update

The Neo4j Aura June release is now rolling out—starting with AuraDB Free and gradually extending to higher-tier instances.
As previously announced, this release introduces Cypher language versioning. Neo4j now supports two Cypher versions:
  • Cypher 5 (backwards-compatible and frozen; receives only bug and security fixes)
  • Cypher 25 (actively evolving with new language features).
Existing and new Aura instances currently default to Cypher 5 — switching to Cypher 25 requires explicit action.
You can set the default Cypher version per Aura instance using the command:
ALTER DATABASE neo4j SET DEFAULT LANGUAGE CYPHER <5/25>
Individual queries can also override the default with the
CYPHER <version>
prefix.
For full details of all updates and fixes in this release, please visit: Release Notes: Neo4j Aura Database – June 2025.

new

AuraDB Virtual Dedicated Cloud

AuraDB Professional

AuraDB Free

AuraDS Professional

AuraDS Enterprise

New Console

AuraDB Business Critical

Dashboards

Dashboards now available in the Aura console

We're excited to announce
Dashboards
is now available as a new tool for all Aura users. Whether you’re new to Neo4j or a Cypher wizard, you can use Dashboards to visualize your data in minutes.
image
Key benefits:
  • AI-assisted dashboard building - Create a dashboard using our AI-powered generator and use the built-in GenAI copilot to customize charts. Enable Generative AI assistance features in your Organisation settings if required.
  • Visualize your data interactively - Create live data dashboards with graphs, tables, bar charts, and more. Empower users to interact with data through adjustable filters.
  • Share your work with others - Effortlessly share your work within the Aura console using the new Sharing feature.
To get started, try Dashboards yourself, or check out our demo video for inspiration.

new

AuraDB Virtual Dedicated Cloud

AuraDB Professional

AuraDB Free

AuraDS Professional

AuraDS Enterprise

AuraDB Business Critical

Neo4j Aura Database May Release Update

The Neo4j Aura May release has started to roll out, commencing on AuraDB Free and progressing to higher tiers later.
Updates include:
  • dbms.components() procedure will now also include the supported cypher versions.
  • bug fix in pipelined runtime, where in certain scenarios cached properties in an OPTIONAL MATCH were not properly cleared between rows, which could lead to incorrect results.
Deprecations
For all Cypher language changes, deprecations, and compatibility, see Cypher Manual -> Deprecations, additions, and compatibility.
For more information, please refer to our release notes.

new

improved

AuraDB Virtual Dedicated Cloud

AuraDB Professional

AuraDB Free

AuraDS Professional

AuraDS Enterprise

AuraDB Business Critical

Neo4j Aura Database April Release Update

The Neo4j Aura April release has started to roll out, commencing on AuraDB Free and progressing to higher tiers later.
Some highlights include:
  • 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
  • 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
Please refer to the release notes for full details of the changes.

new

improved

AuraDB Virtual Dedicated Cloud

AuraDB Professional

AuraDB Free

AuraDS Professional

AuraDS Enterprise

AuraDB Business Critical

Neo4j Aura Database March Release Update

The Neo4j Aura March release has started to roll out, commencing on AuraDB Free and progressing to higher tiers later.
Some highlights include:
  • 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
  • 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.
Please refer to the Aura Release Notes for more information on any of the changes.
Load More