@@ -163,15 +163,60 @@ Support
163
163
164
164
Release Notes
165
165
-------------
166
- ### 8.5.0:
166
+ ### UNRELEASED
167
+ - Changes
168
+ - Storage: Added a method to access the url of a storage instance.
169
+
170
+ ### 8.7.0:
171
+ - Changes
172
+ - General (iOS): Fixed an intermittent crash on iOS 15 caused by
173
+ constructing C++ objects during Objective-C's ` +load ` method.
174
+ ([ #706 ] ( https://github.com/firebase/firebase-cpp-sdk/pull/706 ) )
175
+ ([ #783 ] ( https://github.com/firebase/firebase-cpp-sdk/pull/783 ) )
176
+ - Crashlytics (Android): Fixed a bug that prevented some Crashlytics session
177
+ files from being removed after the session ended. All session-specific
178
+ files are now properly cleaned up.
179
+ ([ #737 ] ( https://github.com/firebase/firebase-cpp-sdk/issues/737 ) )
180
+
181
+ ### 8.6.2:
167
182
- Changes
168
- - General (iOS): iOS SDKs are now built using Xcode 13.0.0.
183
+ - Messaging (Android): Clean up callbacks on termination, to possibly fix
184
+ ANR issues in CheckAndFixDependenciesAsync
185
+ ([ #1160 ] ( https://github.com/firebase/quickstart-unity/issues/1160 ) ).
186
+
187
+ ### 8.6.1:
188
+ - Changes
189
+ - Crashlytics (Android): Updated the pinned dependency to fix a missing
190
+ method error
191
+ ([ #1177 ] ( https://github.com/firebase/quickstart-unity/issues/1177 ) ).
192
+
193
+ ### 8.6.0:
194
+ - Changes
195
+ - General (Android): Minimum SDK version is now 19.
196
+ - General: Variant double type now supports 64-bit while saving to json.
197
+ ([ #1133 ] ( https://github.com/firebase/quickstart-unity/issues/1133 ) ).
198
+ - Firestore: Released to general availability for Android and iOS (desktop
199
+ support remains in beta).
200
+ - Firestore (iOS): Fixed intermittent crashes and empty results when
201
+ retrieving the contents of a document.
202
+ ([ #1171 ] ( https://github.com/firebase/quickstart-unity/issues/1171 ) ).
203
+ - Firestore (iOS): Fixed intermittent "start after" query filters failing
204
+ to have any effects on the queries.
205
+ - Firestore (iOS): Fixed intermittent cases where specifying
206
+ ServerTimestampBehavior.Previous would return empty values instead of the
207
+ previous values.
169
208
- Crashlytics: Improved crash reporting for Unity Android apps using the
170
209
IL2CPP scripting backend. To display symbolicated IL2CPP stack traces in
171
210
the Crashlytics console, Android customers will need to upload symbol
172
211
files for their builds. See the [ Getting Started with Crashlytics Unity]
173
212
(https://firebase.google.com/docs/crashlytics/get-started?platform=unity )
174
- Guild for more details.
213
+ Guide for more details.
214
+ - Messaging (Android): Fixed crash resulting in ANR on termination.
215
+ ([ #1151 ] ( https://github.com/firebase/quickstart-unity/issues/1151 ) ).
216
+
217
+ ### 8.5.0:
218
+ - Changes
219
+ - General (iOS): iOS SDKs are now built using Xcode 13.0.0.
175
220
- Firestore: Fixed an issue where the ` Equals() ` and ` GetHashCode() ` methods
176
221
of ` DocumentSnapshot ` would sometimes be inconsistent
177
222
([ #8647 ] ( https://github.com/firebase/firebase-ios-sdk/pull/8647 ) ).
0 commit comments