Skip to content

Releases: stricaud/sightingdb

Bugfix

16 Apr 16:18
Compare
Choose a tag to compare

There was a bug when reading a value that did not exist because we were counting it before. This is fixed.

statistics, consensus and no warnings release

14 Apr 00:22
Compare
Choose a tag to compare

This release offers 2 new features:

  1. Statistics: can be used to store statistics over time when we do sightings. If will give an accurate count per hour so anyone can see how much data was sent at what time, instead of only getting a count, first seen and last seen. The default is not to return it, since it can be rather large, however, instead of using the "r" command, use "rs" for "read statistics"
  2. Consensus: when one write to a namespace a given value, and write to another one the very same value, it will make a consensus of 2, since 2 different namespaces share the same value. It helps getting insights on how many other people share the same value.

Last but not least, I removed all the compiler warnings.

CanSecWest 2020 at home

18 Mar 21:34
Compare
Choose a tag to compare

This release contains the ability to force timestamping when inserting events.

SightingDB first version

24 Dec 14:47
Compare
Choose a tag to compare

This this the first release of SightingDB, while there are still a lot of cleanup, it allows us to provide an expected release and move forward.