* Class ``AsyncFirebaseClient`` has been refactored. Communication related code extracted into base class.
2.6.1
Not secure
* ``async_firebase.encoders.aps_encoder`` no longer clears ``custom_data`` dictionary, as this causes subsequent notifications to not get any content in ``custom_data`` dictionary.
2.6.0
Not secure
* Add object for sending Web Push.
2.5.1
Not secure
* Fix WebPush type annotation
2.5.0
Not secure
* Adds field ``notification_count`` to ``AndroidNotification`` message.
2.4.0
Not secure
* [BREAKING] Drop support of **Python 3.6** * Update dependencies * Make implicit optional type hints PEP 484 compliant.