Changelog

Follow up on the latest improvements andĀ updates.

RSS

new

AuraDB Professional

AuraDS Professional

AuraDB Business Critical

šŸŒ Neo4j AuraDB Now Available in AWS Sydney (ap-southeast-2)

Neo4j AuraDB Professional and Business Critical and AuraDS are now available in
AWS Sydney
ap-southeast-2
. This marks Neo4j’s first region in Australia and expands our presence in the Asia–Pacific region. This launch reflects direct feedback requesting local deployment options in APAC, allowing teams to run Aura closer to applications while supporting regional data residency requirements.
The Sydney region is available for AuraDB and AuraDS deployments via the Aura Console or Aura API.
Team Aura. šŸš€

new

AuraDB Professional

AuraDS Professional

AuraDB Business Critical

šŸŒ Aura Now Available in AWS Ohio (us-east-2)

Neo4j AuraDB Professional and Business Critical and AuraDS are now available in
AWS
Ohio
us-east-2
, expanding our regional footprint in North America. You can deploy AuraDB and AuraDS closer to your applications and users to reduce latency, meet data residency requirements, and improve overall performance.
The launch in the us-east-2 region is in direct response to user demand, so please continue to submit your feedback!
Team Aura šŸš€

new

improved

Ops Manager

Neo4j Fleet Manager

Now available - Neo4j Fleet Manager via API and CLI

Support for Neo4j Fleet Manager in the Aura API and CLI is now available, which enables easier DevOps integration with Neo4j Fleet Manager for our self-managed customers.
Using the API/CLI it is possible to perform the core functions of Neo4j Fleet Manager, including register a deployment, list all deployments in a project, get details for a deployment, manage tokens and remove a deployment.
To use the API/CLI, you will need an Aura API key (with associated account, project and permissions), and the organisation ID and project ID you wish to work with.
The API is available in the Aura v2 API (beta) and the CLI is available from version 1.5 and later of the Aura-CLI. Documentation can be found for the API and CLI in the Aura docs.

new

AuraDB Virtual Dedicated Cloud

AuraDB Professional

AuraDB Free

AuraDS Professional

AuraDS Enterprise

AuraDB Business Critical

Neo4j Aura Database December Release Update!

The Neo4j Aura December release is now rolling out—starting with AuraDB Free and gradually extending to higher-tier instances.
šŸ¤– GenAI Plug-in
We have expanded our GenAI capabilities with native functions and procedures for major providers (e.g. OpenAI, Azure OpenAI, Google VertexAI, and Amazon Bedrock):
  • Vector Embeddings
    : Use the new
    ai.text.embed
    function and
    ai.text.embedBatch
    procedure to generate Neo4j vector types directly from your data.
  • Text Completion
    : Generate text from prompts using the new
    ai.text.completion
    function.
  • Provider Management
    : Easily list allowed providers and configuration requirements with
    ai.text.embed.providers
    and
    ai.text.completion.providers
    .
šŸš€ New Cypher Features and Performance Improvements
  • Collection Functions
    : We have expanded the Cypher 25 capabilities with a suite of new collection-based functions, including
    coll.distinct
    ,
    coll.flatten
    ,
    coll.sort
    ,
    coll.insert
    , and more to give you finer control over your data structures.
  • Faster Dynamic Labels
    :
    MATCH
    and
    MERGE
    queries utilizing dynamic labels (e.g.,
    MATCH (p:$("Person"))
    ) now leverage property indexes, resulting in significantly faster performance.
  • Optimized Merge Operations
    : We’ve introduced two new planner operators:
    MergeUniqueNode
    to speed up merge queries with uniqueness constraints, and
    MergeInto
    to improve performance on pattern creation queries.
šŸž Security and Bug Fixes
  • Security
    : Resolved CVE-2025-12738 to tighten permission on property setting on and CVE-2025-11602 on Bolt protocol.
  • Fixed bugs related creation of full-text indexes, corrected error code 42N68 to 42I58 and fixed
    ArrayIndexOutOfBoundsException
    when using Label, Type, or property names longer than 2000 characters.
For full details of all updates and fixes in this release, please visit: Release Notes: Neo4j Aura Database – December 2025.
.

new

AuraDB Professional

AuraDB Free

AuraDS Professional

Project creation now available

Monosnap Image 2025-12-15 10-53-59
We're extremely excited to announce that project creation is now available for our self service customers using prepaid and credit card payment methods!
Projects are logical containers for Neo4j Aura resources, which could be an instance, graph analytics session, agent or dashboard.
Create a project
To create a project, your user will need the Organization Admin or Organization Owner role. Navigate to the Organization menu → Projects. Click the ā€˜Create project’ button to create a project. Name the project and select the payment method which will be used. An optional SSO profile can be added.
Once the project is created, you will be taken to the ā€˜Get Started’ screen. You can now add new members to the project and create resources in the same way as the first project.
Note:
Creating projects using legacy marketplace payment methods is not possible. All new marketplace integrations will receive project creation functionality in early Q1 2026.
Edit a project
To edit project details and settings, you will need the Project Admin role. Navigate to Project → Settings on the left menu bar. Here you can edit the project name, view the payment method attached to the project, and manage settings, including:
Deleting projects
Deleting Neo4j Aura projects is currently not available.

