Skip to content

Releases: RADAR-base/RADAR-Appserver

RADAR AppServer version 2.2.0

10 Jan 19:42
992bcae

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

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

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

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

RADAR AppServer version 1.2.0

08 Jul 14:34
b006a4d

Choose a tag to compare

  • Updates radar-auth and uses new radarbase namespaces
  • Include notificationDTO when throwing NotificationAlreadyExistsException so the active app can process this
  • Update migration script to add additional configurable env vars and improve exception handling
  • Fix deleting single notification/data message endpoint to also delete from scheduler
  • Update path for deleting all notifications and data messages for user
  • Dockerfile fixes
  • Github actions updates
  • Fix QuartzScheduler Null pointer Exceptions
  • Add GithubEndpoint to access Github api with authorization

RADAR AppServer version 1.1.0

22 Jan 12:14
f4201d4

Choose a tag to compare

  • Fixes class not found due to shadowing in radar-auth lib. see RADAR-base/ManagementPortal#554. Fixes to use with old MP versions (<0.5.3).
  • Add support for reading the radar_is file first.
  • Add wget to Dockerfile for running healthchecks.
  • Add schedule endpoint and make scheduling optional by providing ?schedule=false when adding notifications.
  • Updated docs and Dockerfile

RADAR AppServer version 1.0.0

26 Oct 19:41
cfc1470

Choose a tag to compare

First Production Release of the AppServer

For more info, take a look at the commits in #173

RADAR-Appserver Release 0.0.1

21 Aug 16:24
d8f8072

Choose a tag to compare

First Release of the RADAR App server.

For more Info, Take a look at commits in #36