Skip to content

m163 mergeback #6913

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 2 commits into from
May 1, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
9 changes: 9 additions & 0 deletions firebase-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Unreleased


# 22.1.1
[fixed] Fixed an issue where the connection to the real-time Remote Config backend could remain
open in the background.


## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-config` library. The Kotlin extensions library has no additional
updates.

# 22.1.0
* [feature] Added support for custom signal targeting in Remote Config. Use `setCustomSignals` API for setting custom signals and use them to build custom targeting conditions in Remote Config.

Expand Down
4 changes: 2 additions & 2 deletions firebase-config/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#

version=22.1.1
latestReleasedVersion=22.1.0
version=22.1.2
latestReleasedVersion=22.1.1
android.enableUnitTestBinaryResources=true

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


# 19.4.3
* [changed] Updated internal Crashpad version to commit `21a20e`.

Expand Down
4 changes: 2 additions & 2 deletions firebase-crashlytics-ndk/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=19.4.3
latestReleasedVersion=19.4.2
version=19.4.4
latestReleasedVersion=19.4.3
9 changes: 9 additions & 0 deletions firebase-crashlytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Unreleased


# 19.4.3
* [fixed] Fixed UnbufferedIoViolation [#6822]


## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-crashlytics` library. The Kotlin extensions library has no additional
updates.

# 19.4.2
* [changed] Internal changes to read version control info more efficiently [#6754]
* [fixed] Fixed NoSuchMethodError when getting process info on Android 13 on some devices [#6720]
Expand Down
4 changes: 2 additions & 2 deletions firebase-crashlytics/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=19.4.3
latestReleasedVersion=19.4.2
version=19.4.4
latestReleasedVersion=19.4.3
7 changes: 4 additions & 3 deletions firebase-dataconnect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Unreleased
* [changed] Code robustness improvements related to state management in
`FirebaseDataConnect` objects.
([#6861](https://github.com/firebase/firebase-android-sdk/pull/6861))


# 16.0.1
* [changed] Internal improvements.

# 16.0.0
* [changed] DataConnectOperationException added, enabling support for partial
Expand Down
4 changes: 2 additions & 2 deletions firebase-dataconnect/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=16.0.1
latestReleasedVersion=16.0.0
version=16.0.2
latestReleasedVersion=16.0.1
9 changes: 9 additions & 0 deletions firebase-firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Unreleased


# 25.1.4
* [fixed] Fixed the `null` value handling in `whereNotEqualTo` and `whereNotIn` filters.
* [fixed] Catch exception when stream is already cancelled during close. [#6894](//github.com/firebase/firebase-android-sdk/pull/6894)


## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-firestore` library. The Kotlin extensions library has no additional
updates.

# 25.1.3
* [fixed] Use lazy encoding in UTF-8 encoded byte comparison for strings to solve performance issues. [#6706](//github.com/firebase/firebase-android-sdk/pull/6706)
* [changed] Updated `protolite-well-known-types` dependency to `18.0.1`. [#6716]
Expand Down
4 changes: 2 additions & 2 deletions firebase-firestore/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=25.1.4
latestReleasedVersion=25.1.3
version=25.1.5
latestReleasedVersion=25.1.4
9 changes: 9 additions & 0 deletions firebase-sessions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Unreleased


# 2.1.1
* [unchanged] Updated to keep SDK versions aligned.


## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-sessions` library. The Kotlin extensions library has no additional
updates.

# 2.1.0
* [changed] Add warning for known issue b/328687152
* [changed] Use Dagger for dependency injection
Expand Down
4 changes: 2 additions & 2 deletions firebase-sessions/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version=2.1.1
latestReleasedVersion=2.1.0
version=2.1.2
latestReleasedVersion=2.1.1
4 changes: 3 additions & 1 deletion firebase-vertexai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Unreleased


# 16.4.0
* [changed] **Breaking Change**: `LiveModelFutures.connect` now returns `ListenableFuture<LiveSessionFutures>` instead of `ListenableFuture<LiveSession>`.
* **Action Required:** Remove any transformations from LiveSession object to LiveSessionFutures object.
* **Action Required:** Change type of variable handling `LiveModelFutures.connect` to `ListenableFuture<LiveSessionsFutures>`
Expand All @@ -17,7 +20,6 @@
* [changed] Removed the `LiveContentResponse.Status` class, and instead have nested the status
fields as properties of `LiveContentResponse`. (#6906)


# 16.3.0
* [feature] Emits a warning when attempting to use an incompatible model with
`GenerativeModel` or `ImagenModel`.
Expand Down
4 changes: 2 additions & 2 deletions firebase-vertexai/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version=16.4.0
latestReleasedVersion=16.3.0
version=16.4.1
latestReleasedVersion=16.4.0
Loading