Changelog 1.3

In this release we introduce some major features:

Developer toolkit

The Validio developer toolkit includes Validio API, SDK, CLI, and Validio Code (IaC). You can use the Validio developer toolkit to interact with and automate any functionality in the Validio platform, without having to use the web interface.

Incident triaging

You can now triage incidents by assigning ownership and updating their status. This is coupled with the capability to sort and filter Incidents based on various criteria, enabling effective management and tracking of the entire incident resolution process

Incident details page

We have created a dedicated Incident details page for efficiently triaging and troubleshooting incidents. This page allows you to, for example, manage an incident's ownership and status, and provides a useful SQL query for debugging incidents from SQL data sources.

Azure support

In addition to GCP and AWS, Validio can now be hosted on Azure! Azure is supported both as managed solution and customer virtual private cloud.

Improvements & fixes

  • Fix issue with empty activity list (UI-2246)
  • Dropped the type constraint on the field for categorical distribution validators (UI-2243)
  • Fix broken date-picker on Validator details page (UI-2226)
  • Increased timeout for debug record queries to 2 minutes (UI-2238)
  • Update state of validators when source is being reset (UI-2194)
  • Show relative days in recent activities list (UI-2187)
  • No longer skip record when only some fields fail the schema validation (VR-2149)
  • Allow different minimum time windows based on source type (VR-2353)
  • Add debug query for numeric anomaly (VR-2370)
  • Reduce false positives in dynamic threshold caused by seasonality (VR-2356)
  • Improved numeric anomaly bounds calculation (VR-2381)
  • Numeric relative entropy now returns None when target or reference is empty (VR-2303)
  • Fix division by zero in numeric ratio validators (VR-2412)
  • Fix of S3 parquet schema issues (VR-2414)
  • Various smaller bug fixes, performance improvements, and UI updates.