File tree Expand file tree Collapse file tree 6 files changed +12
-7
lines changed
firebase-messaging-directboot
src/main/java/com/google/firebase/messaging Expand file tree Collapse file tree 6 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1
- version =24.0.4
1
+ version =24.1.0
2
2
latestReleasedVersion =24.0.3
3
3
android.enableUnitTestBinaryResources =true
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
- * [ deprecated] Deprecated additional FCM upstream messaging methods. See the
2
+ * [ deprecated] Deprecated additional FCM upstream messaging methods and updated
3
+ all upstream methods to indicate they are now decommissioned. See the
3
4
[ FAQ] ( https://firebase.google.com/support/faq#fcm-23-deprecation ) for more
4
5
details.
5
6
* [ changed] Changed WithinAppServiceConnection's ScheduledThreadPoolExecutor's
Original file line number Diff line number Diff line change 1
- version =24.0.4
1
+ version =24.1.0
2
2
latestReleasedVersion =24.0.3
3
3
android.enableUnitTestBinaryResources =true
Original file line number Diff line number Diff line change @@ -514,7 +514,8 @@ public Task<Void> unsubscribeFromTopic(@NonNull String topic) {
514
514
* <p>When there is an active connection the message will be sent immediately, otherwise the
515
515
* message will be queued up to the time to live (TTL) set in the message.
516
516
*
517
- * @deprecated FCM upstream messaging is decommissioned. Learn more in the
517
+ * @deprecated This function is actually <strong>decommissioned</strong> along with all of FCM
518
+ * upstream messaging. Learn more in the
518
519
* <a href="https://firebase.google.com/support/faq#fcm-23-deprecation">FAQ about FCM features
519
520
* deprecated in June 2023</a>.
520
521
*/
Original file line number Diff line number Diff line change @@ -127,7 +127,8 @@ public void onDeletedMessages() {}
127
127
*
128
128
* @param msgId of the upstream message sent using {@link FirebaseMessaging#send}.
129
129
*
130
- * @deprecated FCM upstream messaging is decommissioned. Learn more in the
130
+ * @deprecated This function is actually <strong>decommissioned</strong> along with all of FCM
131
+ * upstream messaging. Learn more in the
131
132
* <a href="https://firebase.google.com/support/faq#fcm-23-deprecation">FAQ about FCM features
132
133
* deprecated in June 2023</a>.
133
134
*/
@@ -141,7 +142,8 @@ public void onMessageSent(@NonNull String msgId) {}
141
142
* @param msgId of the upstream message sent using {@link FirebaseMessaging#send}.
142
143
* @param exception description of the error, typically a {@link SendException}.
143
144
*
144
- * @deprecated FCM upstream messaging is decommissioned. Learn more in the
145
+ * @deprecated This function is actually <strong>decommissioned</strong> along with all of FCM
146
+ * upstream messaging. Learn more in the
145
147
* <a href="https://firebase.google.com/support/faq#fcm-23-deprecation">FAQ about FCM features
146
148
* deprecated in June 2023</a>.
147
149
*/
Original file line number Diff line number Diff line change @@ -110,7 +110,8 @@ public String getFrom() {
110
110
/**
111
111
* Gets the message destination.
112
112
*
113
- * @deprecated FCM upstream messaging is decommissioned. Learn more in the
113
+ * @deprecated This function is actually <strong>decommissioned</strong> along with all of FCM
114
+ * upstream messaging. Learn more in the
114
115
* <a href="https://firebase.google.com/support/faq#fcm-23-deprecation">FAQ about FCM features
115
116
* deprecated in June 2023</a>.
116
117
*/
You can’t perform that action at this time.
0 commit comments