File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ def labelsForModifiedFiles()
64
64
labels . push ( "api: performance" ) if @has_performance_changes
65
65
labels . push ( "api: remoteconfig" ) if @has_remoteconfig_changes
66
66
labels . push ( "api: storage" ) if @has_storage_changes
67
+ labels . push ( "api: vertexai" ) if @has_vertexai_changes
67
68
labels . push ( "release-tooling" ) if @has_releasetooling_changes
68
69
labels . push ( "public-api-change" ) if @has_api_changes
69
70
return labels
@@ -100,7 +101,8 @@ has_license_changes = didModify(["LICENSE"])
100
101
"Messaging" ,
101
102
"Performance" ,
102
103
"RemoteConfig" ,
103
- "Storage"
104
+ "Storage" ,
105
+ "VertexAI"
104
106
]
105
107
106
108
## Product directories
@@ -149,6 +151,7 @@ has_license_changes = didModify(["LICENSE"])
149
151
@has_remoteconfig_changes = hasChangesIn ( "FirebaseRemoteConfig" )
150
152
@has_remoteconfig_api_changes = hasChangesIn ( "FirebaseRemoteConfig/Sources/Public/" )
151
153
@has_storage_changes = hasChangesIn ( "FirebaseStorage" )
154
+ @has_vertexai_changes = hasChangesIn ( "FirebaseVertexAI" )
152
155
153
156
@has_releasetooling_changes = hasChangesIn ( "ReleaseTooling/" )
154
157
@has_public_additions = hasAdditionsIn ( "Public/" )
Original file line number Diff line number Diff line change
1
+ # 10.26.0
2
+
3
+ - [ added] Public Preview release of the Vertex AI for Firebase SDK - build
4
+ AI-powered mobile apps and features with the Gemini API using this new SDK.
5
+ See the
6
+ [ docs] ( https://firebase.google.com/docs/vertex-ai/get-started?platform=ios )
7
+ for instructions on how to get started.
Original file line number Diff line number Diff line change 42
42
'FirebaseFunctions/CHANGELOG.md' : '{{cloud_functions}}' ,
43
43
'FirebaseRemoteConfig/CHANGELOG.md' : '{{remote_config}}' ,
44
44
'FirebasePerformance/CHANGELOG.md' : '{{perfmon}}' ,
45
+ 'FirebaseVertexAI/CHANGELOG.md' : '{{vertexai}}' ,
45
46
}
46
47
47
48
You can’t perform that action at this time.
0 commit comments