Skip to content

Commit 3d41253

Browse files
m162 mergeback (#6831)
Auto-generated PR for cleaning up release m162 NO_RELEASE_CHANGE --------- Co-authored-by: rlazo <[email protected]> Co-authored-by: Rodrigo Lazo <[email protected]>
1 parent 2cdac31 commit 3d41253

File tree

6 files changed

+24
-6
lines changed

6 files changed

+24
-6
lines changed

firebase-dataconnect/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Unreleased
2+
3+
4+
# 16.0.0
25
* [changed] DataConnectOperationException added, enabling support for partial
36
errors; that is, any data that was received and/or was able to be decoded is
47
now available via the "response" property of the exception thrown when a
@@ -77,3 +80,4 @@
7780
([#6299](https://github.com/firebase/firebase-android-sdk/pull/6299))
7881
* [changed] Added `equals` and `hashCode` methods to `GeneratedConnector`.
7982
([#6177](https://github.com/firebase/firebase-android-sdk/pull/6177))
83+
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=16.0.0
2-
latestReleasedVersion=16.0.0-beta05
1+
version=16.0.1
2+
latestReleasedVersion=16.0.0

firebase-functions/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Unreleased
2+
3+
4+
# 21.2.1
25
* [fixed] Fixed issue that caused the SDK to crash when trying to stream a function that does not exist.
36

7+
8+
## Kotlin
9+
The Kotlin extensions library transitively includes the updated
10+
`firebase-functions` library. The Kotlin extensions library has no additional
11+
updates.
12+
413
# 21.2.0
514
* [feature] Streaming callable functions are now supported.
615
* [fixed] Fixed an issue that prevented the App Check token from being handled correctly in case of error.
@@ -235,3 +244,4 @@ updates.
235244
optional region to override the default "us-central1".
236245
* [feature] New `useFunctionsEmulator` method allows testing against a local
237246
instance of the [Cloud Functions Emulator](https://firebase.google.com/docs/functions/local-emulator).
247+

firebase-functions/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=21.2.1
2-
latestReleasedVersion=21.2.0
1+
version=21.2.2
2+
latestReleasedVersion=21.2.1
33
android.enableUnitTestBinaryResources=true

firebase-vertexai/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Unreleased
2+
3+
4+
# 16.3.0
25
* [feature] Emits a warning when attempting to use an incompatible model with
36
`GenerativeModel` or `ImagenModel`.
47
* [changed] Added new exception type for quota exceeded scenarios.
@@ -79,3 +82,4 @@
7982
* [feature] Added support for `responseMimeType` in `GenerationConfig`.
8083
* [changed] Renamed `GoogleGenerativeAIException` to `FirebaseVertexAIException`.
8184
* [changed] Updated the KDocs for various classes and functions.
85+

firebase-vertexai/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version=16.3.0
16-
latestReleasedVersion=16.2.0
15+
version=16.3.1
16+
latestReleasedVersion=16.3.0

0 commit comments

Comments
 (0)