Skip to content

Commit c4bbb90

Browse files
authored
Update readme for 11.1.0 release (#746)
1 parent 217f40c commit c4bbb90

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

docs/readme.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,22 @@ Support
7171

7272
Release 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

0 commit comments

Comments
 (0)