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
7171
7272Release Notes
7373-------------
74- # Upcoming release
74+ ### 11.1.0
7575- 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.
7683 - Auth: Fix a [ crash] ( https://github.com/firebase/firebase-unity-sdk/issues/733 )
7784 that could occur when referencing CurrentUser.
7885 - 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).
8190
8291### 11.0.0
8392- Changes
You can’t perform that action at this time.
0 commit comments