Releases: sdb9696/firebase-messaging
0.4.4
0.4.1
Release highlights:
Migration to uv for project/package management
Project maintenance:
0.4.0
Release highlights:
- Support for new FCM HTTP v1 API
- Previous versions of this library will no longer work due firebase deprecating the legacy APIs
- Dropping official python 3.8 support
- Breaking - this version of the library only supports being run in an asyncio event loop
- Breaking - The api has changed, see the readme for updated details
Breaking change pull requests:
Implemented enhancements:
Project maintenance:
0.3.0
0.2.1
What's Changed
Add ruff pre-commit hook bd98a4e
(#1)
Add typing ae3bc88
(#1)
Bump version to 0.2.1 d83d0ff
(#1)
Fix broken proto file 1bf3625
(#1)
Fix cryptography warning in key generation 5d4685b
(#1)
Full Changelog: 0.2.0...0.2.1
0.2.0
Remove the need to be started from an event loop
Add options to listen and callback on provided loops
Change connect/disconnect to start/stop
Add run state
Full Changelog: 0.1.4...0.2.0
0.1.4
Protobuf constraint relaxed to work with latest version of home assistant
Full Changelog: 0.1.3...0.1.4
0.1.3
Fix python 3.8 and 3.9 asyncio lock bug
Full Changelog: 0.1.2...0.1.3
0.1.2
Update handling of no event loop being present
Full Changelog: 0.1.1...0.1.2