Skip to content

Commit df07a40

Browse files
authored
Rl.fixrel (#4709)
* Add changelog entries for grpc / proto dep updates. * Additional fixes * Added changelog entry for query validations change * Fix appdistro* versions
1 parent e2d3607 commit df07a40

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

firebase-appdistribution-api/gradle.properties

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version=16.0.1
15+
version=16.0.0-beta06
16+
latestReleasedVersion=16.0.0-beta05

firebase-appdistribution/gradle.properties

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version=16.0.1
15+
version=16.0.0-beta06
16+
latestReleasedVersion=16.0.0-beta05

firebase-crashlytics-ndk/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Unreleased
2+
* [changed] Updated `firebase-crashlytics` dependency to v18.3.6.
23

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

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

firebase-firestore/CHANGELOG.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Unreleased
2-
2+
* [changed] Relaxed certain query validations performed by the SDK (#4231).
3+
* [changed] Updated grpc to 1.52.1 and javalite, protoc, protobufjavautil to 3.21.11.
34

45
# 24.4.3
56
* [fixed] Fixed a potential high-memory usage issue.
@@ -349,7 +350,7 @@ updates.
349350
and
350351
[`Query.whereNotEqualTo()`](/docs/reference/android/com/google/firebase/firestore/Query#whereNotEqualTo(java.lang.String,%20java.lang.Object))
351352
query operators.
352-
353+
353354
* `Query.whereNotIn()` finds documents where a specified field's value is
354355
not in a specified array.
355356
* `Query.whereNotEqualTo()` finds documents where a specified field's value
@@ -461,7 +462,7 @@ updates.
461462
is IN a specified array. `Query.whereArrayContainsAny()` finds documents
462463
where a specified field is an array and contains ANY element of a specified
463464
array.
464-
465+
465466
- [changed] Improved the performance of repeatedly executed queries. Recently
466467
executed queries should see dramatic improvements. This benefit is reduced
467468
if changes accumulate while the query is inactive. Queries that use the
@@ -719,7 +720,7 @@ updates.
719720
https://github.com/firebase/firebase-android-sdk/issues/134
720721

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

firebase-messaging/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Unreleased
22
* [fixed] Fix a breakage related to Jetpack core library related to [upstream update](https://android-review.googlesource.com/c/platform/frameworks/support/+/2399893)
3+
* [changed] Updated javalite, protoc, protobufjavautil to 3.21.11.
34

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

firebase-ml-modeldownloader/CHANGELOG.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Unreleased
22

3-
43
# 24.1.2
54
* [changed] Internal infrastructure improvements.
65

@@ -125,4 +124,3 @@ runtime.
125124

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

firebase-perf/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Unreleased
2+
* [changed] Updated javalite, protoc, protobufjavautil to 3.21.11.
23

34
# 20.3.1
45
* [changed] Migrated [perfmon] to use standard Firebase executors.
@@ -332,4 +333,3 @@ updates.
332333

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

0 commit comments

Comments
 (0)