Skip to content

change(fcm): Remove deprecated send_all() and send_multicast() APIs #890

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 12, 2025

Conversation

jonathanedey
Copy link
Contributor

@jonathanedey jonathanedey commented Jun 10, 2025

RELEASE NOTES: Removed deprecated send_all() and send_multicast() APIs and subsequently the google-api-python-client dependancy.

Also updates snippets to use send_each() and send_each_for_multicast() APIs.

@jonathanedey jonathanedey added release-note release:stage Stage a release candidate labels Jun 10, 2025
Copy link
Member

@lahirumaramba lahirumaramba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks!

@@ -9,7 +9,6 @@ respx == 0.22.0

cachecontrol >= 0.12.14
google-api-core[grpc] >= 1.22.1, < 3.0.0dev; platform.python_implementation != 'PyPy'
google-api-python-client >= 1.7.8
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's include this change in the release notes, as this affects the bundle size

@jonathanedey jonathanedey changed the base branch from master to v7 June 12, 2025 17:07
@jonathanedey jonathanedey merged commit b57af18 into v7 Jun 12, 2025
13 checks passed
@jonathanedey jonathanedey deleted the je-fcm-dep branch June 12, 2025 17:16
jonathanedey added a commit that referenced this pull request Jul 14, 2025
* change(fcm): Remove deprecated FCM APIs (#890)

* chore(deps): Bump minimum supported Python version to 3.9 and add 3.13 to CIs (#892)

* chore(deps): Bump minimum supported Python version to 3.9 and add 3.13 to CIs

* fix deprecation warnings

* fix GHA build status svg

* fix: Correctly scope async eventloop

* fix: Bump pylint to v2.7.4 and astroid to v2.5.8 to fix lint issues

* fix ml tests

* fix lint

* fix: remove commented code

* change(ml): Drop AutoML model support (#894)

* chore: Bump `pylint` to v3.3.7 and `astroid` to v3.3.10 (#895)

* chore: Bump pylint to v3

* chore: fix src lint

* chore: fix unit test lint

* chore: fix integration test lint

* chore: fix snippets lint

* chore: 2nd pass for errors

* fix: corrected use of the `bad-functions` config

* fix: add EoF newline

* chore: Upgraded Google API Core, Cloud Firestore, and Cloud Storage dependencies (#897)

* chore: Bump dependencies

* fix: Also update setup.py

* fix(functions): Remove usage of deprecated `datetime.utcnow() and fix flaky unit test` (#896)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:stage Stage a release candidate release-note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants