Releases: RADAR-base/RADAR-REST-Connector
Releases · RADAR-base/RADAR-REST-Connector
radar-rest-connectors 0.5.4
What's Changed
- Add graphical docs by @Bdegraaf1234 in #148
- Merge dev into master and prepare for release 0.5.4 by @pvannierop in #151
New Contributors
- @pvannierop made their first contribution in #151
Full Changelog: v0.5.3...v0.5.4
radar-rest-connectors 0.5.3
radar-rest-connectors 0.5.2
radar-rest-connectors 0.5.1
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 FitbitServiceUserRepository
and keep current ktor version - Add Fitbit HRV, BR, skin-temp configurations to the connector configs
radar-rest-connectors 0.5.0
Changes since version 0.4.1
- Removed oauth-client-util dependency and replaced with ktor (#104)
- Added the Fitbit Intraday HRV, breathing rate, and skin temp routes (#105, #107)
- Updated Dockerfile and Github Actions (#109)
New
- Added Oura Rest Connector implementation (#103), this connector is based on the
rest-source-connector
implementation and uses the Oura library - Data types include
activity, sleep, readiness, heart rate, session, workout, tag, personal info
- Added Oura Library implementation (#102), this library includes
RequestGenerators
,Converters
, andRoutes
that can be used and extended by applications that need to pull data from the Oura API
radar-fitbit-connector 0.4.1
Changes since version 0.4.0:
- Support additional fields in heart rate and sleep (#92)
- Fix activity zones parsing
- Fix unauthorised loop with the rest-sources-auth-backend
- Fix Docker user permission issue (#94)
- Update build (#99)
- Update dependencies, notably Confluent 6.2.0 to 7.4.0.
- Update Github Actions
New Contributors
Full Changelog: v0.4.0...v0.4.1
radar-fitbit-connector 0.4.0
Changes since version 0.3.3:
- Fixed authorization issue where unauthorised users where continuously being re-polled.
- Updated Confluent stack from version 5.5.1 to 6.2.0
- Updated Java 8 to 11
- More liberal socket timeouts for busy servers
- Added Github Actions
RADAR fitbit connector version 0.3.3
- Fixes according to latest changes in Rest Sources Authorizer (version
3.0.0
) - Updates dependencies
RADAR fitbit connector version 0.3.2
Changes
- Fix YAML user repo initialisation
- Do not ingest data after the given end date
- Update dependencies
- Optimise processing of records (to improve long processing time)
- Update confluent version in docker-compose
- Fix unauthorized users polling
RADAR fitbit connector version 0.3.1
Changes since version 0.3.0:
- Fixes
ServiceUserRepository
user polling - Adds OAuth 2.0 and Basic Authentication to ServiceUserRepository
- Updates dependencies