Marketplace release v6.2.0
- 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 write access to the Device entity for User/Anonymous roles (was already restricted to owner only)
- We updated the dependencies for the module. Please make sure to review the userlib folder in your project after updating. See the list below for the changes in this release
Updated:
- auto-value-annotations-1.8.2.jar -> auto-value-annotations-1.9.jar
- commons-codec-1.13.jar -> commons-codec-1.15.jar
- google-auth-library-credentials-1.4.0.jar -> google-auth-library-credentials-1.7.0.jar
- google-auth-library-oauth2-http-1.4.0.jar -> google-auth-library-oauth2-http-1.7.0.jar
- google-http-client-1.41.0.jar -> google-http-client-1.41.8.jar
- google-http-client-gson-1.41.0.jar -> google-http-client-gson-1.41.8.jar
- gson-2.8.9.jar -> gson-2.9.0.jar
- netty-buffer-4.1.74.Final.jar -> netty-buffer-4.1.78.Final.jar
- netty-codec-4.1.74.Final.jar -> netty-codec-4.1.78.Final.jar
- netty-codec-dns-4.1.74.Final.jar -> netty-codec-dns-4.1.78.Final.jar
- netty-codec-http-4.1.74.Final.jar -> netty-codec-http-4.1.78.Final.jar
- netty-codec-http2-4.1.74.Final.jar -> netty-codec-http2-4.1.78.Final.jar
- netty-codec-socks-4.1.74.Final.jar -> netty-codec-socks-4.1.78.Final.jar
- netty-common-4.1.74.Final.jar -> netty-common-4.1.78.Final.jar
- netty-handler-4.1.74.Final.jar -> netty-handler-4.1.78.Final.jar
- netty-handler-proxy-4.1.74.Final.jar -> netty-handler-proxy-4.1.78.Final.jar
- netty-resolver-4.1.74.Final.jar -> netty-resolver-4.1.78.Final.jar
- netty-resolver-dns-4.1.74.Final.jar -> netty-resolver-dns-4.1.78.Final.jar
- netty-transport-4.1.74.Final.jar -> netty-transport-4.1.78.Final.jar
- opencensus-api-0.28.0.jar -> opencensus-api-0.31.0.jar
- opencensus-contrib-http-util-0.28.0.jar -> opencensus-contrib-http-util-0.31.0.jar
- pushy-0.13.9.jar -> pushy-0.13.10.jar
- slf4j-api-1.7.28.jar -> slf4j-api-1.7.36.jar
Removed:
- netty-tcnative-classes-2.0.48.Final.jar
Added:
- netty-transport-native-unix-common-4.1.78.Final.jar