Skip to content

Releases: expo/expo-server-sdk-node

v4.0.0

18 Aug 07:03
ab3cedf

Choose a tag to compare

4.0.0 (2025-08-18)

⚠ BREAKING CHANGES

  • Drop support for Node v18.x (#197)

Bug Fixes

Miscellaneous Chores

v3.15.0

23 Apr 17:47
b9f8f82

Choose a tag to compare

3.15.0 (2025-04-23)

Features

  • add typings for icon and image support (#147) (dfa7156)

3.14.0

05 Feb 20:05
48fb7b6

Choose a tag to compare

What's Changed

New Contributors

  • @renovate made their first contribution in #112
  • @Savinvadim1312 made their first contribution in #128

Full Changelog: v3.13.0...v3.14.0

3.13.0

03 Dec 09:02
ab85c94

Choose a tag to compare

What's Changed

Full Changelog: v3.12.0...v3.13.0

3.12.0

12 Nov 22:47
957fea1

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

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

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

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

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

Choose a tag to compare

Changes: