-
Notifications
You must be signed in to change notification settings - Fork 322
refactor!: Push notification changes #212
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
Conversation
|
@kthota-g Can you add this to the PR description with the version this should be for? |
sg. There are additional interface changes required to merge along with this PR. I will tag the release once the PR for other changes are in. |
Support for list and delete push notification config. Removes the push_notifier from the SDK. This will be merged into push_notif_refactoring branch (#212) and then merged into main along with refactoring changes. --------- Co-authored-by: Holt Skinner <[email protected]>
|
@swapydapy can you review this one more time? The changes to support multiple configs are complete and have updated the description with changes required for migration. |
BEGIN_COMMIT_OVERRIDE
refactor!: Removes
push_notifierinterface from the SDK and introducespush_notification_config_storeandpush_notification_senderfor supporting push notifications.feat: Adds support for more than one
push_notification_configper task.feat: Adds support for List and Delete push notification configurations.
Following is an example for the changes required with new version:
Previously:
Now:
Release-As: 0.2.11
END_COMMIT_OVERRIDE