Skip to content
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

m158 mergeback #6657

Merged
merged 3 commits into from
Jan 30, 2025
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
9 changes: 9 additions & 0 deletions firebase-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Unreleased


# 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.


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

# 22.0.1
* [changed] Updated protobuf dependency to `3.25.5` to fix
[CVE-2024-7254](https://nvd.nist.gov/vuln/detail/CVE-2024-7254).
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.0.2
latestReleasedVersion=22.0.1
version=22.1.1
latestReleasedVersion=22.1.0
android.enableUnitTestBinaryResources=true

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.3.1
latestReleasedVersion=19.3.0
version=19.4.1
latestReleasedVersion=19.4.0
9 changes: 9 additions & 0 deletions firebase-crashlytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Unreleased


# 19.4.0
* [feature] Added an overload for `recordException` that allows logging additional custom
keys to the non fatal event [#3551]


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

# 19.3.0
* [fixed] Fixed inefficiency in the Kotlin `FirebaseCrashlytics.setCustomKeys` extension.
* [fixed] Execute failure listener outside the main thread [#6535]
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.3.1
latestReleasedVersion=19.3.0
version=19.4.1
latestReleasedVersion=19.4.0
3 changes: 3 additions & 0 deletions firebase-dataconnect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Unreleased


# 16.0.0-beta04
* [changed] `FirebaseDataConnect.logLevel` type changed from `LogLevel` to
`MutableStateFlow<LogLevel>`. This enables apps to "collect" the flow to,
for example, update a UI component when the log level changes.
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.0-beta04
latestReleasedVersion=16.0.0-beta03
version=16.0.0-beta05
latestReleasedVersion=16.0.0-beta04
8 changes: 8 additions & 0 deletions firebase-perf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Unreleased


# 21.0.4
* [fixed] Fixed a performance issue with shared preferences
calling `.apply()` every time a value is read from remote config (#6407)


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

# 21.0.3
* [changed] Bump internal dependencies.

Expand Down
4 changes: 2 additions & 2 deletions firebase-perf/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#
#

version=21.0.4
latestReleasedVersion=21.0.3
version=21.0.5
latestReleasedVersion=21.0.4
android.enableUnitTestBinaryResources=true

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.0.8
latestReleasedVersion=2.0.7
version=2.0.9
latestReleasedVersion=2.0.8
Loading