File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -71,13 +71,22 @@ Support
71
71
72
72
Release Notes
73
73
-------------
74
- # Upcoming release
74
+ ### 11.1.0
75
75
- Changes
76
+ - General: Update to Firebase C++ SDK version 11.1.0.
77
+ - General (Android): Update Firebase Android BoM dependencies to v32.1.0.
78
+ - General (iOS): Update Firebase Cocoapods dependencies to v10.10.0.
79
+ - General (Android): Fix for deadlock within JniResultCallback, commonly seen
80
+ within Messaging, but affecting other products as well.
81
+ - General: Fix an [ issue] ( https://github.com/firebase/firebase-unity-sdk/issues/726 )
82
+ where AppCheck bundles were unintentionally included in App in the tgz.
76
83
- Auth: Fix a [ crash] ( https://github.com/firebase/firebase-unity-sdk/issues/733 )
77
84
that could occur when referencing CurrentUser.
78
85
- Auth: Remove internal methods.
79
- - General: Fix an [ issue] ( https://github.com/firebase/firebase-unity-sdk/issues/726 )
80
- where AppCheck bundles were unintentionally included in App in the tgz.
86
+ - Database/Firestore (Desktop): Fixed a crash on Windows when the user's home
87
+ directory contains non-ANSI characters (Unicode above U+00FF).
88
+ - Storage (Desktop): Fixed a crash on Windows when uploading files from a path
89
+ containing non-ANSI characters (Unicode above U+00FF).
81
90
82
91
### 11.0.0
83
92
- Changes
You can’t perform that action at this time.
0 commit comments