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 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.
🚀 New Cypher Features and Performance Improvements
- 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 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 ArrayIndexOutOfBoundsExceptionwhen 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.
.