-
Notifications
You must be signed in to change notification settings - Fork 584
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
75 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"name": "m155_1", | ||
"libraries": [ | ||
":firebase-vertexai" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"changesByLibraryName": { | ||
"firebase-vertexai": [ | ||
{ | ||
"commitId": "bcb4607a22bae0e56be5c4066b38bc59f06ec0ca", | ||
"prId": "6400", | ||
"author": "Rodrigo Lazo", | ||
"message": "Fix vertexAI authorization header (#6400)\n\nThe header for authenticated request from vertex was using an invalid\r\nauthorization value\r\n\r\n---------\r\n\r\nCo-authored-by: rachelsaunders <[email protected]>", | ||
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/bcb4607a22bae0e56be5c4066b38bc59f06ec0ca", | ||
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6400" | ||
}, | ||
{ | ||
"commitId": "3afa1c4fb2051fa65742f05c387d662eeae84201", | ||
"prId": "6399", | ||
"author": "Rodrigo Lazo", | ||
"message": "Add spotless support for *.gradle.kts files (#6399)\n\nThe more we cover by the formatter the better.\n\nThat being said, support for groovy is broken. I hit\nhttps://github.com/diffplug/spotless/issues/1922 when trying to use\ngroovyGradle formatting.", | ||
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/3afa1c4fb2051fa65742f05c387d662eeae84201", | ||
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6399" | ||
} | ||
] | ||
}, | ||
"changedLibrariesWithNoChangelog": [ | ||
":firebase-common", | ||
":firebase-common:ktx", | ||
":firebase-components", | ||
":firebase-config", | ||
":firebase-config:ktx", | ||
":firebase-config-interop", | ||
":firebase-database", | ||
":firebase-database:ktx", | ||
":firebase-database-collection", | ||
":firebase-dataconnect", | ||
":firebase-functions", | ||
":firebase-functions:ktx", | ||
":firebase-crashlytics", | ||
":firebase-crashlytics-ndk", | ||
":firebase-sessions", | ||
":firebase-crashlytics:ktx", | ||
":firebase-components:firebase-dynamic-module-support" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Release Report | ||
## firebase-vertexai | ||
* Fix vertexAI authorization header (#6400) | ||
[pr](https://github.com/firebase/firebase-android-sdk/pull/6400) [commit](https://github.com/firebase/firebase-android-sdk/commit/bcb4607a22bae0e56be5c4066b38bc59f06ec0ca) [Rodrigo Lazo] | ||
|
||
* Add spotless support for *.gradle.kts files (#6399) | ||
[pr](https://github.com/firebase/firebase-android-sdk/pull/6399) [commit](https://github.com/firebase/firebase-android-sdk/commit/3afa1c4fb2051fa65742f05c387d662eeae84201) [Rodrigo Lazo] | ||
|
||
|
||
## SDKs with changes, but no changelogs | ||
:firebase-common | ||
:firebase-common:ktx | ||
:firebase-components | ||
:firebase-config | ||
:firebase-config:ktx | ||
:firebase-config-interop | ||
:firebase-database | ||
:firebase-database:ktx | ||
:firebase-database-collection | ||
:firebase-dataconnect | ||
:firebase-functions | ||
:firebase-functions:ktx | ||
:firebase-crashlytics | ||
:firebase-crashlytics-ndk | ||
:firebase-sessions | ||
:firebase-crashlytics:ktx | ||
:firebase-components:firebase-dynamic-module-support |