Releases: RADAR-base/RADAR-Appserver
Releases · RADAR-base/RADAR-Appserver
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
radarbase
namespaces - Include
notificationDTO
when throwingNotificationAlreadyExistsException
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
- 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