Changelog
Follow up on the latest improvements and updates.
RSS
new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Free
AuraDB Business Critical
Aura Graph Analytics
FastPath is now available in Aura Graph Analytics
You can now use FastPath, a new algorithm in Aura Graph Analytics, to turn time-stamped event sequences into embeddings you can search, cluster, or feed into a model. Think customer journeys, patient histories, transaction chains, or clickstreams: anywhere timing changes what an event means. Three failed logins over a month means something very different from three failed logins in five seconds, and FastPath's embeddings capture that difference.
Use it to:
- Retrievesimilar journeys by searching FastPath embeddings in a vector index
- Discoverbehavioral patterns by clustering embeddings across your population
- Predictwhat happens next by feeding embeddings into downstream models for churn, risk, or anomaly detection
How to use it 🛠️
Call FastPath through the GDS Python Client (version 2.0 and later) or the Cypher API, same as any other GDS algorithm:
- Python:
gds.fast_path.mutate(
G,
base_node_label="Customer",
event_node_label="Event",
mutate_property="journeyEmbedding",
embedding_dimension=128
)
- Cypher:
CALL gds.fastPath.mutate('journeyGraph', {
baseNodeLabel: 'Customer',
eventNodeLabel: 'Event',
mutateProperty: 'journeyEmbedding',
embeddingDimension: 128
})
Full details are in the FastPath docs.
new
improved
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Free
AuraDS Professional
AuraDS Enterprise
New Console
AuraDB Business Critical
Instance explorer preview
Navigate your instances and databases more easily by trying our new instance explorer.

- All your instances in one view (Aura, Virtual Graph, and self-managed)
- Click an instance or database in the explore view, then see the relevant settings on the right
- Settings now benefit from much more space, consistently using a full screen display (rather than drawers and sub-screens)
You can try the preview now by clicking the "Switch to instances explorer" button in the top-right of the instances screen. You can switch back at any time.
We hope the new experience is easy to use and makes it simpler to find your instance settings. Please do send us your feedback!
Neo4j Aura Professional and Business Critical are now available in AWS eu-west-2, London.
You can now run Aura Professional and Business Critical workloads in London if your data needs to stay in the UK, or you want lower latency for UK-based workloads.
Get started today in the Aura Console or the Aura API.
Team Aura 🚀
Neo4j Aura Professional and Business Critical are now live in AWS Montreal (ca-central-1).
This release comes directly from customer feedback calling for more in-region options across the Americas, helping teams deploy Aura closer to their applications while meeting local data residency needs.
The Canada central region is now accessible through the Aura Console and Aura API.
Team Aura 🚀
new
AuraDB Professional
AuraDB Business Critical
Virtual Graph in Public Preview
You can now create a virtual graph database that translates Cypher to SQL and pushes queries to BigQuery, Databricks and Snowflake. Virtual Graph is zero-copy, which means no ETL or data movement. You do get full Neo4j tooling (Browser, Bloom, GDS, Agents and MCP Server in Aura).
Virtual Graph is currently available to AuraDB Professional and Business Critical customers. It is currently free to use until the 1st of September, when billing will start, and instances will use Aura Credits based on the instance's memory size.
To get started: select Instances + New and Virtual graph, name your instance and select 'Add new data source', or re-use one of your existing ones.
Please note that Virtual Graph is billed according to their instance size.

Documentation is available here
new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Free
AuraDS Professional
AuraDS Enterprise
Neo4j Aura August 2026 Release
The Neo4j Aura August release has recently started to roll out, commencing on AuraDB Free and progressing to higher tiers later.
🚀 New Cypher 25 features
- Native UUID Support: Introduced the newUUIDtype alongside new constructor functions (uuid(),uuid(name :: STRING),uuid(mostSigBits :: INTEGER,leastSigBits :: INTEGER)) and helper functions (uuid.leastSignificantBits(),uuid.mostSignificantBits()).
- String Interpolation: You can now embed expressions directly within strings using the new literal syntaxs"..."orS"..."(enclosing expressions in{}).
- List Predicates in PBAC: Property-based access control rules now allow predicates to check for the presence of a value in a list property (e.g.,GRANT ... FOR (n) WHERE 'gold' IN n.clearanceLevels TO role). Property values can also now sit on the right-hand side of predicates (e.g.,WHERE 1 > n.level).
- Clearer Query Logs:LIMIT/SKIP INTEGERandLOAD CSV'sFIELDTERMINATOR STRINGare no longer considered sensitive and will show up unobfuscated in query logs.
🛠️ Bug Fixes
- Composite Database Subqueries: Fixed an issue where passing an outside variable into aCALLsubquery mistakenly injected it into everyWITHclause as a grouping key. This previously caused query rejections due to fake memory spikes (OOM errors) and returned empty results instead of a correct count of0when no data was found.
- Dynamic Property Assignment: Fixed a bug where dynamic property targets could incorrectly observe earlier assignments in the sameSETclause (e.g.,SET n['x'] = n.y, n['y'] = n.xnow correctly swaps values instead of duplicating one).
- Math Operations:null / 0now correctly returnsnullinstead of raising a division-by-zero error, aligning with the GQL specification.
- Subqueries: Fixed an issue where a loneUSEwas placed inside aCOUNT/EXISTSsubquery expression.
For full details of all updates and fixes in this release, as well as links to relevant documentation please visit: Release Notes: Neo4j Aura Database – August 2026
new
Enterprise Studio
Neo4j Enterprise Studio 2026.08
The August release of Neo4j Enterprise Studio is available today. As always, we’re bringing the latest tool updates, plus a variety of operational improvements.
Enterprise Studio Features
- Added support for browser themes: users can now select a light or dark theme when viewing Enterprise Studio.
- Added support for storing secrets using Cloud Secret Managers.
- Changed default role mapping for Studio creators to be universally applicable to all Neo4j deployments.
- Improved robustness and consistency of error handling in all Enterprise Studio components.
Tool-specific features
- Bloom: Improved support for Virtual Graph databases.
- Bloom: Better display for long search phrases, fixes to parameter highlighting.
- Dashboards: Added rule-based styling for tabular data.
- Dashboards: A dashboard can now be viewed in a fullscreen presentation mode.
Documentation changes
- Expanded requirements on session affinity when using HTTP with a Neo4j cluster.
- Added instructions on enabling Horizontal Pod Autoscaling in Kubernetes.
- Expanded documented on OIDC flows.
- Added instructions for testing Enterprise Studio with a local Docker setup.
new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Free
AuraDB Business Critical
Multiple Databases now in Public Preview
We're excited to announce that ahead of General Availability in the coming months, you can now try multiple databases within a single AuraDB Business Critical or Virtual Dedicated Cloud instance, in Public Preview, under experimental terms. This follows a successful early access private preview program this year.

