Quantum Fabric Docker Containers Hotfix 9.7.1.21

Enhancements

  • Option for enabling and sending android pushes through FCM HTTP v1 has been provided.
  • The below queries need to be executed in the KPNSDB before using KPNS (for Azure / MSSQL Server only):

    UPDATE [<db_schema>].[PNSApps] set is_fcm_http_v1 = 0 where is_fcm_http_v1 is null;
    UPDATE [<db_schema>].[PNSApps] set is_fcm_web_http_v1 = 0 where is_fcm_web_http_v1 is null;
    UPDATE [<db_schema>].[PNSApps_hst] set is_fcm_http_v1 = 0 where is_fcm_http_v1 is null;
    UPDATE [<db_schema>].[PNSApps_hst] set is_fcm_web_http_v1 = 0 where is_fcm_web_http_v1 is null;