Skip to content

Commit

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

### New features

- Deprecating `daos_version` field ([commit c133d25](https://togithub.com/googleapis/google-cloud-dotnet/commit/c133d25e73be86850b049be876652dd07cd50cef))
- Adding `deployment_type` field ([commit c133d25](https://togithub.com/googleapis/google-cloud-dotnet/commit/c133d25e73be86850b049be876652dd07cd50cef))

### Documentation improvements

- Updated documentation for field `daos_version` in message `.google.cloud.parallelstore.v1.Instance` to reflect that the field is deprecated. ([commit c133d25](https://togithub.com/googleapis/google-cloud-dotnet/commit/c133d25e73be86850b049be876652dd07cd50cef))
- Updated field `file_stripe_level` in message `.google.cloud.parallelstore.v1.Instance` to reflected that message is now immutable ([commit c133d25](https://togithub.com/googleapis/google-cloud-dotnet/commit/c133d25e73be86850b049be876652dd07cd50cef))
- Updated `directory_stripe_level` in message `.google.cloud.parallelstore.v1.Instance` to reflect that the field is now immutable ([commit c133d25](https://togithub.com/googleapis/google-cloud-dotnet/commit/c133d25e73be86850b049be876652dd07cd50cef))
- Fix links in documentation ([commit 20306d8](https://togithub.com/googleapis/google-cloud-dotnet/commit/20306d8ebb4f5721a26a5fbfd664403328d5ae71))
  • Loading branch information
jskeet authored Feb 18, 2025
1 parent 26189eb commit b885b35
Show file tree
Hide file tree
Showing 3 changed files with 16 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 for Parallelstore: a fully managed, low-latency distributed file system designed to meet the demands of high performance computing (HPC) and data-intensive applications.</Description>
Expand Down
14 changes: 14 additions & 0 deletions apis/Google.Cloud.Parallelstore.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Version history

## Version 1.1.0, released 2025-02-18

### New features

- Deprecating `daos_version` field ([commit c133d25](https://github.com/googleapis/google-cloud-dotnet/commit/c133d25e73be86850b049be876652dd07cd50cef))
- Adding `deployment_type` field ([commit c133d25](https://github.com/googleapis/google-cloud-dotnet/commit/c133d25e73be86850b049be876652dd07cd50cef))

### Documentation improvements

- Updated documentation for field `daos_version` in message `.google.cloud.parallelstore.v1.Instance` to reflect that the field is deprecated. ([commit c133d25](https://github.com/googleapis/google-cloud-dotnet/commit/c133d25e73be86850b049be876652dd07cd50cef))
- Updated field `file_stripe_level` in message `.google.cloud.parallelstore.v1.Instance` to reflected that message is now immutable ([commit c133d25](https://github.com/googleapis/google-cloud-dotnet/commit/c133d25e73be86850b049be876652dd07cd50cef))
- Updated `directory_stripe_level` in message `.google.cloud.parallelstore.v1.Instance` to reflect that the field is now immutable ([commit c133d25](https://github.com/googleapis/google-cloud-dotnet/commit/c133d25e73be86850b049be876652dd07cd50cef))
- Fix links in documentation ([commit 20306d8](https://github.com/googleapis/google-cloud-dotnet/commit/20306d8ebb4f5721a26a5fbfd664403328d5ae71))

## 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 @@ -3948,7 +3948,7 @@
},
{
"id": "Google.Cloud.Parallelstore.V1",
"version": "1.0.0",
"version": "1.1.0",
"type": "grpc",
"productName": "Parallelstore",
"productUrl": "https://cloud.google.com/parallelstore?hl=en",
Expand Down

0 comments on commit b885b35

Please sign in to comment.