Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"google-cloud-advisory_notifications+FILLER": "0.0.0",
"google-cloud-advisory_notifications-v1": "0.11.0",
"google-cloud-advisory_notifications-v1+FILLER": "0.0.0",
"google-cloud-ai_platform": "1.5.0",
"google-cloud-ai_platform": "1.6.0",
"google-cloud-ai_platform+FILLER": "0.0.0",
"google-cloud-ai_platform-v1": "0.63.0",
"google-cloud-ai_platform-v1+FILLER": "0.0.0",
Expand Down
10 changes: 10 additions & 0 deletions google-cloud-ai_platform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

### 1.6.0 (2025-01-29)

#### Features

* Support for GenAiCacheService
* Support for ReasoningEngineExecutionService
* Support for ReasoningEngineService
* Provide methods to determine whether services are available with the currently installed versioned client ([#28526](https://github.com/googleapis/google-cloud-ruby/issues/28526))
* Update Ruby version requirement to 3.0

### 1.5.0 (2024-12-10)

#### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
module Google
module Cloud
module AIPlatform
VERSION = "1.5.0"
VERSION = "1.6.0"
end
end
end