Skip to content

Commit

Permalink
chore(main): release google-cloud-ai_platform-v1 0.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 9, 2024
1 parent 76b3406 commit 586c63c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"google-cloud-advisory_notifications-v1+FILLER": "0.0.0",
"google-cloud-ai_platform": "1.4.1",
"google-cloud-ai_platform+FILLER": "0.0.0",
"google-cloud-ai_platform-v1": "0.56.0",
"google-cloud-ai_platform-v1": "0.57.0",
"google-cloud-ai_platform-v1+FILLER": "0.0.0",
"google-cloud-alloy_db": "1.2.1",
"google-cloud-alloy_db+FILLER": "0.0.0",
Expand Down
13 changes: 13 additions & 0 deletions google-cloud-ai_platform-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

### 0.57.0 (2024-11-09)

#### Features

* add BatchCreateFeatures rpc to feature_registry_service.proto
* add system labels field to model garden deployments ([#27555](https://github.com/googleapis/google-cloud-ruby/issues/27555))
* added support for specifying function response type in `FunctionDeclaration`
#### Documentation

* A comment for field `feature_group_id` in message `.google.cloud.aiplatform.v1.CreateFeatureGroupRequest` is changed
* A comment for message `BatchCreateFeaturesRequest` is modified to call out BatchCreateFeatures
* updated the maximum number of function declarations from 64 to 128

### 0.56.0 (2024-11-07)

#### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Cloud
module AIPlatform
module V1
VERSION = "0.56.0"
VERSION = "0.57.0"
end
end
end
Expand Down

0 comments on commit 586c63c

Please sign in to comment.