Skip to content

Releases: RADAR-base/RADAR-Appserver

RADAR AppServer version 2.4.2

02 Aug 11:06
63990b6
Compare
Choose a tag to compare

Release PR:
#462

What's Changed

New Contributors

Full Changelog: v2.4.1...v2.4.2

RADAR AppServer version 2.4.1

23 Oct 14:13
c8c0439
Compare
Choose a tag to compare

Changes

  • Fixes deadlock in fetching protocols (#444)
  • Fixes UserMetrics and User cyclic dependency (#446)
  • Updates configs and docs (#439)

RADAR AppServer version 2.4.0

10 Oct 11:33
ae21553
Compare
Choose a tag to compare

Changes

  • Cache questionnaires and standardize Github client access (#432)
  • Use async processing to avoid database timeouts (#437)
  • Remove unused spring-data-rest dependency (#440)
  • Ensure that FCM messages have a valid TTL (max 21 days) otherwise messages are not sent

RADAR AppServer version 2.0.2

30 Jun 18:35
Compare
Choose a tag to compare

Changes

  • Hotfix: Ensure that FCM messages have a valid TTL (max 21 days) otherwise messages are not sent

RADAR AppServer version 2.3.0

03 Apr 17:01
25d53a8
Compare
Choose a tag to compare

Changes

  • Fixed schedule generation transaction issues #422
  • Updated to MP 2.0.0
  • Updated build

RADAR AppServer version 2.0.1

02 Mar 13:14
42d2ab5
Compare
Choose a tag to compare

Changes

  • Bump radar-spring to 1.1.5 for TokenValidator fixes
  • Fixes race condition (with notification state events) when cancelling notifications

RADAR AppServer version 2.2.0

10 Jan 19:42
992bcae
Compare
Choose a tag to compare

Changes

  • Use Spring scheduler for generating user schedules periodically (#397)
  • Add check for null assessments before generating schedule
  • Generate schedule automatically when user is added or updated (#400)
  • Fixes race condition when cancelling notifications
  • Optional handling improvements

RADAR AppServer version 2.1.0

29 Nov 14:20
59d3334
Compare
Choose a tag to compare

Changes

  • Adds support for aRMT app questionnaire schedule generation, this generates the tasks similar to how the RADAR-Questionnaire app generates tasks from the protocol, and stores them in the db (#85)
  • This also automatically generates the notifications
  • Adds support for triggering questionnaires/tasks for a user through a PUT endpoint
  • Stores tasks and task state events for the user

RADAR AppServer version 2.0.0

12 Apr 09:20
c5bdebb
Compare
Choose a tag to compare

Changes

Breaking

  • Remove xmpp support. Closes #231. please use older versions if xmpp is still needed. please migrate to Admin SDK as soon as possible.

Urgent

  • Fixes FCM TTL (from seconds -> milliseconds)](5674526). This change is urgent and should be included in your app server deployment as soon as possible.

Others

  • Updates all dependencies to the latest versions. Closes all dependabot PRs.
  • Any code updates due to dependency changes
  • Fixes to tests
  • Remove codacy and spotbugs
  • Docker builds and releases to GH actions
  • Also add specific config for IOS APNS payloads for FCM
  • Update deprecated code

RADAR AppServer version 1.3.0

27 Jul 12:59
157074b
Compare
Choose a tag to compare
  • Fixes the security enabler in readme
  • Handles device unregister FCM error
  • Allow force replacing of FCM token if it already exists in the database