Skip to content

Marketplace release v5.4.0

Compare
Choose a tag to compare
@MxMurshed MxMurshed released this 24 Jun 12:14
· 5 commits to mx8 since this release
  • We added a status enumeration (Active, Inactive, Invalid) to the Device entity
  • We added a scheduled event that sets the status of a Device to 'Inactive' if it has not been used for at least two months (following the FCM best practices)
  • We added support for handling invalid token responses from FCM and APNS. If a registration token is known to be invalid, we set the Device status to 'Invalid'
  • We removed all owner write access to the device entity for User/Anonymous roles (was already restricted to owner only)