Releases: asecurityteam/rolling
Releases · asecurityteam/rolling
Removes SDCLI, updates actions
Fix Semantic V2
What's Changed
- Reference default renovate settings by @byott in #17
- Onboard to SonarQube by @ensary in #22
- #16 Fix semantic v2 major by @Dainerx in #20
New Contributors
- @byott made their first contribution in #17
- @ensary made their first contribution in #22
- @Dainerx made their first contribution in #20
Full Changelog: v2.2.1...v2.2.2
Fix TimeWindow not resetting buckets when re-using them.
Support for custom timestamp values
AppendWithTimestamp func to support custom timestamp values
Migrate to go modules
Merge pull request #6 from asecurityteam/go-mod-migration Migrating repo from dep to go modules
Fix bug with empty percentiles
Merge pull request #5 from asecurityteam/fix-empty-percentiles Fix percentile reduction when there are no values
Add tests for reductions
Add tests for Count, Sum, and Avg in reduce.go.
Fix for min/max reductions
Merge pull request #3 from faycheng/bug-fix/reduce bugfix: max & min reduction func