- Added optional parameter force_fcm_v1 for PushClient initialization. If True, it will send Android notifications via FCM V1.
- Changed requests library to use Sessions
- Used chunks for checking push receipts as per expo docs
- Changing to 2.0.0 to indicate the breaking change in 1.0.2
- Fixed typo in previous release causing crash sending push tickets
- Renamed variables / classes to confirm with the expo documentation
- This version will require code modifications (renaming of some classes)
- Breaking change, should have been renamed to v2.0.0
- Add support for push receipt InvalidCredentials error
- Add chunking to multiple publishing
- Configurable timeout
- PushResponse returns message ID
- Implemenet push/getReceipts
- Support for
channel_id
(#14 thanks @raphaelrk)