Skip to content

Commit c657e67

Browse files
Cherry-pick two 6.34.0 commits to master (#6688)
* Update changelogs (#6649) * Speedup SwiftPM (#6687) Co-authored-by: Morgan Chen <[email protected]>
1 parent 1f6c2ff commit c657e67

File tree

4 files changed

+15
-8
lines changed

4 files changed

+15
-8
lines changed

Crashlytics/CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
1-
# Unreleased
2-
- [changed] Improved upload-symbols conversion speed. Customers with large dSYMs should see a significant improvement in the it takes to upload Crashlytics symbols.
3-
- [fixed] Fixed Apple Watch crash related to sigaction (#6434).
1+
# v4.6.2
2+
3+
- [changed] Improved upload-symbols conversion speed. Customers with large dSYMs should see a significant improvement in the time it takes to upload Crashlytics symbols.
4+
- [fixed] Fixed Apple Watch crash related to `sigaction` (#6434).
45

56
# v4.6.0
7+
68
- [added] Added stackFrameWithAddress API for recording custom errors that are symbolicated on the backend (#5975).
79
- [fixed] Fixed comment typos (#6363).
810
- [fixed] Remove device information from binary image data crash info entries (#6382).
911

1012
# v4.5.0
13+
1114
- [fixed] Fixed a compiler warning and removed unused networking code (#6210).
1215
- [fixed] Fixed a crash that occurred rarely when trying to restart a URL session task without a valid request (#5984).
1316
- [added] Introduced watchOS support (#6262).
1417

1518
# v4.3.1
19+
1620
- [fixed] Fixed a segmentation fault that could occur when writing crash contexts to disk (#6048).
1721

1822
# v4.3.0

Firebase/InstanceID/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
- [changed] Deprecated private `-[FIRInstanceID appInstanceID:]` method was removed. (#4486)
33

44
# 2020-09 -- 4.7.0
5-
- [changed] Added deprecation warning for InstanceID. InstanceID is deprecated. For app instance identity handling, use FirebaseInstallations. For FCM registration token handling, use FirebaseMessaging. (#6585)
5+
- [deprecated] Deprecated InstanceID. For app instance identity handling, use FirebaseInstallations. For FCM registration token handling, use FirebaseMessaging. (#6585)
66

77
# 2020-08 -- 4.6.0
88
- [added] Added a new notification listening token refresh from Messaging and update the token cache in InstanceID. (#6286)

FirebaseStorage/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
- [changed] The global variable `FIRStorageVersionString` is deleted.
33
`FirebaseVersion.version()` or `[FIRVersion version]` should be used instead.
44

5+
# 3.8.1
6+
- [fixed] Fixed typo in doc comments (#6485).
7+
58
# 3.8.0
69
- [changed] Add error for attempt to upload directory (#5750)
710
- [changed] Functionally neutral source reorganization. (#5851)

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ let package = Package(
106106
),
107107
.package(
108108
name: "abseil",
109-
url: "https://github.com/firebase/abseil-cpp.git",
110-
.revision("8ddf129163673642a339d7980327bcb2c117a28e")
109+
url: "https://github.com/firebase/abseil-cpp-SwiftPM.git",
110+
.revision("05d8107f2971a37e6c77245b7c4c6b0a7e97bc99")
111111
),
112112
.package(
113113
name: "gRPC",
114-
url: "https://github.com/firebase/grpc.git",
115-
.revision("b22bc5256665ff2f1763505631df0ee60378b083")
114+
url: "https://github.com/firebase/grpc-SwiftPM.git",
115+
.revision("5bb2669317ae2183f4cb00c675423af1924f0b46")
116116
),
117117
.package(
118118
name: "OCMock",

0 commit comments

Comments
 (0)