Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release google-cloud-alloy_db-v1 1.0.0 #28832

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 @@ -43,7 +43,7 @@
"google-cloud-ai_platform-v1+FILLER": "0.0.0",
"google-cloud-alloy_db": "1.3.0",
"google-cloud-alloy_db+FILLER": "0.0.0",
"google-cloud-alloy_db-v1": "0.12.0",
"google-cloud-alloy_db-v1": "1.0.0",
"google-cloud-alloy_db-v1+FILLER": "0.0.0",
"google-cloud-alloy_db-v1alpha": "0.10.0",
"google-cloud-alloy_db-v1alpha+FILLER": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-alloy_db-v1/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "alloydb",
"name_pretty": "AlloyDB V1 API",
"product_documentation": "https://cloud.google.com/alloydb/docs",
"release_level": "preview",
"release_level": "stable",
"repo": "googleapis/google-cloud-ruby",
"requires_billing": true,
"ruby-cloud-description": "AlloyDB for PostgreSQL is an open source-compatible database service that provides a powerful option for migrating, modernizing, or building commercial-grade applications. It offers full compatibility with standard PostgreSQL, and is more than 4x faster for transactional workloads and up to 100x faster for analytical queries than standard PostgreSQL in our performance tests. AlloyDB for PostgreSQL offers a 99.99 percent availability SLA inclusive of maintenance. AlloyDB is optimized for the most demanding use cases, allowing you to build new applications that require high transaction throughput, large database sizes, or multiple read resources; scale existing PostgreSQL workloads with no application changes; and modernize legacy proprietary databases. Note that google-cloud-alloy_db-v1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-alloy_db instead. See the readme for more details.",
Expand Down
14 changes: 13 additions & 1 deletion google-cloud-alloy_db-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

### 1.0.0 (2025-02-07)

### ⚠ BREAKING CHANGES

* Fixed incorrect pagination on certain REST RPC methods ([#28823](https://github.com/googleapis/google-cloud-ruby/issues/28823))

#### Features

* Bump version to 1.0.0 ([#28941](https://github.com/googleapis/google-cloud-ruby/issues/28941))
#### Bug Fixes

* Fixed incorrect pagination on certain REST RPC methods ([#28823](https://github.com/googleapis/google-cloud-ruby/issues/28823))

### 0.12.0 (2025-01-28)

#### Features
Expand Down Expand Up @@ -128,4 +141,3 @@
* Initial generation of google-cloud-alloy_db-v1 ([#20944](https://github.com/googleapis/google-cloud-ruby/issues/20944))

## Release History

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Cloud
module AlloyDB
module V1
VERSION = "0.12.0"
VERSION = "1.0.0"
end
end
end
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"client_library": {
"name": "google-cloud-alloy_db-v1",
"version": "0.12.0",
"version": "1.0.0",
"language": "RUBY",
"apis": [
{
Expand Down