Changelog
Follow up on the latest improvements and updates.
RSS
new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Business Critical
Larger 5TB Adjustable storage now available on AWS

- 192GB instances now support up to ~3TB of storage
- 256GB instances now support up to ~4TB of storage
- 384GB and 512GB instances now support up to ~5TB of storage
- Even greater flexibility: scale storage based on workload needs without increasing compute
- Improved cost efficiency: avoid additional compute costs when only more storage is required
- A smoother experience: configure storage directly without manual processes, custom workarounds, or support requests
new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Free
AuraDS Professional
AuraDS Enterprise
AuraDB Business Critical
Neo4j Aura May Database Release
- Composable SHOW commands: Combine multiple Cypher commands in one query and mix them with other Cypher statements. Supported commands include SHOW INDEXES,SHOW CONSTRAINTS,SHOW FUNCTIONS,SHOW PROCEDURES,SHOW DATABASES, and more.
- ACYCLICwithSHORTESTandANYpaths: You can now combineACYCLICwithANY,SHORTEST,ALL SHORTEST, and related path selectors.
- New native string functions: string.indexOf,string.join, andstring.regexReplaceare now native Cypher functions. Relatedapoc.text.*functions are deprecated.
- Fixed a network channel concurrency issue that could cause out-of-order messages and slower writes.
- Disabled a parallel runtime planner behavior that could increase memory use for some variable-length patterns. Re-enable per query with CYPHER parallelRepeatHeuristic=enabled.
- Fixed COUNT(DISTINCT)overcounting in the pipelined runtime.
- Auth rules with invalid time functions now fail at creation time.
- Fixed stDev()returning 0 instead of null for empty input.
new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDS Professional
AuraDS Enterprise
AuraDB Business Critical
🚀 New Aura Billing Experience is now available for all customers with a payment method
- Billing Overview: Your new financial dashboard. Get a month-to-date usage snapshot at a glance, featuring a brand-new burndown chart and credit balance tracking for prepaid accounts.
- Cost Explorer: An interactive tool to slice and dice your historical usage. Customize your view with interactive charts and export your data to CSV for deeper analysis.
- Analyze spending patterns: Track trends over custom timeframes and bucket data by day or month.
- Pinpoint cost drivers: Identify the exact projects, services, resources, or providers driving up your bill.
- Investigate financial impact: Deep-dive into the your resource consumption cost to optimize your budget.
new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Free
AuraDB Business Critical
neo4j-cli has arrived!

new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Business Critical
🚀 High Memory 2TB Instances now available for AuraDB on GCP

- 256GB instances can now support up to ~4TB storage
- 384GB instances can now support up to ~5TB storage
- 512GB instances can now support up to ~5TB storage
new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDS Professional
AuraDS Enterprise
AuraDB Business Critical
Tidy Up Your Org with Automated User Pruning 🧹
- Set Your Rules: Define a period (30–365days) after which inactive members are automatically removed from the Org.
- Fair Warnings: Aura optionally sends up to three email notificationsto users before they lose access, giving them plenty of time to log back in.
- Activity Defined: Any action in the Console or via the Aura API resets the inactivity timer.
- Built-in Safety: We’ll never remove the last Owner or Project Admin, and you can mark specific VIPs as Exempt.
- Easy Recovery: Users automatically pruned can be re-invited to the org if they need to regain access.
new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Business Critical
Aura Graph Analytics
Project-level Machine Learning Model Persistence in Aura Graph Analytics
- Project-wide access: Models can be accessed by GDS Sessions created within the same Aura project.
- Provider & Region: Models are available to sessions operating in the same cloud provider and region where they were stored.
- User Ownership: Access to a model is currently limited to the specific user who originally trained and saved it (i.e., the owner of the session that stored the model initially). (Note: Sharing models with other users viagds.model.publishis coming soon!)
- Cypher: Manage your models directly using standard Cypher model catalog operations (note: access via the Cypher API requires an additionalsessionNameparameter).
- GDS Python Client: Available natively for users on version 1.21 and newer.
new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Free
AuraDS Professional
AuraDS Enterprise
AuraDB Business Critical
Neo4j Fleet Manager
Aura Console User Password Requirements
- Log in to the Aura Console using email/password.
- Go to Account > Settings > Preferences > Security.
- Enable Multi-Factor Authentication (MFA).
- Follow the MFA set up steps.
- Update your password: If you're using a short password it is time to update it. The next time you change your password, you’ll be prompted to meet the new 16-character requirement.
- Enable MFA: If you haven’t already, grab your favorite authenticator app (like Google Authenticator or Authy) and link it to your account.
new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Free
AuraDS Professional
Dashboards
Dashboard actions now available
- Build interactive filtering based on table cells
- Create checklists and let users select parameters dynamically
- Add in drilldowns to enable rich dashboarding applications

new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Free
AuraDS Professional
AuraDS Enterprise
AuraDB Business Critical
Neo4j Aura Database April Release
- IS LABELED / IS NOT LABELED: New GQL-compliant predicates to test for node labels (equivalent to the existingISandIS NOTsyntax). More details on Cypher Manual.
- FOR Statement: You can now use the GQLFORstatement to extract individual rows from a list (the GQL equivalent ofUNWIND).
- ai.text.chunkByTokenLimit: Automatically split input strings into lists while respecting specific token limits. Link to Docs.
- ai.text.countToken: Easily estimate the token count of a given string directly within your query. Link to Docs.
- Memory Optimization: Significant reduction in memory usage for theSHORTESTstatement and improved precision for memory tracking within the Top operator.
- Parallel runtimememory tracking enhancements: Improved the precision of memory tracking within the Top operation.
- Detailed version reportingin query output: EXPLAIN and PROFILE output now consistently includes the underlying Neo4j version, reporting down to the point release.
- Drivers: Updatedneo4j-java-driverandnetty-bom.
- Vector Indexing: Fixed an issue where quantized data invector-3.0indexes wasn’t being utilized at query time. This fix reduces memory usage for vector searches without requiring an index rebuild.
- RBAC/PBAC: Resolved an error that occurred when running duplicate Property-Based Access Control commands containing temporal functions.
- Show Databases: Fixed an incorrect error message when passing a parameter with the incorrect type to SHOW DATABASES.
- Stability: Fixed a rare record format bug related to iterating relationships on nodes that concurrently become dense.
- Pathfinding: Fixed a bug whereSHORTESTwould occasionally omit valid paths when multiple targets were present.