Skip to content

1.3.2 - Bug Fixes and Rolling Secondary Calc Change

Compare
Choose a tag to compare
@callum-mcdata callum-mcdata released this 18 Nov 20:32
· 114 commits to main since this release
e962a58

The 1.3.2 Release - Bug Fixes and Rolling Secondary Calc Change

This release is mainly bug fixes with a single changed feature that had been requested by @andresrecalde. We also had a new community contributor in the form of @rijnhardtkotze and @lianndellandrea! We love to see the community feedback in the form of issues and pull requests!

Changed Features

  • We've altered the rolling secondary calculation to make the interval input optional. If no interval is provided then the secondary calculation becomes unbounded and does a unbounded aggregation on all the previous rows. Helpful for keeping a running total from perpetuity! Change by @callum-mcdata in #186. Thanks for the suggestion @andresrecalde!

Bug Fixes

  • Fixed a bug where the calendar table was incorrectly joining to the base model when window was enabled on the metric. This was including an extra day in cumulative metrics. Change by @callum-mcdata in #183
  • Fixed a bug where start/end date fields ran into namespacing issues with the calendar table. date_day in both caused a bad time! Change by @callum-mcdata in #185

Project Changes

  • Fixes for JIRA Workflow by @callum-mcdata in #167
  • Updating Jira Project for Actions by @leahwicz in #169
  • Updating other Jira Actions to refer to the SEMANTIC project by @leahwicz in #171
  • [Bug] metric_jsonschema_example still references old properties in required fields by @rijnhardtkotze in #177
  • [SEMANTIC-65] [Bug] Environment variables in tests doesn't match test.env.example file by @rijnhardtkotze in #179

Full Changelog: 1.3.1...1.3.2