Skip to content

Releases: asecurityteam/rolling

Fix TimeWindow not resetting buckets when re-using them.

16 Nov 20:13
1a3fec5
Compare
Choose a tag to compare

Support for custom timestamp values

16 Nov 20:07
150447a
Compare
Choose a tag to compare

AppendWithTimestamp func to support custom timestamp values

Migrate to go modules

19 Aug 20:02
cca7aa2
Compare
Choose a tag to compare
Merge pull request #6 from asecurityteam/go-mod-migration

Migrating repo from dep to go modules

Fix bug with empty percentiles

10 Jun 16:03
c63ea48
Compare
Choose a tag to compare
Merge pull request #5 from asecurityteam/fix-empty-percentiles

Fix percentile reduction when there are no values

Add tests for reductions

07 May 16:04
1d6ac5d
Compare
Choose a tag to compare

Add tests for Count, Sum, and Avg in reduce.go.

Fix for min/max reductions

12 Mar 14:33
9eb85d5
Compare
Choose a tag to compare
Merge pull request #3 from faycheng/bug-fix/reduce

bugfix: max & min reduction func