Skip to content

Commit

Permalink
*bump version 11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aprius committed Jun 2, 2023
1 parent 864ca94 commit 6a2d10a
Show file tree
Hide file tree
Showing 88 changed files with 122 additions and 331 deletions.
8 changes: 4 additions & 4 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Firebase/Plugins/x86_64/FirebaseCppApp-11_0_0.bundle filter=lfs diff=lfs merge=lfs -text
Firebase/Plugins/x86_64/FirebaseCppApp-11_0_0.bundle.meta filter=lfs diff=lfs merge=lfs -text
Firebase/Plugins/x86_64/FirebaseCppApp-11_0_0.so filter=lfs diff=lfs merge=lfs -text
Firebase/Plugins/x86_64/FirebaseCppApp-11_0_0.so.meta filter=lfs diff=lfs merge=lfs -text
Firebase/Plugins/x86_64/FirebaseCppApp-11_1_0.bundle filter=lfs diff=lfs merge=lfs -text
Firebase/Plugins/x86_64/FirebaseCppApp-11_1_0.bundle.meta filter=lfs diff=lfs merge=lfs -text
Firebase/Plugins/x86_64/FirebaseCppApp-11_1_0.so filter=lfs diff=lfs merge=lfs -text
Firebase/Plugins/x86_64/FirebaseCppApp-11_1_0.so.meta filter=lfs diff=lfs merge=lfs -text
23 changes: 20 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,23 @@ Support

