Skip to content

Releases: RADAR-base/RADAR-REST-Connector

radar-rest-connectors 0.7.2

23 Oct 13:07
3b7a7fc

Choose a tag to compare

What's Changed

  • Add additional null checks for Oura data with text values (#180)
  • Allow enabling and disabling of Oura routes based on config
  • Rotate Oura routes to speed up data pull for each endpoint
  • Added new Oura routes (daily stress, vo2max, daily resilience, daily cardiovascular age, tags) (#179)

Full Changelog: v0.7.1...v0.7.2

radar-rest-connectors 0.7.1

15 Sep 10:33
b2bf13f

Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

radar-rest-connectors 0.7.0

11 Jul 16:04
5b0f190

Choose a tag to compare

What's Changed

  • Updated version of radar commons for opentelemetry (#167)
  • Add UserRepository fixes (#165)
  • Attempt backoff on simultaneous 403 responses (#166)
  • Added sentry open telemetry agent jar to build (#170)

Full Changelog: v0.6.2...v0.7.0

radar-rest-connectors 0.6.2

29 Apr 15:20
f6624b3

Choose a tag to compare

What's Changed

  • Added audience claim to requests in UserRepository (#162)
  • Added support for Sentry monitoring (#150)

Full Changelog: v0.6.1...v0.6.2

radar-rest-connectors 0.6.1

25 Feb 10:16
520f316

Choose a tag to compare

What's Changed

  • Add weekly Snyk Docker image scan to Github actions by @pvannierop in #155
  • Fix action by adding categories to sarif file export by @pvannierop in #156
  • Add continue-on-error: true in scheduled-snyk-docker.yaml by @pvannierop in #157
  • Fix master branch reference in snyk.yaml action by @pvannierop in #159
  • Apply security upgrades March 2025 platform upgrade by @pvannierop in #158

Full Changelog: v0.6.0...v0.6.1

radar-rest-connectors 0.6.0

19 Dec 08:52
701409c

Choose a tag to compare

What's Changed

  • Impl. configuration of application loop and user cache refresh durations by @pvannierop in #152
    Note: this feature only benefits configuration for running efficient end-to-end tests.

Full Changelog: v0.5.4...v0.6.0

radar-rest-connectors 0.5.4

18 Oct 08:09
39ca6dc

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.3...v0.5.4

radar-rest-connectors 0.5.3

19 Aug 16:37
6e29fd5

Choose a tag to compare

Changes since version 0.5.2

  • Oura Connector: Updated Oura connector request back off times (#134), offset initialisation (#141), allow null end dates (#143)
  • Fitbit Connector: Fixed pulling of users (#139)
  • Updated Dockerfiles to use Java 17 to fix build issues (#138)
  • Updated docs (#148)

radar-rest-connectors 0.5.2

08 May 11:48
361ae2b

Choose a tag to compare

Changes since version 0.5.1

  • Fixed Fitbit HRV, BR, Temperature, and Sleep Efficiency converters (#121, #120, #116)
  • Bumped radar-schemas, java to 17 and other deps (#122)
  • Updated Fitbit HRV, BR, and Temperature routes to have a 30 day limit (#118)
  • Added Fitbit SpO2 route and converter (#119)

radar-rest-connectors 0.5.1

23 Jan 14:20
d91b327

Choose a tag to compare

Changes since version 0.5.0

  • Add backoff time when an Oura request is successful to space out requests
  • Fix null handling in OuraRingConfigurationConverter
  • Restore previous versions of OuraServiceUserRepository and Fitbit ServiceUserRepository and keep current ktor version
  • Add Fitbit HRV, BR, skin-temp configurations to the connector configs