Multiple databases in AuraDB let you run separate, individual databases inside one AuraDB instance, sharing that instance's compute and memory. Instead of spinning up separate instances for different use cases, you can combine them into one and manage them all from the same place. It's a lighter-weight way to separate data for different teams, environments, or tenants, with less overhead than managing multiple instances.
Billing for multiple database enabled instances is the same as for single database instances. Usage is charged at your standard AuraDB GB-hour rate, regardless of the number of databases.

We're actively working on features ahead of General Availability. You can see exactly what's currently supported in the docs linked below.
We'd welcome your input over the next couple of months while we complete the feature set. Please try it out and share your experience using the
Feedback
button in the top right of the Console. For anything else, please use your usual Account Manager contacts, or raise via Customer Support.new
AuraDB Free
Aura Graph Analytics
Aura Graph Analytics is now available on AuraDB Free
We're excited to announce that Aura Graph Analytics (AGA) is now available on AuraDB Free! You can now run graph algorithms on your data without moving to a paid tier first.
Full GDS algorithm catalog
: AGA gives you access to the complete catalog of 65+ graph algorithms from Neo4j Graph Data Science, from PageRank and Louvain to node embeddings, all running in an isolated session that never touches your database's resources.No cost on Free
: Sessions on AuraDB Free aren't billed, so you can experiment freely before deciding whether to scale up.On by default
: New organizations already have AGA enabled. If you're not sure about yours, head to Organization settings to check.To get started, make sure Aura Graph Analytics is enabled at the organization level, then dive in. Our recent end-to-end guide, From first graph algorithm experiment to production with Aura Graph Analytics (also on Medium), walks you through the whole journey. Prefer a structured path? The new Aura Graph Analytics fundamentals course on Neo4j GraphAcademy covers the same ground in about an hour, and our hands-on workshop puts it into practice with real data.
Available on AuraDB Free with one session at a time, up to 2 GB of memory, up to a 30-minute idle timeout, and a 4-hour maximum session length. See the full tier comparison for higher limits on Professional, Business Critical, and Virtual Dedicated Cloud.
new
AuraDB Virtual Dedicated Cloud
AuraDB Business Critical
Dynamic & Time-Based Access Control with ABAC, now in Neo4j Aura!
We are pleased to announce that Attribute-Based Access Controls (ABAC) are now available in AuraDB for Business Critical and Virtual Dedicated Cloud tiers.

Key Capabilities
- Single Sign-On (SSO) Identity Provider Integration: Dynamically assign RBAC roles based on user claims controlled in your IdP (email,email_verified,name,preferred_username,groups).
- Native User Tags: Database instance users can be tagged with custom user tags directly in Neo4j AuraDB to enforce dynamic roles without bloating static role mappings.
- Time-Based Access Rules: Dynamically grant permissions during specific operational windows using real-time attributes like datetime.transaction().
ABAC User Tags Example
ABAC rules are created directly in AuraDB using the Cypher25 language.
The following example grants the FinancialAuditor RBAC role to native users who are tagged with both finance and auditor:
CREATE ROLE FinancialAuditor;
CREATE AUTH RULE financeAuditorRule SET CONDITION all(tag IN ['finance', 'auditor'] WHERE tag IN abac.native.user_tags());
GRANT ROLE FinancialAuditor TO AUTH RULE financeAuditorRule;
Read the ABAC Documentation for more details on creating and managing dynamic Auth Rules.
Load More
→