Releases: RADAR-base/RADAR-Appserver
Releases · RADAR-base/RADAR-Appserver
RADAR AppServer version 2.2.0
RADAR AppServer version 2.1.0
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
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
- 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
- Updates radar-auth and uses new
radarbasenamespaces - Include
notificationDTOwhen throwingNotificationAlreadyExistsExceptionso 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
QuartzSchedulerNull pointer Exceptions - Add
GithubEndpointto access Github api with authorization
RADAR AppServer version 1.1.0
- 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
First Production Release of the AppServer
For more info, take a look at the commits in #173
RADAR-Appserver Release 0.0.1
First Release of the RADAR App server.
For more Info, Take a look at commits in #36