Releases: RADAR-base/RADAR-Appserver
Releases · RADAR-base/RADAR-Appserver
RADAR AppServer version 2.4.3
What's Changed
- Add default empty email notification protocol by @mpgxvii in #496
- Disable Spring Boot mail autoconfiguration when not sending notifications via email by @pvannierop in #502
- [Security] Vulnerability fixes and prepare for 2.4.3 release by @pvannierop in #506
Full Changelog: v2.4.2...v2.4.3
RADAR AppServer version 2.4.2
Release PR:
#462
What's Changed
- Downstream testing for managementportal by @Bdegraaf1234 in #450
- Update auth configuration by @mpgxvii in #449
- Replaced MEASUREMENT.CREATE permissions by @this-Aditya in #454
- Deleting associated notifications and reminders after task is completed by @this-Aditya in #459
- Sending Response entities as exceptions. by @this-Aditya in #457
- Update Github requests by @mpgxvii in #455
- Fix issue when saving notifications by @mpgxvii in #460
- Notification scheduling updates by @mpgxvii in #458
- Add default notification protocol value by @mpgxvii in #463
- Sending the value of body localization key. by @this-Aditya in #465
- Ensure subject protocol map has unique values by @mpgxvii in #466
- Update 'users' unique constraints by @mpgxvii in #469
- Merge back changes from release branch to dev by @mpgxvii in #471
- Send optional notifications via email by @pvannierop in #474
- Fixed addition of attributes when creating new user by @this-Aditya in #475
- Impl. file upload endpoint by @pvannierop in #470
- Support custom title and body for email notifications by @pvannierop in #476
- Release 2.4.2 by @mpgxvii in #462
New Contributors
- @this-Aditya made their first contribution in #454
- @pvannierop made their first contribution in #474
Full Changelog: v2.4.1...v2.4.2
RADAR AppServer version 2.4.1
RADAR AppServer version 2.4.0
RADAR AppServer version 2.0.2
Changes
- Hotfix: Ensure that FCM messages have a valid TTL (max 21 days) otherwise messages are not sent
RADAR AppServer version 2.3.0
Changes
- Fixed schedule generation transaction issues #422
- Updated to MP 2.0.0
- Updated build
RADAR AppServer version 2.0.1
Changes
- Bump
radar-spring
to1.1.5
forTokenValidator
fixes - Fixes race condition (with notification state events) when cancelling notifications
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