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 Console moving to console.neo4j.io
new
AuraDS Enterprise
Now Available - IP Filtering for Aura DS Enterprise
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 Virtual Dedicated Cloud
AuraDB Professional
AuraDB Free
AuraDS Professional
AuraDS Enterprise
AuraDB Business Critical
Now Available: Default Cypher Version Setting for Organizations

new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Free
AuraDS Professional
AuraDS Enterprise
AuraDB Business Critical
Access snapshots on paused instances
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 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 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
new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Free
AuraDS Professional
AuraDS Enterprise
AuraDB Business Critical
Neo4j Aura Database September Release Update
- Newformat()Function in Cypher 25: You can now format temporal values into a custom string pattern directly in your query.
- Smarter Query Planner: We’ve improved the query planner's logic to more frequently choose a faster index scan, boosting performance for certain queries.
- Better Cypher Version Errors: If you run a valid Cypher 25 query while in Cypher 5 mode, the error message will now inform you that the query would succeed in Cypher 25, making it easier to identify and resolve version-specific syntax issues.
- Fixed a very rare bug where a uniqueness constraint could incorrectly allow duplicate properties while the index was being populated.
- Resolved an issue that could lead to incorrect results for queries using shortestPath()in combination with anall()predicate.
- Addressed several bugs that could lead to errors, including NullPointerException during concurrent node deletions, OutOfMemoryError during query planning, and failures in queries using pipelined runtime.
- Relationship indexes are now correctly displayed in the output of SHOW TRANSACTIONS.
new
AuraDB Virtual Dedicated Cloud
AuraDS Enterprise
AuraDB Business Critical
Query Log Forwarding now available!
- Google Cloud Logging (GCP)
- CloudWatch (AWS)
- Log Analytics (Microsoft Azure)

- Supports regulatory, compliance, or operational requirements where Query Log Analyzer may not suffice
- Provides functionality similar to existing Security Log forwarding
- Near real-time streaming — logs are forwarded as they’re generated and typically available within seconds