- First release.
- Added topic messaging functionality.
- changes in README.rst
- Fixed "registration_id of notify_single_device does not work with a str input"
- Fixed python 3 import issue
- Fixed xrange issue in python3
- Added support for sending data only messages
- Checking content-length in response.headers, otherwise it will crash, when calling response.json()
- Added proxy support, more fcm arguments and bump version to 1.0.0
- Added extra_kwargs for dinamic vars in notify_single_device/notify_multiple_devices functions
- Added tornado support
- added body_loc_key support and notify single device single response
- Fix some message components not being sent if message_body is None (click_action, badge, sound, etc)
- Updated response retrieval, notify_single_device response returns single dict while notify_multiple_devices returns a list of dicts
- You can now pass extra argument by passing it as key value in a dictionary as extra_kwargs to any notification sending method you want to use
- It is now possible to send a notification without setting body or content available
- Added support for checking for and returning valid registration ids, useful for cleaning up database