Skip to content

Commit

Permalink
Merge 9ebf914 into 01bd3d7
Browse files Browse the repository at this point in the history
  • Loading branch information
google-oss-bot authored Dec 2, 2024
2 parents 01bd3d7 + 9ebf914 commit a309b2e
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 13 deletions.
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-beta03
* [changed] Requires Data Connect emulator version 1.6.1 or later for code generation.
* [feature] QueryRef and MutationRef gain methods copy(), withDataDeserializer(),
and withVariablesSerializer().
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-beta03
latestReleasedVersion=16.0.0-beta02
version=16.0.0-beta04
latestReleasedVersion=16.0.0-beta03
9 changes: 7 additions & 2 deletions firebase-functions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Unreleased
* [fixed] Minor internal infrastructure improvements. (#6544)
* [fixed] Fixed HttpsCallableResult.data resolution in Kotlin. (#6530)


# 21.1.0
* [changed] Migrated to Kotlin


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

# 21.0.0
* [changed] Bump internal dependencies

Expand Down
4 changes: 2 additions & 2 deletions firebase-functions/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=21.1.0
latestReleasedVersion=21.0.0
version=21.1.1
latestReleasedVersion=21.1.0
android.enableUnitTestBinaryResources=true
3 changes: 3 additions & 0 deletions firebase-messaging-directboot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Unreleased


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

# 24.0.3
Expand Down
4 changes: 2 additions & 2 deletions firebase-messaging-directboot/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=24.1.0
latestReleasedVersion=24.0.3
version=24.1.1
latestReleasedVersion=24.1.0
android.enableUnitTestBinaryResources=true
8 changes: 8 additions & 0 deletions firebase-messaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Unreleased


# 24.1.0
* [deprecated] Deprecated additional FCM upstream messaging methods and updated
all upstream methods to indicate they are now decommissioned. See the
[FAQ](https://firebase.google.com/support/faq#fcm-23-deprecation) for more
Expand All @@ -8,6 +11,11 @@
been canceled.


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

# 24.0.3
* [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-messaging/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=24.1.0
latestReleasedVersion=24.0.3
version=24.1.1
latestReleasedVersion=24.1.0
android.enableUnitTestBinaryResources=true
5 changes: 4 additions & 1 deletion firebase-vertexai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased
* [changed] Added support for Civic Integrity in Harm Category. (#6502)


# 16.0.2
* [fixed] Improved error message when using an invalid location. (#6428)
* [fixed] Fixed issue where Firebase App Check error tokens were unintentionally missing from the requests. (#6409)
* [fixed] Clarified in the documentation that `Schema.integer` and `Schema.float` only provide hints to the model. (#6420)
Expand Down Expand Up @@ -59,3 +61,4 @@
* [feature] Added support for `responseMimeType` in `GenerationConfig`.
* [changed] Renamed `GoogleGenerativeAIException` to `FirebaseVertexAIException`.
* [changed] Updated the KDocs for various classes and functions.

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.0.2
latestReleasedVersion=16.0.1
version=16.0.3
latestReleasedVersion=16.0.2

0 comments on commit a309b2e

Please sign in to comment.