Releases: RADAR-base/RADAR-PushEndpoint
Releases · RADAR-base/RADAR-PushEndpoint
radar-push-endpoint release 0.3.2
What's Changed
- Release 0.3.1 to dev by @yatharthranjan in #60
- Gradle, Dependencies and workflows Updated by @this-Aditya in #65
- Add CodeQL action that runs on Java 17 by @pvannierop in #68
- [Security] Add Snyk GitHub Actions by @pvannierop in #67
New Contributors
- @this-Aditya made their first contribution in #65
- @pvannierop made their first contribution in #68
Full Changelog: v0.3.1...v0.3.2
radar-push-endpoint release 0.3.1
- fix sleepScore parsing
- Makes backfill request rate configurable
radar-push-endpoint release 0.3.0
Changes
- Adds support for additional data types such as
- Health Snapshot
- Heart Rate Variability
- Blood Pressures (Requires extra blood pressure device from garmin)
- Sleep scores with sleep data
- ActivityId in activity data
RADAR Push Endpoint version 0.2.3
- Update moveIQ backfill limit to 2 years. Apparently, moveIQ is part of the Activity API but still has only a 2 year backfill limit.
- Handling of 412 HTTP error
- Fix user repo (acc to latest version of rest-sources-auth)
RADAR Push Endpoint version 0.2.2
RADAR-PushEndpoint 0.2.1.1
- Bump log4j to new patch
2.16.0
RADAR Push Endpoint version 0.2.1
Changes since version 0.2.0:
- Critical: Updated Log4J to fix CVE-2021-44228.
- Updated dependencies and imports
RADAR Push Endpoint version 0.2.0
RADAR Push Endpoint version 0.1.1
Fixes Dockerfile: include dependency lock state.
RADAR Push Endpoint version 0.1.0
First Release of RADAR-PushEndpoint
- Allows push-based services to post data to the RADAR-Base platform (Kafka).
- Allows subscription(push) based data collection from Garmin Health API.
- Allows collecting historic data using BackFill implementation.
- Provides easy extensions to implement other push subscription APIs.