v4.2.0
- Use a new version of the go client that allows for omissions of the chart
summarization
field from the dashboard chart objects.- This prevents the following API error, in the event the
summarization
field is not included in the JSON body:Cannot deserialize value of type `sunnylabs.query.SummarizationStrategy` from String \"\": was not one of [MEAN, MEDIAN, MIN, MAX, SUM, COUNT, LAST, FIRST, ANOMALOUS]
- This additionally allowed the removal of a patch that set the summarization field to "MEAN" when it was and empty string. The patch led to confusing diffs in the terraform plan, where
summarization
was being set to "" from "MEAN"; even if the field was not provided by the user.
- This prevents the following API error, in the event the