Releases: healthjoy/async-firebase
Releases · healthjoy/async-firebase
v3.9.0
v3.8.0
What's Changed
- chore: [deps] Renovate configuration by @sergeyrudenko111 in #80
- feat: Add FCM options attr to the multicast message by @eighthcolor22 in #81
- chore: Assemble new version 3.8.0 by @akalex in #83
New Contributors
- @sergeyrudenko111 made their first contribution at #80
Full Changelog: v3.7.0...v3.8.0
v3.7.0
What's Changed
async-firebase
has been allowed to perform basic topic management tasks from the server side. Given their registration token(s), you can now bulk subscribe and unsubscribe client app instances using server logic. You can subscribe client app instances to any existing topic or create a new one.
New Contributors
- @eighthcolor22 made their first contribution at #77
v3.6.3
v3.6.2
- Resolve a couple of security concerns by updating
cryptography
package to42.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