Push Receiver Versions Save

A library to subscribe to GCM/FCM and receive notifications within a node process.

v2.1.1

3 years ago

v2.1.1

:mute: Remove ECONNRESET logs which are expected and not actionable

v2.1.0

5 years ago

v2.1.0

✨ Emit disconnect event

v2.0.2

5 years ago

:bug: Fix missing cryptoKey error

v2.0.1

5 years ago
  • :bug: Fix protobuf int64 support and therefore PHONE_REGISTRATION_ERROR

v2.0.0

6 years ago

v2.0.0

Better handling of GCM messages thanks to @ibash and @yurynix!

See https://github.com/MatthieuLemoine/push-receiver/pull/13 for more details.

Notifications reception should be way more reliable!

v1.1.5

6 years ago

:bug: Fix retry count #6.

v1.1.4

6 years ago

:bug: Reset retryCount on success :bug: Use retryTempo instead of retryCount

v1.1.3

6 years ago

:bug: Fix notification duplicates on reconnection

v1.1.2

6 years ago

:bug: Fix high CPU usage on connection retry

v1.1.1

6 years ago

:bug: Fix retry mechanism