Skip to content

Commit

Permalink
Release Google.Cloud.OracleDatabase.V1 version 1.1.0 (#14095)
Browse files Browse the repository at this point in the history
Changes in this release:

### New features

- A new value `ACCOUNT_SUSPENDED` is added to enum `State` ([commit d17c3dd](https://togithub.com/googleapis/google-cloud-dotnet/commit/d17c3dd20ebb85dbb81ceb293857c9a017b4e37f))

### Documentation improvements

- The CloudVmClusterProperties.system_version field is no longer labeled as output only ([commit 09e1093](https://togithub.com/googleapis/google-cloud-dotnet/commit/09e109367f4ed3a8021ab1a8477150ea6da602d3))
- A comment for field `cpu_count` in message `.google.cloud.oracledatabase.v1.CloudExadataInfrastructureProperties` is changed ([commit 69fcadb](https://togithub.com/googleapis/google-cloud-dotnet/commit/69fcadbc650080094c60295a606bcf8ea46500b8))
- A comment for field `memory_size_gb` in message `.google.cloud.oracledatabase.v1.CloudExadataInfrastructureProperties` is changed ([commit 69fcadb](https://togithub.com/googleapis/google-cloud-dotnet/commit/69fcadbc650080094c60295a606bcf8ea46500b8))
- A comment for field `db_node_storage_size_gb` in message `.google.cloud.oracledatabase.v1.CloudExadataInfrastructureProperties` is changed ([commit 69fcadb](https://togithub.com/googleapis/google-cloud-dotnet/commit/69fcadbc650080094c60295a606bcf8ea46500b8))
  • Loading branch information
jskeet authored Jan 13, 2025
1 parent ef4f51f commit da00bdc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.0</Version>
<Version>1.1.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Oracle Database@Google Cloud API which provides a set of APIs to manage Oracle database services, such as Exadata and Autonomous Databases.</Description>
Expand Down
13 changes: 13 additions & 0 deletions apis/Google.Cloud.OracleDatabase.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Version history

## Version 1.1.0, released 2025-01-13

### New features

- A new value `ACCOUNT_SUSPENDED` is added to enum `State` ([commit d17c3dd](https://github.com/googleapis/google-cloud-dotnet/commit/d17c3dd20ebb85dbb81ceb293857c9a017b4e37f))

### Documentation improvements

- The CloudVmClusterProperties.system_version field is no longer labeled as output only ([commit 09e1093](https://github.com/googleapis/google-cloud-dotnet/commit/09e109367f4ed3a8021ab1a8477150ea6da602d3))
- A comment for field `cpu_count` in message `.google.cloud.oracledatabase.v1.CloudExadataInfrastructureProperties` is changed ([commit 69fcadb](https://github.com/googleapis/google-cloud-dotnet/commit/69fcadbc650080094c60295a606bcf8ea46500b8))
- A comment for field `memory_size_gb` in message `.google.cloud.oracledatabase.v1.CloudExadataInfrastructureProperties` is changed ([commit 69fcadb](https://github.com/googleapis/google-cloud-dotnet/commit/69fcadbc650080094c60295a606bcf8ea46500b8))
- A comment for field `db_node_storage_size_gb` in message `.google.cloud.oracledatabase.v1.CloudExadataInfrastructureProperties` is changed ([commit 69fcadb](https://github.com/googleapis/google-cloud-dotnet/commit/69fcadbc650080094c60295a606bcf8ea46500b8))

## Version 1.0.0, released 2024-12-05

No API surface changes; just dependency updates and promotion to GA.
Expand Down
2 changes: 1 addition & 1 deletion generator-input/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -3706,7 +3706,7 @@
},
{
"id": "Google.Cloud.OracleDatabase.V1",
"version": "1.0.0",
"version": "1.1.0",
"type": "grpc",
"productName": "Oracle Database@Google Cloud",
"productUrl": "https://cloud.google.com/oracle/database/docs",
Expand Down

0 comments on commit da00bdc

Please sign in to comment.