This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
Releases: filecoin-project/lassie-event-recorder
Releases · filecoin-project/lassie-event-recorder
v0.1.0
What's Changed
- Add the ability to manually trigger container publish by @masih in #11
- Add the ability to configure db DSN via env var by @masih in #12
- Add
/ready
endpoint for healthcheck by @masih in #13 - Implement end to end integration test by @masih in #18
- Update README, add LICENSE and Docker Compose by @masih in #19
- Make storage provider id not required by @hannahhoward in #20
- Don't reject any sp ids by @hannahhoward in #21
- More informative error message by @hannahhoward in #22
- Add endpoint to run the common query used to gather metrics and wipe the db by @hannahhoward in #23
- Record metrics to prometheus by @hannahhoward in #25
- Add prefix to metric names and drop otel scope tags by @masih in #27
- Add /v2/retrieval-events endpoint for aggregate events by @kylehuntsman in #29
- Add labelling of SPs by @hannahhoward in #30
- Add tracking of graphsync failures by @hannahhoward in #31
- Add additional error metrics by @hannahhoward in #32
- Relax timing requirement by @hannahhoward in #33
- Complete aggregated event work by @hannahhoward in #36
- Allow submitting a fraction of requests to a mongo database by @willscott in #37
New Contributors
- @hannahhoward made their first contribution in #20
- @willscott made their first contribution in #37
Full Changelog: v0.0.1...v0.1.0
v0.0.1
What's Changed
- Implement the empty HTTP server shell and docker build by @masih in #1
- Bump golang.org/x/sys from 0.0.0-20210630005230-0f9fa26af87c to 0.1.0 by @dependabot in #2
- Implement /v1/retrieval-events handler by @kylehuntsman in #4
- Fix staticcheck issues by @masih in #5
- ci: update Unified CI configuration by @web3-bot in #6
- Add missing db DSN flag and refactor code by @masih in #7
- Implement DB batch insertion instead of one insertion per event by @masih in #8
- Fix bugs in event validation and make criteria stronger by @masih in #9
New Contributors
- @masih made their first contribution in #1
- @dependabot made their first contribution in #2
- @kylehuntsman made their first contribution in #4
- @web3-bot made their first contribution in #6
Full Changelog: https://github.com/filecoin-project/lassie-event-recorder/commits/v0.0.1