|
1 |
| -# v8.13.0 |
| 1 | +# 8.13.0 |
2 | 2 | - [added] Updated upload-symbols to 3.11 and added logic to process Flutter project information (#9379)
|
3 | 3 | - [fixed] Added native support for ARM / M1 Macs in upload-symbols (#8965)
|
4 | 4 | - [fixed] Fixed an issue where passing nil as a value for a custom key or user ID did not clear the stored value as expected.
|
5 | 5 |
|
6 |
| -# v8.9.0 |
| 6 | +# 8.9.0 |
7 | 7 | - [fixed] Fixed an issue where exceptions with `nil` reasons weren't properly recorded (#8671).
|
8 | 8 |
|
9 |
| -# v8.8.0 |
| 9 | +# 8.8.0 |
10 | 10 | - [added] Internal SDK updates to test potential future MetricKit support.
|
11 | 11 |
|
12 |
| -# v8.4.0 |
| 12 | +# 8.4.0 |
13 | 13 | - [fixed] Bump Promises dependency. (#8365)
|
14 | 14 |
|
15 |
| -# v8.3.0 |
| 15 | +# 8.3.0 |
16 | 16 | - [fixed] Add missing dependency that could cause missing symbol build failures. (#8137)
|
17 | 17 |
|
18 |
| -# v8.2.0 |
| 18 | +# 8.2.0 |
19 | 19 | - [changed] Incorporated code quality changes around integer overflow, potential race conditions, and reinstalling signal handlers.
|
20 | 20 | - [fixed] Fixed an issue where iOS-only apps running on iPads would report iOS as their OS Name.
|
21 | 21 | - [fixed] Fixed depcrecation warning for projects with minimum deployment version iOS 13 and up.
|
22 | 22 |
|
23 |
| -# v8.0.0 |
| 23 | +# 8.0.0 |
24 | 24 | - [changed] Added a warning to upload-symbols when it detects a dSYM with hidden symbols.
|
25 | 25 |
|
26 |
| -# v7.10.0 |
| 26 | +# 7.10.0 |
27 | 27 | - [changed] Added a warning to upload-symbols when it detects a dSYM without any symbols.
|
28 | 28 |
|
29 |
| -# v7.9.0 |
| 29 | +# 7.9.0 |
30 | 30 | - [changed] Updated Firebase pod to allow iOS 9 installation via `pod 'Firebase/Crashlytics'`
|
31 | 31 |
|
32 |
| -# v7.8.0 |
| 32 | +# 7.8.0 |
33 | 33 | - [added] Added a new API checkAndUpdateUnsentReportsWithCompletion for updating the crash report from the previous run of the app if, for example, the developer wants to implement a feedback dialog to ask end-users for more information. Unsent Crashlytics Reports have familiar methods like setting custom keys and logs (#7503).
|
34 | 34 | - [changed] Added a limit to the number of unsent reports on disk to prevent disk filling up when automatic data collection is off. Developers can ensure this limit is never reached by calling send/deleteUnsentReports every run (#7619).
|
35 | 35 |
|
36 |
| -# v7.7.0 |
| 36 | +# 7.7.0 |
37 | 37 | - [added] Added a new API to allow for bulk logging of custom keys and values (#7302).
|
38 | 38 |
|
39 |
| -# v7.6.0 |
| 39 | +# 7.6.0 |
40 | 40 | - [fixed] Fixed an issue where some developers experienced a race condition involving binary image operations (#7459).
|
41 | 41 |
|
42 |
| -# v7.5.0 |
| 42 | +# 7.5.0 |
43 | 43 | - [changed] Improve start-up performance by moving some initialization work to a background thread (#7332).
|
44 | 44 | - [changed] Updated upload-symbols to a version that is notarized to avoid macOS security alerts (#7323).
|
45 | 45 | - [changed] Deleting unsent reports with deleteUnsentReports no longer happens on the main thread (#7298).
|
46 | 46 |
|
47 |
| -# v7.4.0 |
| 47 | +# 7.4.0 |
48 | 48 | - [changed] Removed obsolete crash reporting mechanism from the SDK (#7076).
|
49 | 49 |
|
50 |
| -# v7.3.0 |
| 50 | +# 7.3.0 |
51 | 51 | - [added] Added Crashlytics support for x86 apps running on Apple Silicon via Rosetta 2
|
52 | 52 | - [changed] Decreased Crashlytics CocoaPods minimum deployment target from iOS 10 to iOS 9
|
53 | 53 | - [changed] Removed obsolete API calls from upload-symbols
|
54 | 54 | - [changed] Removed obsolete onboarding calls from the SDK.
|
55 | 55 |
|
56 |
| -# v7.1.0 |
| 56 | +# 7.1.0 |
57 | 57 | - [fixed] Fixed an issue where symbol uploads would fail when there are spaces in the project path, particularly in Unity builds (#6789).
|
58 | 58 | - [changed] Added additional logging when settings requests fail with a 404 status to help customers debug onboarding issues (#6847).
|
59 | 59 |
|
60 |
| -# v4.6.2 |
| 60 | +# 4.6.2 |
61 | 61 |
|
62 | 62 | - [changed] Improved upload-symbols conversion speed. Customers with large dSYMs should see a significant improvement in the time it takes to upload Crashlytics symbols.
|
63 | 63 | - [fixed] Fixed Apple Watch crash related to `sigaction` (#6434).
|
64 | 64 |
|
65 |
| -# v4.6.0 |
| 65 | +# 4.6.0 |
66 | 66 |
|
67 | 67 | - [added] Added stackFrameWithAddress API for recording custom errors that are symbolicated on the backend (#5975).
|
68 | 68 | - [fixed] Fixed comment typos (#6363).
|
69 | 69 | - [fixed] Remove device information from binary image data crash info entries (#6382).
|
70 | 70 |
|
71 |
| -# v4.5.0 |
| 71 | +# 4.5.0 |
72 | 72 |
|
73 | 73 | - [fixed] Fixed a compiler warning and removed unused networking code (#6210).
|
74 | 74 | - [fixed] Fixed a crash that occurred rarely when trying to restart a URL session task without a valid request (#5984).
|
75 | 75 | - [added] Introduced watchOS support (#6262).
|
76 | 76 |
|
77 |
| -# v4.3.1 |
| 77 | +# 4.3.1 |
78 | 78 |
|
79 | 79 | - [fixed] Fixed a segmentation fault that could occur when writing crash contexts to disk (#6048).
|
80 | 80 |
|
81 |
| -# v4.3.0 |
| 81 | +# 4.3.0 |
82 | 82 |
|
83 | 83 | - [changed] Add dispatch_once for opening sdk log file. (#5904)
|
84 | 84 | - [changed] Functionally neutral updated import references for dependencies. (#5902)
|
85 | 85 |
|
86 |
| -# v4.2.0 |
| 86 | +# 4.2.0 |
87 | 87 |
|
88 | 88 | - [changed] Removed an unnecessary linker rule for embedding the Info.plist. (#5804)
|
89 | 89 |
|
90 |
| -# v4.1.1 |
| 90 | +# 4.1.1 |
91 | 91 |
|
92 | 92 | - [fixed] Fixed a crash that could occur if certain plist fields necessary to create Crashlytics records were missing at runtime. Also added some diagnostic logging to make the issue cause more explicit (#5565).
|
93 | 93 |
|
94 |
| -# v4.1.0 |
| 94 | +# 4.1.0 |
95 | 95 |
|
96 | 96 | - [fixed] Fixed unchecked `malloc`s in Crashlytics (#5428).
|
97 | 97 | - [fixed] Fixed an instance of undefined behavior when loading files from disk (#5454).
|
98 | 98 |
|
99 |
| -# v4.0.0 |
| 99 | +# 4.0.0 |
100 | 100 |
|
101 | 101 | - [changed] The Firebase Crashlytics SDK is now generally available.
|
102 | 102 |
|
103 |
| -# v4.0.0-beta.7 |
| 103 | +# 4.0.0-beta.7 |
104 | 104 |
|
105 | 105 | - [changed] Increased network timeout for symbol uploads to improve reliability on limited internet connections. (#5228)
|
106 | 106 |
|
107 |
| -# v4.0.0-beta.6 |
| 107 | +# 4.0.0-beta.6 |
108 | 108 |
|
109 | 109 | - [added] Added a new API to record custom exception models and stacktraces to Crashlytics. This is a replacement for the `recordCustomException` API that existed in the Fabric Crashlytics SDK (#5055)
|
110 | 110 | - [fixed] Fixed an issue with the `sendUnsentReports` API where reports wouldn't be uploaded until the method was called twice in specific instances (#5060)
|
111 | 111 | - [changed] Changed Crashlytics to use GoogleDataTransport to upload crashes (#4989)
|
112 | 112 | - [changed] Changed the origin that Crashlytics uses to register Crash events for Crash Free Users. Ensure you have installed Firebase Analytics version 6.3.1 or above (#5030)
|
113 | 113 |
|
114 |
| -# v4.0.0-beta.5 |
| 114 | +# 4.0.0-beta.5 |
115 | 115 |
|
116 | 116 | - [changed] Changed two endpoints in the Firebase Crashlytics SDK with no expected end-user impact (#4953, #4988).
|
117 | 117 |
|
118 |
| -# v4.0.0-beta.4 |
| 118 | +# 4.0.0-beta.4 |
119 | 119 |
|
120 | 120 | - [fixed] Fixed symbol collisions with the legacy Fabric Crashlytics SDK and added a warning not to include both (#4753, #4755)
|
121 | 121 | - [fixed] Added crash prevention checks (#4661)
|
122 | 122 |
|
123 |
| -# v4.0.0-beta.3 |
| 123 | +# 4.0.0-beta.3 |
124 | 124 |
|
125 | 125 | - [fixed] Fixed an import declaration for installing Crashlytics. Previously, the declaration caused a compile error when you installed using CocoaPods with the `generate_multiple_pods_project` flag set to true (#4786)
|
126 | 126 |
|
127 |
| -# v4.0.0-beta.2 |
| 127 | +# 4.0.0-beta.2 |
128 | 128 |
|
129 | 129 | - [fixed] Fixed VeraCode scanner issues for unchecked error conditions (#4669)
|
130 | 130 |
|
131 |
| -# v4.0.0-beta.1 |
| 131 | +# 4.0.0-beta.1 |
132 | 132 |
|
133 | 133 | This Firebase Crashlytics version includes the initial beta release of the Firebase Crashlytics SDK:
|
134 | 134 |
|
|
0 commit comments