Skip to content

Releases: expo/expo-server-sdk-node

3.12.0

12 Nov 22:47
957fea1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.11.0...v3.12.0

v3.11.0

06 Sep 01:19
42351fa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.10.0...v3.11.0

v3.10.0

07 May 17:06
@ide ide
6f93dc1
Compare
Choose a tag to compare
  • Changes toThrowError to toThrow in the test suite. Does not affect usage of this library.

v3.9.0

20 Mar 02:42
@ide ide
152d990
Compare
Choose a tag to compare

New features

  • Add DeveloperError, ProviderError, and ExpoError as possible error codes under the detail field of a push receipt. These codes are used when a more precise error code is not available. #55

v3.8.0

20 Mar 00:43
@ide ide
330a295
Compare
Choose a tag to compare

New features

  • Added useFcmV1 option for explicitly opting in or out from using FCM v1, as opposed to FCM Legacy. Setting useFcmV1 to true will forcibly choose FCM v1 if an FCM v1 JSON credential has been uploaded, setting it to false will forcibly choose FCM Legacy if a legacy FCM token has been uploaded, and leaving it undefined will let the server choose. Read the guide, which explains what that means and goes into more detail about the migration. After the expected date Google will shut down FCM Legacy, June 20th, this option won't do anything since all push notifications will need to use FCM v1.

v3.7.0

19 Oct 21:45
b6f5cfb
Compare
Choose a tag to compare

Changes:

v3.6.0

23 Sep 23:24
@ide ide
8f75425
Compare
Choose a tag to compare

New Features

  • Support for the accessToken constructor option for projects that have opted in to requiring an access token to send push notifications: #39

v3.5.1

29 Jun 08:32
@ide ide
8b2521b
Compare
Choose a tag to compare

Bug Fixes

  • isExpoPushToken now accepts an argument of any type. It also is statically typed to let TypeScript know the return value indicates whether the argument is a possible Expo push token. (#36)

v3.5.0

29 Jun 08:29
@ide ide
Compare
Choose a tag to compare

New Features

  • Export TypeScript types for ExpoPushSuccessTicket, ExpoPushErrorTicket, ExpoPushSuccessReceipt, and ExpoPushErrorReceipt (#33)
  • Make private methods actually private in TypeScript (b5dfdc8)

v3.4.0

29 Jun 08:25
@ide ide
Compare
Choose a tag to compare

New Features

  • Adds convenience syntax for sending the same push notification message to multiple recipients (4658ede)