Skip to content

Commit

Permalink
Release Google.Cloud.ManagedKafka.V1 version 1.0.0-beta03
Browse files Browse the repository at this point in the history
Changes in this release:

### New features

- Adds new resource_definition option ([commit 48e8d4b](48e8d4b))
  • Loading branch information
jskeet committed Jan 13, 2025
1 parent 9997d14 commit 5ad5a5d
Show file tree
Hide file tree
Showing 3 changed files with 8 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-beta02</Version>
<Version>1.0.0-beta03</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Managed Service for Apache Kafka API, which lets you ingest Kafka streams directly into Google Cloud.</Description>
Expand Down
6 changes: 6 additions & 0 deletions apis/Google.Cloud.ManagedKafka.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Version history

## Version 1.0.0-beta03, released 2025-01-13

### New features

- Adds new resource_definition option ([commit 48e8d4b](https://github.com/googleapis/google-cloud-dotnet/commit/48e8d4bcd05be9ef6865a1ef94ce4429111f1e3d))

## Version 1.0.0-beta02, 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 @@ -3262,7 +3262,7 @@
},
{
"id": "Google.Cloud.ManagedKafka.V1",
"version": "1.0.0-beta02",
"version": "1.0.0-beta03",
"type": "grpc",
"productName": "Managed Service for Apache Kafka API",
"productUrl": "https://cloud.google.com/managed-kafka",
Expand Down

0 comments on commit 5ad5a5d

Please sign in to comment.