Skip to content

Releases: expo/expo-server-sdk-node

v6.0.0

19 Feb 23:02
92e3e2a

Choose a tag to compare

6.0.0 (2026-02-19)

⚠ BREAKING CHANGES

  • Build as ECMAScript module

Miscellaneous Chores

  • Build as ECMAScript module (04dcceb)

v5.0.0

04 Feb 20:42
2c885db

Choose a tag to compare

5.0.0 (2026-02-04)

⚠ BREAKING CHANGES

  • remove useFcmV1 option (#261)
  • replace node-fetch with undici (#116)

Features

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