Release Notes
-------------
### 11.1.0
- Changes
- General: Update to Firebase C++ SDK version 11.1.0.
- General (Android): Update Firebase Android BoM dependencies to v32.1.0.
- General (iOS): Update Firebase Cocoapods dependencies to v10.10.0.
- General (Android): Fix for deadlock within JniResultCallback, commonly seen
within Messaging, but affecting other products as well.
- General: Fix an [issue](https://github.com/firebase/firebase-unity-sdk/issues/726)
where AppCheck bundles were unintentionally included in App in the tgz.
- Auth: Fix a [crash](https://github.com/firebase/firebase-unity-sdk/issues/733)
that could occur when referencing CurrentUser.
- Auth: Remove internal methods.
- Database/Firestore (Desktop): Fixed a crash on Windows when the user's home
directory contains non-ANSI characters (Unicode above U+00FF).
- Storage (Desktop): Fixed a crash on Windows when uploading files from a path
containing non-ANSI characters (Unicode above U+00FF).

### 11.0.0
- Changes
- App Check: Adds support for Firebase App Check on Android, iOS, tvOS,
Expand All @@ -89,6 +106,9 @@ Release Notes
deprecated methods will be removed in the *next* major release of the
Firebase Unity SDK. *(Note: do not mix and match using the old
and new methods or undefined behavior may result.)*
- Firestore: Added `Query.Count()`, which fetches the number of documents in
the result set without actually downloading the documents
([#659](https://github.com/firebase/firebase-unity-sdk/pull/659)).

### 10.7.0
- Changes
Expand All @@ -99,9 +119,6 @@ Release Notes
as a Java file instead of precompiling it. This is to better support
changes with the UnityPlayerActivity, and GameActivity options, in
the Unity 2023 editor.
- Firestore: Added `Query.Count()`, which fetches the number of documents in
the result set without actually downloading the documents
([#659](https://github.com/firebase/firebase-unity-sdk/pull/659)).

### 10.6.0
- Changes
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 20 additions & 3 deletions Documentation~/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,23 @@ Support

Release Notes
-------------
### 11.1.0
- Changes
- General: Update to Firebase C++ SDK version 11.1.0.
- General (Android): Update Firebase Android BoM dependencies to v32.1.0.
- General (iOS): Update Firebase Cocoapods dependencies to v10.10.0.
- General (Android): Fix for deadlock within JniResultCallback, commonly seen
within Messaging, but affecting other products as well.
- General: Fix an [issue](https://github.com/firebase/firebase-unity-sdk/issues/726)
where AppCheck bundles were unintentionally included in App in the tgz.
- Auth: Fix a [crash](https://github.com/firebase/firebase-unity-sdk/issues/733)
that could occur when referencing CurrentUser.
- Auth: Remove internal methods.
- Database/Firestore (Desktop): Fixed a crash on Windows when the user's home
directory contains non-ANSI characters (Unicode above U+00FF).
- Storage (Desktop): Fixed a crash on Windows when uploading files from a path
containing non-ANSI characters (Unicode above U+00FF).

### 11.0.0
- Changes
- App Check: Adds support for Firebase App Check on Android, iOS, tvOS,
Expand All @@ -89,6 +106,9 @@ Release Notes
deprecated methods will be removed in the *next* major release of the
Firebase Unity SDK. *(Note: do not mix and match using the old
and new methods or undefined behavior may result.)*
- Firestore: Added `Query.Count()`, which fetches the number of documents in
the result set without actually downloading the documents
([#659](https://github.com/firebase/firebase-unity-sdk/pull/659)).

### 10.7.0
- Changes
Expand All @@ -99,9 +119,6 @@ Release Notes
as a Java file instead of precompiling it. This is to better support
changes with the UnityPlayerActivity, and GameActivity options, in
the Unity 2023 editor.
- Firestore: Added `Query.Count()`, which fetches the number of documents in
the result set without actually downloading the documents
([#659](https://github.com/firebase/firebase-unity-sdk/pull/659)).

### 10.6.0
- Changes
Expand Down
2 changes: 1 addition & 1 deletion Editor Default Resources/Firebase/fb_analytics.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Editor Default Resources/Firebase/fb_auth.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Editor Default Resources/Firebase/fb_auth_dark.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Editor Default Resources/Firebase/fb_config.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Editor Default Resources/Firebase/fb_config_dark.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Editor Default Resources/Firebase/fb_crashlytics.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Editor Default Resources/Firebase/fb_database.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Editor Default Resources/Firebase/fb_functions.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Editor Default Resources/Firebase/fb_invites.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Editor Default Resources/Firebase/fb_invites_dark.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Editor Default Resources/Firebase/fb_storage.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Editor Default Resources/Firebase/fb_storage_dark.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Editor Default Resources/Firebase/firebase_lockup.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Firebase/Editor/AppDependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ FirebaseApp iOS and Android Dependencies.

<dependencies>
<iosPods>
<iosPod name="Firebase/Core" version="10.9.0" minTargetSdk="8.0">
<iosPod name="Firebase/Core" version="10.10.0" minTargetSdk="8.0">
</iosPod>
</iosPods>
<androidPackages>
<androidPackage spec="com.google.firebase:firebase-common:20.3.2">
</androidPackage>
<androidPackage spec="com.google.firebase:firebase-analytics:21.2.2">
<androidPackage spec="com.google.firebase:firebase-analytics:21.3.0">
</androidPackage>
<androidPackage spec="com.google.android.gms:play-services-base:18.2.0">
</androidPackage>
<androidPackage spec="com.google.firebase:firebase-app-unity:11.0.0">
<androidPackage spec="com.google.firebase:firebase-app-unity:11.1.0">
<repositories>
<repository>Assets/Firebase/m2repository</repository>
</repositories>
Expand Down
2 changes: 1 addition & 1 deletion Firebase/Editor/AppDependencies.xml.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Firebase/Editor/Firebase.Editor.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Firebase/Editor/Firebase.Editor.dll.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Firebase/Editor/Firebase.Editor.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion Firebase/Editor/Firebase.Editor.pdb.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Firebase/Editor/network_request.exe.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Firebase/Editor/network_request.py.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Firebase/Plugins/Firebase.App.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Firebase/Plugins/Firebase.App.dll.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Firebase/Plugins/Firebase.App.pdb
Binary file not shown.
Loading

0 comments on commit 6a2d10a

Please sign in to comment.