What's New

Lists the new features included in the latest release.

Implementation of 50-characters limit for all specified names across the platform

Currently, all specified names across Insights have a character limit of 128, which often leads to longer, complex names and increases the effort required for name validation and display handling. To improve usability and promote consistency, a 50-character limit has been implemented for the following entity types:
  • Widget names
  • Display names
  • Dashboard names
  • Transaction names
  • Scheduler names
  • Folder names

This change encourages users to provide concise and meaningful names to their entities, reducing UI clutter and improving overall user experience. It also simplifies backend processing and validation logic, ensuring better data quality and readability across Insights.

Custom range time period selector is now based on tenant retention period

The custom range time period selector in the Insights header now validates the start and end time fields based on the tenant's retention period. This ensures that the selected date range stays within the allowed retention window. By enforcing this validation, unnecessary query API calls outside the valid retention range are avoided, which in turn optimizes system performance and improves response times.