Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

1.55.2

Compare
Choose a tag to compare
@jrconlin jrconlin released this 07 May 15:58
· 78 commits to master since this release
148781c

1.55.2 (2020-05-07)

Breaking Changes

  • allow multi app-ids and auths for fcm (54b33510, closes #1340, breaks #)

Refactor

Chore

Bug Fixes

  • do not require encryption header for APNs aes128gcm encoded messages (#1385) (148781c2, closes #1384)
  • Handle FCM client not available (7c63c14e, closes #1348)
  • Return correct status code/errno for ADM auth failures (e023ad61)
  • Check if the JWT contains a valid claim set. (1bb70328, closes #1334)
  • handle TypeErrors too (79420a9e, closes #1326)
  • Fix all_channels to match registration UAID format (bd21f063, closes #1330)

Features