* Add ability to say that HTTP/2 protocol should be used when making request. Please find an example below: python
client = AsyncFirebaseClient(use_http2=True)
3.8.0
* Endow ``async_firebase.messages.MulticastMessage`` with the ability to set FCM options.
3.7.0
* `async-firebase` has been allowed to perform basic topic management tasks from the server side. Given their registration token(s), you can now subscribe and unsubscribe client app instances in bulk using server logic. You can subscribe client app instances to any existing topic, or you can create a new topic.
3.6.3
* [FIX] The ``join_url`` util has been tuned to encode the URL properly when the path is present. That led to the invalid URL being built.
3.6.2
* Resolve a couple of security concerns by updating `cryptography` package to `42.0.4`. * [High] cryptography NULL pointer dereference with pkcs12.serialize_key_and_certificates when called with a non-matching certificate and private key and an hmac_hash override * [High] Python Cryptography package vulnerable to Bleichenbacher timing oracle attack * [Moderate] Null pointer dereference in PKCS12 parsing * [Moderate] cryptography vulnerable to NULL-dereference when loading PKCS7 certificates
3.6.1
Not secure
* Remove unintended quoting of the column char in the API URLs