Skip to content

Releases: RADAR-base/RADAR-Appserver

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

RADAR AppServer version 1.2.0

08 Jul 14:34
b006a4d
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

First Release of the RADAR App server.

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