Skip to content

Releases: asecurityteam/rolling

Removes SDCLI, updates actions

02 Mar 21:52
26ce66e

Choose a tag to compare

What's Changed

  • chore: migrate lint/test to docker-based tooling by @gcase555 in #26

New Contributors

Full Changelog: v2.2.2...v2.2.3

Fix Semantic V2

02 Apr 13:35
fca684c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.1...v2.2.2

Fix TimeWindow not resetting buckets when re-using them.

16 Nov 20:13
1a3fec5

Choose a tag to compare

Support for custom timestamp values

16 Nov 20:07
150447a

Choose a tag to compare

AppendWithTimestamp func to support custom timestamp values

Migrate to go modules

19 Aug 20:02
cca7aa2

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

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

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

Choose a tag to compare

Merge pull request #3 from faycheng/bug-fix/reduce

bugfix: max & min reduction func