All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.10.9 - 2018-06-18
- Synchronization logic of the
subscribe
method.
0.10.8 - 2018-06-13
- Migration mechanism that syncs interests from Push Notifications BETA service to Pusher Beams.
0.10.7 - 2018-04-24
- Applied recommended settings by Xcode 9.3 to the example projects.
- Ability to ignore Pusher related remote notifications. PR: #60
0.10.6 - 2018-04-04
X-Pusher-Library
HTTP header field.
- Open/Delivery Event Schemas
0.10.5 - 2018-03-20
### Added
- All asynchronous tasks are added into the serial queue in order to prevent race conditions.
- Execution of the tasks in the serial queue is suspended until we receive device id.
- Minor improvements to the unit tests.
0.10.4 - 2018-03-13
- Allow '-' (dash) character in the interest name as service now supports it.
0.10.3 - 2018-03-07
- Sync interests with Pusher Push Notifications service when app starts.
- Bug when
setSubscriptions
method would throw an exception.