Skip to content

Commit 4ea928d

Browse files
committed
Merge branch 'main' into td/fireperf-aqs
2 parents ed765f5 + 9a1550f commit 4ea928d

File tree

72 files changed

+2638
-1128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+2638
-1128
lines changed

.github/workflows/ci_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ jobs:
119119
module: ${{ fromJSON(needs.determine_changed.outputs.modules) }}
120120
exclude:
121121
- module: :firebase-firestore
122+
- module: :firebase-functions:ktx
122123

123124
steps:
124125
- uses: actions/[email protected]

.github/workflows/create_releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
./gradlew generateReleaseConfig -PcurrentRelease=${{ inputs.name }} -PpastRelease=${{ inputs.past-name }} -PprintOutput=true
4141
4242
- name: Create Pull Request
43-
uses: peter-evans/create-pull-request@v4
43+
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f
4444
with:
4545
base: 'releases/${{ inputs.name }}'
4646
branch: 'releases/${{ inputs.name }}.release'

firebase-config/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Unreleased
2+
3+
4+
# 22.1.0
25
* [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.
36

7+
8+
## Kotlin
9+
The Kotlin extensions library transitively includes the updated
10+
`firebase-config` library. The Kotlin extensions library has no additional
11+
updates.
12+
413
# 22.0.1
514
* [changed] Updated protobuf dependency to `3.25.5` to fix
615
[CVE-2024-7254](https://nvd.nist.gov/vuln/detail/CVE-2024-7254).

firebase-config/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
version=22.0.2
18-
latestReleasedVersion=22.0.1
17+
version=22.1.1
18+
latestReleasedVersion=22.1.0
1919
android.enableUnitTestBinaryResources=true
2020

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=19.3.1
2-
latestReleasedVersion=19.3.0
1+
version=19.4.1
2+
latestReleasedVersion=19.4.0

firebase-crashlytics/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Unreleased
2+
3+
4+
# 19.4.0
25
* [feature] Added an overload for `recordException` that allows logging additional custom
36
keys to the non fatal event [#3551]
47

8+
9+
## Kotlin
10+
The Kotlin extensions library transitively includes the updated
11+
`firebase-crashlytics` library. The Kotlin extensions library has no additional
12+
updates.
13+
514
# 19.3.0
615
* [fixed] Fixed inefficiency in the Kotlin `FirebaseCrashlytics.setCustomKeys` extension.
716
* [fixed] Execute failure listener outside the main thread [#6535]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=19.3.1
2-
latestReleasedVersion=19.3.0
1+
version=19.4.1
2+
latestReleasedVersion=19.4.0

firebase-dataconnect/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Unreleased
2+
3+
4+
# 16.0.0-beta04
25
* [changed] `FirebaseDataConnect.logLevel` type changed from `LogLevel` to
36
`MutableStateFlow<LogLevel>`. This enables apps to "collect" the flow to,
47
for example, update a UI component when the log level changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=16.0.0-beta04
2-
latestReleasedVersion=16.0.0-beta03
1+
version=16.0.0-beta05
2+
latestReleasedVersion=16.0.0-beta04

firebase-dynamic-links/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33

44
# 22.1.0
5-
* [changed] Added deprecation annotations to the public API. See https://firebase.google.com/support/dynamic-links-faq for further context.
5+
* [deprecated] `firebase-dynamic-links` is deprecated. For information about timelines and alternatives,
6+
see the [irebase-dynamic-links deprecation FAQ](/support/dynamic-links-faq).
67

78

89
## Kotlin

0 commit comments

Comments
 (0)