Skip to content

Releases: RADAR-base/RADAR-PushEndpoint

radar-push-endpoint release 0.3.1

16 May 13:39
7d4f3ad
Compare
Choose a tag to compare
  • fix sleepScore parsing
  • Makes backfill request rate configurable

radar-push-endpoint release 0.3.0

10 May 15:49
660790e
Compare
Choose a tag to compare

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

28 Oct 14:23
640a882
Compare
Choose a tag to compare
  • 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

13 Jan 15:03
84ffea9
Compare
Choose a tag to compare

Changes

  • Add curl to docker image for healthchecks
  • Update dependencies
  • Fixes Avro Dependecy issue #31
  • Added Docker releases from GH actions. Partially solves Add integration tests and CI build #5

RADAR-PushEndpoint 0.2.1.1

23 Dec 09:33
c167a11
Compare
Choose a tag to compare
  • Bump log4j to new patch 2.16.0

RADAR Push Endpoint version 0.2.1

15 Dec 14:33
f7bf187
Compare
Choose a tag to compare

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

24 Jun 19:41
ddcd2cf
Compare
Choose a tag to compare
  • Various Build and dependency updates
  • Handle HTTP errors from backfill including duplicate requests and rate limits
  • Various kotlin code improvements.
  • Fix bodyBattery and manualActivites endpoints Fixed #26
  • Fixed #16

RADAR Push Endpoint version 0.1.1

01 Mar 17:18
Compare
Choose a tag to compare

Fixes Dockerfile: include dependency lock state.

RADAR Push Endpoint version 0.1.0

25 Feb 19:34
75421d9
Compare
Choose a tag to compare

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.