Releases: expo-community/expo-server-sdk-ruby
Releases · expo-community/expo-server-sdk-ruby
Version 0.1.0
Merge pull request #29 from lsmolic/feature/refactor feature/refactor
Version 0.0.5
This new release will include:
- New kind of exception objects to illustrate Expo API errors.
- A refactor in how API responses are handled
Both changes can be found at: #11
Version 0.0.4
Removing encoding from headers
, see #9. Thanks to @pedrocarmona.
Version 0.0.3
-
Using the latest Expo API version (https://docs.expo.io/versions/latest/guides/push-notifications.html#http2-api)
-
Replacing
httparty
withtyphoeus
as the default http client.