Skip to content

Commit

Permalink
Release Google.Apps.Chat.V1 version 1.0.0-beta10
Browse files Browse the repository at this point in the history
Changes in this release:

### Bug fixes

- **BREAKING CHANGE** Changed field behavior for an existing field `update_mask` and `emoji` ([commit ec46bf2](ec46bf2))

### New features

- Add missing field annotations in space.proto, message.proto, reaction.proto, space_event.proto, membership.proto, attachment.proto ([commit ec46bf2](ec46bf2))

### Documentation improvements

- Update field annotations in space.proto, message.proto, reaction.proto, space_event.proto, membership.proto, attachment.proto ([commit ec46bf2](ec46bf2))
  • Loading branch information
jskeet authored and amanda-tarafa committed Dec 12, 2024
1 parent 32d1db7 commit adbbf9e
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-beta09</Version>
<Version>1.0.0-beta10</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Chat API, which lets you build Chat apps to integrate your services with Google Chat and manage Chat resources such as spaces, members, and messages.</Description>
Expand Down
14 changes: 14 additions & 0 deletions apis/Google.Apps.Chat.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Version history

## Version 1.0.0-beta10, released 2024-12-12

### Bug fixes

- **BREAKING CHANGE** Changed field behavior for an existing field `update_mask` and `emoji` ([commit ec46bf2](https://github.com/googleapis/google-cloud-dotnet/commit/ec46bf2c127a0367e182b8e90874911d2a3f5635))

### New features

- Add missing field annotations in space.proto, message.proto, reaction.proto, space_event.proto, membership.proto, attachment.proto ([commit ec46bf2](https://github.com/googleapis/google-cloud-dotnet/commit/ec46bf2c127a0367e182b8e90874911d2a3f5635))

### Documentation improvements

- Update field annotations in space.proto, message.proto, reaction.proto, space_event.proto, membership.proto, attachment.proto ([commit ec46bf2](https://github.com/googleapis/google-cloud-dotnet/commit/ec46bf2c127a0367e182b8e90874911d2a3f5635))

## Version 1.0.0-beta09, released 2024-12-06

### New features
Expand Down
2 changes: 1 addition & 1 deletion generator-input/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
},
{
"id": "Google.Apps.Chat.V1",
"version": "1.0.0-beta09",
"version": "1.0.0-beta10",
"type": "grpc",
"productName": "Google Chat",
"productUrl": "https://developers.google.com/chat/concepts",
Expand Down

0 comments on commit adbbf9e

Please sign in to comment.