Skip to content

0.2.0

Latest

Choose a tag to compare

@greg-el greg-el released this 19 Dec 15:47
· 2 commits to main since this release
7377c4a

This release adds a big component of tracker architecture - the Event Store! It's used to store events before they are sent to the collector, allowing the tracker to be resilient to network issues and to batch events together to reduce the number of requests to the collector.

It also comes with a retry mechanism, so if the collector is down, the tracker can have another go at sending events.

Other useful new features:

  • The tracker now emits logs!
  • cargo audit has been added to the CI pipeline, so we can be sure we're not using any vulnerable dependencies.