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
Now Available: Default Cypher Version Setting for Organizations

new
AuraDB Professional
AuraDB Free
AuraDS Professional
AuraDS Enterprise
Access snapshots on paused instances
improved
fixed
new
Ops Manager
Neo4j Ops Manager 1.14.0 is now available
- 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
new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Free
AuraDB Business Critical
Neo4j Fleet Manager now available!

- Lower costs while improving control with centralized management of all their Neo4j deployments: AuraDB, Graph Database EE, CE, and Desktop
- Optimize performance and reliability with end-to-end visibility, insights, and health monitoring
- Improve resilience and uptime by streamlining workload operations with automated migrations to Aura, security advisories, and simplified upgrades
new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Free
AuraDB Business Critical
Terraform Provider for AuraDB now available in Neo4j Labs

- Retrieve information about Aura projects
- Create, modify, pause, resume, and delete AuraDB instances
- Take and restore AuraDB snapshots
- Create new AuraDB instances from snapshots
new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Free
AuraDS Professional
AuraDS Enterprise
AuraDB Business Critical
Aura Graph Analytics
Introducing Native Vector Type in Neo4j Aura

- Simpler code— First‑class vectors in the drivers mean fewer helpers and fewer mistakes.
- Integrity by default— Property‑type constraints enforce shape and dtype and protect your indexes.
- Future‑ready— Unlocks vector‑specific functions, indexes, and storage optimizations over time.
new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Business Critical
Adjustable Storage now available for AuraDB on Azure!

- Greater Flexibility: Scale resources to suit your needs
- Cost Efficiency: Avoid additional compute expense when only extra storage is required
- Improved Experience: Eliminate manual processes and custom workaround support requests
new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Free
AuraDS Professional
AuraDS Enterprise
AuraDB Business Critical
Neo4j Aura Database October Release Update
- VECTORType Support: We've introducedVECTORas a new supported type in Cypher, Block store format and v6 drivers.
- Construct Temporals from Strings: You can now construct temporal values (like dates and times) from formatted strings, with the option to provide patterns for the conversion. This complements the feature to format temporal values into strings in last month's release.
- Better Error Highlighting: To help you debug faster, Cypher errors in JSON query logs and cypher-shell will nowdisplay the query string along with a position markerpointing to where the error occurred.
- Cypher: We now allow usingnullas a default value for non-primitive procedure parameters, and fixed a bug where values in the options maps forCREATE INDEXandCREATE CONSTRAINTScould be transposed.
- Server: A rare issue was fixed where malformed tokens (like empty strings) could bypass validation and cause a database panic, and a stack overflow error is now prevented when sorting free IDs for big value store.
new
AuraDB Professional
Aura Graph Analytics
Neo4j Graph Intelligence for Microsoft Fabric
- Incorporate graph within your Fabric Workspaces.
- Transform your OneLake data into a graph with AI assisted modelling.
- Run graph algorithms and query your graph with Cypher all in the Fabric console.
- Graph assets become discoverable and trusted across your organization by Tagging, Endorsing & Certifying Items.
- Data Lineage & Governance of the Spark jobs used to create the graphs.
- Ability to adjust the data model before import.
- View the imported data model after import.
- Specify the instance size during creation (not available in the trial).
- Support for Aura Graph Analytics - serverless analytic sessions.
- Checks to ensure essential Aura features are enabled.
- Support for lakehouses that contain shortcuts.
new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Free
AuraDS Professional
AuraDS Enterprise
Data Importer
Import
Announcing the Aura Import API
- POST /import/jobs— Run an import job
- GET /import/jobs/{AURA_API_IMPORT_JOB_ID}— Check job status (with optional progress details)
- POST /import/jobs/{AURA_API_IMPORT_JOB_ID}/cancellation— Cancel a running job
- API specification
- Authentication guide
- Blog post walkthrough - featuring a Google Cloud Workflows example to schedule imports