Changelog
Follow up on the latest improvements and updates.
RSS
new
AuraDB Professional
AuraDB Free
AuraDB Business Critical
MCP for Aura Now Available
- No setup:Connect through the Aura platform using your existing Aura credentials, so there is no server to install and no credentials to manage separately.
- Three ready-to-use tools:Schema, read, and read-write let your AI client explore your graph and start answering questions immediately, even one it has never seen before.
- Grounded answers:Every response comes from a real query against your real data, not a guess.
- Broad compatibility:Works with any MCP-compatible AI client or agent.
improved
new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Free
AuraDS Professional
Query
AuraDB Business Critical
Cypher Copilot updates: Smarter Queries, Baseline Edits, and In-Editor Review

new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Business Critical
Neo4j Fleet Manager
Fleet Manager: Migrate a Community Edition database to Aura




new
AuraDB Virtual Dedicated Cloud
AuraDS Enterprise
AuraDB Business Critical
🎉 New in Aura: Self-Service Single Sign-On (SSO)
new
AuraDB Professional
AuraDB Free
AuraDB Business Critical
Document Intelligence Preview now available


new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Free
AuraDS Professional
AuraDS Enterprise
AuraDB Business Critical
New Aura User Management APIs

new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Free
Data Importer
Import
New Console
Import Service: Support for List and Vector Datatypes



new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Free
AuraDS Professional
AuraDS Enterprise
AuraDB Business Critical
Neo4j Aura June Database Release
- CALL { ... } IN CONCURRENT TRANSACTIONSnow supportsDISJOINT BY, a deadlock prevention mechanism that eliminates lock contention in parallel write workloads natively. High concurrency ingestion, particularly when merging nodes with unique constraints or creating relationships, has always been vulnerable to deadlock, as parallel threads compete for the same locks simultaneously.DISJOINT BYresolves contention at scheduling time, before any transaction is attempted. See the Cypher Manual → Batch scheduling and deadlock prevention with DISJOINT BY.
- GRAPH TYPEmoves from public preview to GA in this release. You can now define, enforce, and validate your graph schema at the database level in production workloads with the stability guarantees that come with a fully supported feature. See the Cypher Manual → Graph types.
- Extend SHOW CURRENT GRAPH TYPEto be able to return lists of virtual nodes and relationships representing the graph type (similar in format to the output of db.schema.visualization()) instead of the current string representation. To get the graph version of the command, useSHOW CURRENT GRAPH TYPE AS GRAPH. See the Cypher Manual → SHOW CURRENT GRAPH TYPE AS GRAPH.
- For customers using Change Data Capture (CDC), we have added a txCommitTimecolumn to thedb.cdc.current()procedure. This update allows clients to conveniently identify the commit time of their most recent transaction alongside the transaction identifier.
- Vector SEARCHqueries now supportINfor filtering, allowing queries like:
- Native projections are now available in AGA via both Cypher and the GDS Python client.
- Project-level Machine Learning model publishing is now supported, automatically granting model access to all members of a project.
- Upgraded netty to version 4.2.15.Finalin order to resolve several CVEs.
- Fixed a bug that allowed cached pages to exceed the configured limit.
- Fixed a bug where outbound network chunks for secondaries were not flushed properly. This could lead to a buffer overflow in the outbound.
- Fixed a bug in the pipelined runtime where an OR EXISTSsubquery containing ordering could silently drop a result row:
- Fixed a record format bug where undirected scans of multiple relationship types omitted sibling relationships, resulting in a ~50% undercount in the output.
- Fixed an issue that let a User Defined Function (UDF) be defined as part of a Property-Based Access Control (PBAC) privilege. This isn't supported and wouldn't have worked as a user might have expected.
new
AuraDB Professional
AuraDB Free
AuraDS Professional
AuraDS Enterprise
AuraDB Business Critical
Aura Graph Analytics
Neo4j Fleet Manager
Aura Project Deletion now available
- Go to Project settings → Delete Project
- Select Delete Project
- A warning modal appears.
- Type the name of the project to confirm, then select Confirm Deletion.
- Go to Organization settings → Recover deleted projects
- Locate the project you wish to recover.
- Select Restore Project.
new
improved
AuraDS Professional
Desktop
New Console
AuraDB Business Critical
Neo4j Desktop 2 v2.2.0

- Added schema-based completions. Cypher editor now shows path templates for valid next relationship/labels.
- Added keyboard navigation for graph visualisation.
- Advanced graph analytics: added the ability to run graph analytics using the GDS plugin or Aura Graph Analytics on a projection based on the entire database.
- Improved support for Virtual Graphs.
- Fixed numerous smaller issues and improvements.
- Added presentation mode.
- Added support for moving cards between dashboard pages.
- Fixed map chart coordinate handling and resizing issues.