Skip to content

Commit 5355493

Browse files
prepare release log for Messaging and InstanceID (#2995)
1 parent 2a263ea commit 5355493

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Firebase/InstanceID/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# Unreleased
2-
- A keychain migration crash fix (#2731)
1+
# 2019-05-21 -- 4.1.0
2+
- Fixed a race condition where checkin was deleted before writing during app start, causing notifications to not be delivered correctly. (#2438)
3+
- Fixed a keychain migration crash. (#2731)
4+
- Remove reflection call to get checkin info from Firebase Messaging. (#2825)
35

46
# 2019-05-07 -- 4.0.0
57
- Remove deprecated `token` method. Use `instanceIDWithHandler:` instead. (#2741)

Firebase/Messaging/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2019-05-21 -- v4.0.1
2+
- Fix race condition checkin is deleted before writing during app start. This cleans up the corrupted checkin and fixes #2438. (#2860)
3+
- Separete APNS proxy methods in GULAppDelegateSwizzler so developers don't need to swizzle APNS related method unless explicitly requested, this fixes #2807. (#2835)
4+
- Clean up code. Remove extra layer of class. (#2853)
5+
16
# 2019-05-07 -- v4.0.0
27
- Remove deprecated `useMessagingDelegateForDirectChannel` property.(#2711) All direct channels (non-APNS) messages will be handled by `messaging:didReceiveMessage:`. Previously in iOS 9 and below, the direct channel messages are handled in `application:didReceiveRemoteNotification:fetchCompletionHandler:` and this behavior can be changed by setting `useMessagingDelegateForDirectChannel` to true. Now that all messages by default are handled in `messaging:didReceiveMessage:`. This boolean value is no longer needed. If you already have set useMessagingDelegateForDirectChannel to YES, or handle all your direct channel messages in `messaging:didReceiveMessage:`. This change should not affect you.
38
- Remove deprecated API to connect direct channel. (#2717) Should use `shouldEstablishDirectChannel` property instead.

0 commit comments

Comments
 (0)