Skip to content

Rl.fixrel #4709

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Feb 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion firebase-appdistribution-api/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version=16.0.1
version=16.0.0-beta06
latestReleasedVersion=16.0.0-beta05
3 changes: 2 additions & 1 deletion firebase-appdistribution/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version=16.0.1
version=16.0.0-beta06
latestReleasedVersion=16.0.0-beta05
4 changes: 2 additions & 2 deletions firebase-crashlytics-ndk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Unreleased
* [changed] Updated `firebase-crashlytics` dependency to v18.3.6.

# 18.3.5
* [fixed] Updated `firebase-common` to its latest version (v20.3.0) to fix an
issue that was causing a nondeterministic crash on startup.

* [changed] Updated `firebase-crashlytics` dependency to v18.3.5.
* [changed] Updated `firebase-crashlytics` dependency to v18.3.5.
# 18.3.4
<aside class="caution">This version of <code>firebase-crashlytics-ndk</code> can
cause a nondeterministic crash on startup. For more information, see
Expand Down Expand Up @@ -203,4 +204,3 @@ change. The following release notes describe changes in the new SDK.
uploading symbol files to [crashlytics] servers. See the
[[crashlytics] Gradle plugin documentation](/docs/crashlytics/ndk-reports-new-sdk)
for more information.

10 changes: 5 additions & 5 deletions firebase-firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Unreleased

* [changed] Relaxed certain query validations performed by the SDK (#4231).
* [changed] Updated grpc to 1.52.1 and javalite, protoc, protobufjavautil to 3.21.11.

# 24.4.3
* [fixed] Fixed a potential high-memory usage issue.
Expand Down Expand Up @@ -349,7 +350,7 @@ updates.
and
[`Query.whereNotEqualTo()`](/docs/reference/android/com/google/firebase/firestore/Query#whereNotEqualTo(java.lang.String,%20java.lang.Object))
query operators.

* `Query.whereNotIn()` finds documents where a specified field's value is
not in a specified array.
* `Query.whereNotEqualTo()` finds documents where a specified field's value
Expand Down Expand Up @@ -461,7 +462,7 @@ updates.
is IN a specified array. `Query.whereArrayContainsAny()` finds documents
where a specified field is an array and contains ANY element of a specified
array.

- [changed] Improved the performance of repeatedly executed queries. Recently
executed queries should see dramatic improvements. This benefit is reduced
if changes accumulate while the query is inactive. Queries that use the
Expand Down Expand Up @@ -719,7 +720,7 @@ updates.
https://github.com/firebase/firebase-android-sdk/issues/134

# 17.1.4
* [fixed] Fixed a SQLite transaction-handling issue that occasionally masked
* [fixed] Fixed a SQLite transaction-handling issue that occasionally masked
exceptions when Firestore closed a transaction that was never started. For
more information, see the [issue report in GitHub](https://github.com/firebase/firebase-android-sdk/issues/115).
* [fixed] Fixed a race condition that caused a `SQLiteDatabaseLockedException`
Expand Down Expand Up @@ -767,4 +768,3 @@ updates.
or
[`FieldValue.serverTimestamp()`](/docs/reference/android/com/google/firebase/firestore/FieldValue.html#serverTimestamp())
values.

2 changes: 1 addition & 1 deletion firebase-messaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Unreleased
* [fixed] Fix a breakage related to Jetpack core library related to [upstream update](https://android-review.googlesource.com/c/platform/frameworks/support/+/2399893)
* [changed] Updated javalite, protoc, protobufjavautil to 3.21.11.

# 23.1.1
* [fixed] Fixed deadlock when handling simultaneous messages.
Expand Down Expand Up @@ -403,4 +404,3 @@ released on [March 03, 2020](/support/release-notes/android#2020-03-03).
now return a
[`Task`](/docs/reference/android/com/google/android/gms/tasks/Task) that can
be used to see when the request has completed.

2 changes: 0 additions & 2 deletions firebase-ml-modeldownloader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Unreleased


# 24.1.2
* [changed] Internal infrastructure improvements.

Expand Down Expand Up @@ -125,4 +124,3 @@ runtime.

* [feature] Added ability to get the model download ID, which allows progress
tracking of file downloads.

2 changes: 1 addition & 1 deletion firebase-perf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Unreleased
* [changed] Updated javalite, protoc, protobufjavautil to 3.21.11.

# 20.3.1
* [changed] Migrated [perfmon] to use standard Firebase executors.
Expand Down Expand Up @@ -332,4 +333,3 @@ updates.

# 16.1.0
* [fixed] Fixed a `SecurityException` crash on certain devices that do not have Google Play Services on them.