Skip to content

Commit

Permalink
Release Google.Cloud.ServiceDirectory.V1 version 2.2.0
Browse files Browse the repository at this point in the history
Changes in this release:

### New features

- Added network and uid fields in Endpoint message ([commit 2ac10dd](2ac10dd))
- Added uid field to Namespace message ([commit 2ac10dd](2ac10dd))
- Added uid field to Service message ([commit 2ac10dd](2ac10dd))
- Enable Location methods ([commit 2ac10dd](2ac10dd))

### Documentation improvements

- Updated docs for ResolveServiceRequest message ([commit 2ac10dd](2ac10dd))
- Updated docs for ListServicesRequest and ListEndpointsRequest message ([commit 2ac10dd](2ac10dd))
  • Loading branch information
jskeet committed Aug 4, 2023
1 parent 7f5cf48 commit a881bf6
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>2.1.0</Version>
<Version>2.2.0</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Service Directory API version v1, which provides a platform for discovering, publishing, and connecting services.</Description>
Expand Down
14 changes: 14 additions & 0 deletions apis/Google.Cloud.ServiceDirectory.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Version history

## Version 2.2.0, released 2023-08-04

### New features

- Added network and uid fields in Endpoint message ([commit 2ac10dd](https://github.com/googleapis/google-cloud-dotnet/commit/2ac10dd0784cc229899d7b135c5f10ccd249c501))
- Added uid field to Namespace message ([commit 2ac10dd](https://github.com/googleapis/google-cloud-dotnet/commit/2ac10dd0784cc229899d7b135c5f10ccd249c501))
- Added uid field to Service message ([commit 2ac10dd](https://github.com/googleapis/google-cloud-dotnet/commit/2ac10dd0784cc229899d7b135c5f10ccd249c501))
- Enable Location methods ([commit 2ac10dd](https://github.com/googleapis/google-cloud-dotnet/commit/2ac10dd0784cc229899d7b135c5f10ccd249c501))

### Documentation improvements

- Updated docs for ResolveServiceRequest message ([commit 2ac10dd](https://github.com/googleapis/google-cloud-dotnet/commit/2ac10dd0784cc229899d7b135c5f10ccd249c501))
- Updated docs for ListServicesRequest and ListEndpointsRequest message ([commit 2ac10dd](https://github.com/googleapis/google-cloud-dotnet/commit/2ac10dd0784cc229899d7b135c5f10ccd249c501))

## Version 2.1.0, released 2023-01-19

### New features
Expand Down
2 changes: 1 addition & 1 deletion apis/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -4015,7 +4015,7 @@
},
{
"id": "Google.Cloud.ServiceDirectory.V1",
"version": "2.1.0",
"version": "2.2.0",
"type": "grpc",
"productName": "Service Directory",
"productUrl": "https://cloud.google.com/service-directory/",
Expand Down

0 comments on commit a881bf6

Please sign in to comment.