Skip to content

Commit

Permalink
chore(main): release aiplatform 1.69.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jun 21, 2024
1 parent 1d28ac6 commit b72341f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest-individual.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"ai": "0.7.0",
"aiplatform": "1.68.0",
"aiplatform": "1.69.0",
"auth": "0.5.1",
"auth/oauth2adapt": "0.2.2",
"bigquery": "1.61.0",
Expand Down
17 changes: 17 additions & 0 deletions aiplatform/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Changes


## [1.69.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.68.0...aiplatform/v1.69.0) (2024-06-21)


### Features

* **aiplatform:** Add enum value MALFORMED_FUNCTION_CALL to `.google.cloud.aiplatform.v1beta1.content.Candidate.FinishReason` ([#10400](https://github.com/googleapis/google-cloud-go/issues/10400)) ([2003148](https://github.com/googleapis/google-cloud-go/commit/2003148b71a734afd5c31a0106e5204414ece6e9))
* **aiplatform:** Add fields grounding_chunks and grounding_supports to GroundingMetadata ([2003148](https://github.com/googleapis/google-cloud-go/commit/2003148b71a734afd5c31a0106e5204414ece6e9))
* **aiplatform:** Add streamRawPredict rpc to prediction service ([2003148](https://github.com/googleapis/google-cloud-go/commit/2003148b71a734afd5c31a0106e5204414ece6e9))
* **aiplatform:** Add text field in Segment ([2003148](https://github.com/googleapis/google-cloud-go/commit/2003148b71a734afd5c31a0106e5204414ece6e9))


### Documentation

* **aiplatform:** A comment for field `distibution` in message `.google.cloud.aiplatform.v1beta1.model_monitoring_stats.ModelMonitoringStatsDataPoint` is changed. ([2003148](https://github.com/googleapis/google-cloud-go/commit/2003148b71a734afd5c31a0106e5204414ece6e9))
* **aiplatform:** A comment for field `name` in message `.google.cloud.aiplatform.v1beta1.cached_content.CachedContent` is changed ([2003148](https://github.com/googleapis/google-cloud-go/commit/2003148b71a734afd5c31a0106e5204414ece6e9))
* **aiplatform:** A comment for field `source` in message `.google.cloud.aiplatform.v1beta1.tool.Retrieval` is added. ([2003148](https://github.com/googleapis/google-cloud-go/commit/2003148b71a734afd5c31a0106e5204414ece6e9))

## [1.68.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.67.0...aiplatform/v1.68.0) (2024-06-11)


Expand Down
2 changes: 1 addition & 1 deletion aiplatform/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.68.0"
const Version = "1.69.0"

0 comments on commit b72341f

Please sign in to comment.