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 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
new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Free
AuraDS Professional
AuraDS Enterprise
AuraDB Business Critical
Neo4j Aura Database August Release Update
- Introduced a new Cypher function allReduce()to optimize variable path expansion in your queries, allowing for earlier filtering of irrelevant paths.
- ALTER DATABASE privileges (including sub-privileges) can now be specified per database, and not just at DBMS.
- Some queries previously unsupported by the NEXTstatement are now supported.
- Improved the performance of dynamic label queries, bringing them closer to the speed of static label lookups.
- Added an option in Cypher Shell CLI to disable the command and query history.
- Range index is now consistent with no index for equality comparisons over points and durations.
- Resolved a bug causing large number overflows in arithmetic operations
- Fixed an issue with spatial queries (point.distance()andpoint.withinBBox()) that could fail to find points just outside a restricted index region.Note: You may need to rebuild your point index for this fix to take full effect.
- Corrected an error that occurred when creating multiple linked users with a parameterized username.
new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Free
AuraDS Professional
AuraDS Enterprise
Data Importer
AuraDB Business Critical
🚀 New: Import from Cloud Object Storage


- 📁 Supported file types: .csv,.parquet
- 🧩 Supports multiple files with matching schema
- 🛠️ Familiar modeling and mapping workflow
- 🌐 Works across AWS, GCP, and Azure
new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Free
AuraDS Professional
AuraDS Enterprise
AuraDB Business Critical
Neo4j Aura Database July Release Update
- Expanded Generative AI Support: We have removed model restrictions for VertexAI and Google Bedrock when using the GenAI plugin. This allows you to use the latest available models. Important: The previous default model for VertexAI has been retired. Users must now explicitly specify a model in the configuration map when using VertexAI.
- Dynamic Labels and Types in Cypher: You can now use parameters to dynamically specify node labels and relationship types in your queries. This allows for more flexible query construction, for example: WHERE n:$($label).
- Improved Backup Inspection: For easier management and verification, backup metadata is now always included in the backup inspection output.
new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Free
AuraDS Professional
AuraDS Enterprise
New Console
AuraDB Business Critical
Console UI/UX Updates

- Clearer breadcrumb navigation in the header
- More consistent layouts for many screens
- Better use of our design system components
- Better responsive behavior
- Clearer hierarchy and navigation across orgs and projects
new
AuraDB Virtual Dedicated Cloud
AuraDS Enterprise
Browser.neo4j.io
Query
Upcoming changes to Neo4j Browser
- New Cypher editor with more accurate syntax highlighting, completions and linting support
- Richer table visualization with virtualized rendering to improve responsiveness at scale
- More scalable graph visualization
- New history with quick search
- Improved saved Cypher experience
- New parameter setting UI
- New built-in searchable Cypher reference
- Overhauled parameters support
- New styling support
- General overall stability improvements


new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Free
AuraDS Professional
AuraDS Enterprise
AuraDB Business Critical
Neo4j Aura Database June Release Update
- Cypher 5 (backwards-compatible and frozen; receives only bug and security fixes)
- Cypher 25 (actively evolving with new language features).
new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Free
AuraDS Professional
AuraDS Enterprise
New Console
AuraDB Business Critical
Dashboards
Dashboards now available in the Aura console

- AI-assisted dashboard building - Create a dashboard using our AI-powered generator and use the built-in GenAI copilot to customize charts. Enable Generative AI assistance features in your Organisation settings if required.
- Visualize your data interactively - Create live data dashboards with graphs, tables, bar charts, and more. Empower users to interact with data through adjustable filters.
- Share your work with others - Effortlessly share your work within the Aura console using the new Sharing feature.
new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Free
AuraDS Professional
AuraDS Enterprise
AuraDB Business Critical
Neo4j Aura Database May Release Update
- dbms.components() procedure will now also include the supported cypher versions.
- bug fix in pipelined runtime, where in certain scenarios cached properties in an OPTIONAL MATCH were not properly cleared between rows, which could lead to incorrect results.