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 changesandSegment 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
SessionizedWindowshave been removed completely (UI-2411)Destinationshave been removed completely (UI-2406)- The
GetRecommendationAPI has been removed (UI-2440) - The
cursorFieldfield on Warehouse sources has changed fromString!toString. - The
usersquery return type has changed from[User]to[Users!]!(UI-2412) - The
identityProvidersquery return type has changed from[IdentityProvider]to[IdentityProvider!]!(UI-2412) - New
GlobalWindowwindow type and accompanying APIs. - Removed property
destinationonVolumeValidatorandNumericAnomalyValidator. Removed propertydestinationIdonNumericAnomalyValidatorCreateInputandVolumeValidatorCreateInput. - Added
deviationon ValidatorMetric.deviationreturns the delta between seen value and broken boundary (lower/upper).
Other improvements & fixes
- Change: Renamed
MinuendtoSource fieldandSubtrahendtoField to subtract, in theRelative timevalidator. (UI-2475)
