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 December Release Update!
- Vector Embeddings: Use the newai.text.embedfunction andai.text.embedBatchprocedure to generate Neo4j vector types directly from your data.
- Text Completion: Generate text from prompts using the newai.text.completionfunction.
- Provider Management: Easily list allowed providers and configuration requirements withai.text.embed.providersandai.text.completion.providers.
- Collection Functions: We have expanded the Cypher 25 capabilities with a suite of new collection-based functions, includingcoll.distinct,coll.flatten,coll.sort,coll.insert, and more to give you finer control over your data structures.
- Faster Dynamic Labels:MATCHandMERGEqueries 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:MergeUniqueNodeto speed up merge queries with uniqueness constraints, andMergeIntoto improve performance on pattern creation queries.
- 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 ArrayIndexOutOfBoundsExceptionwhen using Label, Type, or property names longer than 2000 characters.
new
AuraDB Professional
AuraDB Free
AuraDS Professional
Project creation now 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

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.