Changelog 1.6
October 25th, 2023 by Lars Fredholm
Revamped UI/UX
We have made updates and improvements to our UI/UX, throughout the entire web interface. We hope you find it more intuitive and better looking!
Introduction of Errors
Incidents are now split into two categories: Incidents and Errors.
- Incidents -
Validator threshold failures
- Errors -
Source errors
,Schema changes
andSegment limit exceeded
Global window support
Validio now supports an additional window type, Global window. Utilizing a global window is akin to performing a full load during every polling cycle. In simpler terms, for each poll, all validator metrics are computed for the entire Source, rather than for a sequence of windows.
Global window is only available for Data Warehouses and Query Engines.
API changes and additions
SessionizedWindows
have been removed completely (UI-2411)Destinations
have been removed completely (UI-2406)- The
GetRecommendation
API has been removed (UI-2440) - The
cursorField
field on Warehouse sources has changed fromString!
toString
. - The
users
query return type has changed from[User]
to[Users!]!
(UI-2412) - The
identityProviders
query return type has changed from[IdentityProvider]
to[IdentityProvider!]!
(UI-2412) - New
GlobalWindow
window type and accompanying APIs. - Removed property
destination
onVolumeValidator
andNumericAnomalyValidator
. Removed propertydestinationId
onNumericAnomalyValidatorCreateInput
andVolumeValidatorCreateInput
. - Added
deviation
on ValidatorMetric.deviation
returns the delta between seen value and broken boundary (lower/upper).
Other improvements & fixes
- Change: Renamed
Minuend
toSource field
andSubtrahend
toField to subtract
, in theRelative time
validator. (UI-2475)