-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [0.4.0](https://github.com/sdb9696/firebase-messaging/tree/0.4.0) (2024-08-29) [Full Changelog](0.3.0...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](https://firebase.google.com/docs/cloud-messaging/migrate-v1) - 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:** - Drop python 3.8 support and update CI [\#5](#5) (@sdb9696) **Implemented enhancements:** - Support FCM HTTP v1 \(async only\) [\#4](#4) (@sdb9696) **Project maintenance:** - Update releasing instructions and add changelog [\#6](#6) (@sdb9696)
- Loading branch information
Showing
4 changed files
with
46 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "firebase-messaging" | ||
version = "0.3.0" | ||
version = "0.4.0" | ||
description = "FCM/GCM push notification client" | ||
authors = ["sdb9696 <[email protected]>"] | ||
license = "MIT" | ||
|