11/06/2025 | Press release | Archived content
This page showcases new features, changes, and bug fixes in Dynatrace SaaS version 1.327. It contains:
Feature updates
Platform | Davis
New field in Davis Problems indicating root cause analysis execution state
Davis Problems now indicates the root cause analysis execution status in the field. This allows configuring problem notifications based on the problem's maturity.
Platform | DQL
More possibilities for using the ~ operator in DQL
The operator in DQL can now also be used with expressions on the left side, as shown in the following example:
fetch logs
| filter substring(content, from:0, to:100) ~ "error"
The command continues to support only root-level fields on the left side of the operator, the same as other operators such as or .
Platform | OpenPipeline
OpenPipeline Technology API
The API endpoint now includes deprecated technologies in its response. Each technology object has two new fields:
"deprecated": false,
"replacementId": null
Platform | OpenPipeline
OpenPipeline Configuration API
The OpenPipeline Configuration API endpoints
are marked as deprecated.
Use the Settings API with OpenPipeline schemas , , and for each configuration scope instead. For more details, see the migration guide.
Digital Experience | Experience Vitals
Waterfall analysis for page loads in the Experience Vitals app
The new Waterfall analysis feature in Experience Vitals provides powerful insights to analyze and optimize web performance.
Key features
More to come
Future updates will include Google Web Vitals annotations, trace linking, and individual resource analysis in Notebooks.
Fixes and maintenance
Resolved issues in this release (SaaS)