new

AuraDB Virtual Dedicated Cloud

AuraDB Professional

AuraDB Free

AuraDS Professional

AuraDS Enterprise

AuraDB Business Critical

Now Available: Default Cypher Version Setting for Organizations

Since the release of Cypher 25 in June 2025, Cypher 5 has entered long-term support. All new features are now released exclusively on Cypher 25 each month.
While Cypher 5 remains the default version on Aura, and you can still use
ALTER DATABASE
commands to set the default Cypher version of an individual instance, we have been working to make it easier for you to use the exciting new capabilities of Cypher 25 on Aura.
Starting today, Organization Owners and Admins can set
Cypher 25
as the default version for
all new instances
in their Organization directly from the Aura Console.
To do this, navigate to:
Organization Settings > General Settings.
ScreenRecording2025-12-11at11
Existing instances will keep their Cypher version, and you need to use
ALTER DATABASE
commands to change their Cypher version.
This update allows you to get the most out of Neo4j Aura by easily taking advantage of the new Cypher functions and procedures available in Cypher 25. You can also switch back to Cypher 5 whenever you choose.
Check out our documentation - Organization Settings and Managing Cypher version of an Instance for more information!

new

AuraDB Virtual Dedicated Cloud

AuraDB Professional

AuraDB Free

AuraDS Professional

AuraDS Enterprise

AuraDB Business Critical

Access snapshots on paused instances

We're happy to announce that selected snapshots are available to access for all AuraDB and AuraDS instances while paused.
Scheduled daily full snapshots and on demand snapshots create a full backup artefact which can be exported via the Neo4j Aura Console, and also via the public Aura API.

improved

fixed

new

Ops Manager

Neo4j Fleet Manager

Neo4j Ops Manager 1.14.0 is now available

Overview
This release adds support for Neo4j Ops Manager users to log in using
Single Sign-on
. The Neo4j Ops Manager server can be configured with one or more of these SSO IdPs: Auth0, Google Identity, Microsoft Entra ID and Okta. See the Neo4j Ops Manager documentation for more details.
This release also includes changes to components based on security and supportability.
It is available now to download from the download centre and other usual repositories.
Highlights
Support for integrating with SSO for login authorization flow (Docs):
  • Add Google Identity authorization code flow
  • Add Auth0 authorization code flow
  • Add Entra ID authorization code flow
  • Add Okta auth code flow
  • Add profile page for SSO
  • Block username-password login if it is turned off
  • Log warnings on missing claims, default to empty first/last name, email
Migrate to Neo4j Design Library v3
Migrate to official spring gRPC
Allow external emails in notification configs
Add userCreated field to conditions
Update to Spring boot 3.5.8
Fixes
Make non-user created conditions undeletable
Make mTLS cert config optional
Adding constraint for Metric timestamps
Add migration to remove any broken metrics

new

AuraDB Virtual Dedicated Cloud

AuraDB Professional

AuraDB Free

AuraDB Business Critical

Neo4j Fleet Manager now available!

Neo4j Fleet Manager is a new product that provides a single control plane to unify management, monitoring, and operations across all Neo4j databases - on-premise, hybrid, and in the cloud.
image
This new free offering enables administrators to:
  1. Lower costs while improving control with centralized management of all their Neo4j deployments: AuraDB, Graph Database EE, CE, and Desktop
  2. Optimize performance and reliability with end-to-end visibility, insights, and health monitoring
  3. Improve resilience and uptime by streamlining workload operations with automated migrations to Aura, security advisories, and simplified upgrades
Check out the blog to learn more about this announcement.

new

AuraDB Virtual Dedicated Cloud

AuraDB Professional

AuraDB Free

AuraDB Business Critical

Terraform Provider for AuraDB now available in Neo4j Labs

Now available in Neo4j Labs — we’re excited to announce the Beta 1 release of the Terraform Provider for Neo4j Aura!
You can access it directly from the Terraform Provider Repository for immediate use in your Terraform configurations, or build and run it yourself from the source code on GitHub.
image
The Neo4j Aura Terraform Provider brings a fully declarative, infrastructure-as-code (IaC) approach to managing your AuraDB environments. By codifying interactions with the Aura Management API, teams can streamline, standardize, and automate the provisioning and lifecycle management of AuraDB resources.
With this initial beta, you can:
  • Retrieve information about Aura projects
  • Create, modify, pause, resume, and delete AuraDB instances
  • Take and restore AuraDB snapshots
  • Create new AuraDB instances from snapshots
Additional capabilities will continue to roll out as we evolve the provider.
We’d love to hear what you think — please share your feedback on our Aura General Feedback board, or via your Account Manager!
Load More
→