Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/2.6.0 #688

Merged
merged 5 commits into from
May 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Client/Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<Version>2.5.0</Version>
<Version>2.6.0</Version>
<Authors>Christopher Zell</Authors>
<Company />
<Description>
Expand All @@ -13,8 +13,8 @@ For more information about the zeebe project please visit http://zeebe.io</Descr
<PackageProjectUrl>https://github.com/zeebe-io/zeebe-client-csharp</PackageProjectUrl>
<PackageTags>zeebe, zb, zb-csharp, zb-client, grpc</PackageTags>

<AssemblyVersion>2.5.0</AssemblyVersion>
<FileVersion>2.5.0</FileVersion>
<AssemblyVersion>2.6.0</AssemblyVersion>
<FileVersion>2.6.0</FileVersion>
<PackageReleaseNotes>

See release notes https://github.com/camunda-community-hub/zeebe-client-csharp/releases
Expand All @@ -29,9 +29,9 @@ This release is based on the Zeebe 8.4.1 release (https://github.com/zeebe-io/ze
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageIcon>icon.png</PackageIcon>
<PackageVersion>2.5.0</PackageVersion>
<PackageVersion>2.6.0</PackageVersion>
<RootNamespace>Zeebe.Client</RootNamespace>
<Title>2.5.0</Title>
<Title>2.6.0</Title>
<LangVersion>default</LangVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
Expand Down
415 changes: 258 additions & 157 deletions Client/Impl/proto/Gateway.cs

Large diffs are not rendered by default.

25 changes: 24 additions & 1 deletion Client/Impl/proto/GatewayGrpc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: gateway.proto
// </auto-generated>
#pragma warning disable 0414, 1591, 8981
#pragma warning disable 0414, 1591, 8981, 0612
#region Designer generated code

using grpc = global::Grpc.Core;
Expand Down Expand Up @@ -339,6 +339,12 @@ public abstract partial class GatewayBase
///INVALID_ARGUMENT:
///- type is blank (empty string, null)
///- timeout less than 1
///- If multi-tenancy is enabled, and tenantIds is empty (empty list)
///- If multi-tenancy is enabled, and an invalid tenant ID is provided. A tenant ID is considered invalid if:
///- The tenant ID is blank (empty string, null)
///- The tenant ID is longer than 31 characters
///- The tenant ID contains anything other than alphanumeric characters, dot (.), dash (-), or underscore (_)
///- If multi-tenancy is disabled, and tenantIds is not empty (empty list), or has an ID other than &lt;default>
/// </summary>
/// <param name="request">The request received from the client.</param>
/// <param name="responseStream">Used for sending responses back to the client.</param>
Expand Down Expand Up @@ -470,6 +476,7 @@ public abstract partial class GatewayBase
/// <param name="request">The request received from the client.</param>
/// <param name="context">The context of the server-side call handler being invoked.</param>
/// <returns>The response to send back to the client (wrapped by a task).</returns>
[global::System.ObsoleteAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::GatewayProtocol.DeployProcessResponse> DeployProcess(global::GatewayProtocol.DeployProcessRequest request, grpc::ServerCallContext context)
{
Expand Down Expand Up @@ -841,6 +848,12 @@ protected GatewayClient(ClientBaseConfiguration configuration) : base(configurat
///INVALID_ARGUMENT:
///- type is blank (empty string, null)
///- timeout less than 1
///- If multi-tenancy is enabled, and tenantIds is empty (empty list)
///- If multi-tenancy is enabled, and an invalid tenant ID is provided. A tenant ID is considered invalid if:
///- The tenant ID is blank (empty string, null)
///- The tenant ID is longer than 31 characters
///- The tenant ID contains anything other than alphanumeric characters, dot (.), dash (-), or underscore (_)
///- If multi-tenancy is disabled, and tenantIds is not empty (empty list), or has an ID other than &lt;default>
/// </summary>
/// <param name="request">The request to send to the server.</param>
/// <param name="headers">The initial metadata to send with the call. This parameter is optional.</param>
Expand All @@ -861,6 +874,12 @@ protected GatewayClient(ClientBaseConfiguration configuration) : base(configurat
///INVALID_ARGUMENT:
///- type is blank (empty string, null)
///- timeout less than 1
///- If multi-tenancy is enabled, and tenantIds is empty (empty list)
///- If multi-tenancy is enabled, and an invalid tenant ID is provided. A tenant ID is considered invalid if:
///- The tenant ID is blank (empty string, null)
///- The tenant ID is longer than 31 characters
///- The tenant ID contains anything other than alphanumeric characters, dot (.), dash (-), or underscore (_)
///- If multi-tenancy is disabled, and tenantIds is not empty (empty list), or has an ID other than &lt;default>
/// </summary>
/// <param name="request">The request to send to the server.</param>
/// <param name="options">The options for the call.</param>
Expand Down Expand Up @@ -1307,6 +1326,7 @@ protected GatewayClient(ClientBaseConfiguration configuration) : base(configurat
/// <param name="deadline">An optional deadline for the call. The call will be cancelled if deadline is hit.</param>
/// <param name="cancellationToken">An optional token for canceling the call.</param>
/// <returns>The response received from the server.</returns>
[global::System.ObsoleteAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::GatewayProtocol.DeployProcessResponse DeployProcess(global::GatewayProtocol.DeployProcessRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
Expand All @@ -1327,6 +1347,7 @@ protected GatewayClient(ClientBaseConfiguration configuration) : base(configurat
/// <param name="request">The request to send to the server.</param>
/// <param name="options">The options for the call.</param>
/// <returns>The response received from the server.</returns>
[global::System.ObsoleteAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::GatewayProtocol.DeployProcessResponse DeployProcess(global::GatewayProtocol.DeployProcessRequest request, grpc::CallOptions options)
{
Expand All @@ -1349,6 +1370,7 @@ protected GatewayClient(ClientBaseConfiguration configuration) : base(configurat
/// <param name="deadline">An optional deadline for the call. The call will be cancelled if deadline is hit.</param>
/// <param name="cancellationToken">An optional token for canceling the call.</param>
/// <returns>The call object.</returns>
[global::System.ObsoleteAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::GatewayProtocol.DeployProcessResponse> DeployProcessAsync(global::GatewayProtocol.DeployProcessRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
Expand All @@ -1369,6 +1391,7 @@ protected GatewayClient(ClientBaseConfiguration configuration) : base(configurat
/// <param name="request">The request to send to the server.</param>
/// <param name="options">The options for the call.</param>
/// <returns>The call object.</returns>
[global::System.ObsoleteAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::GatewayProtocol.DeployProcessResponse> DeployProcessAsync(global::GatewayProtocol.DeployProcessRequest request, grpc::CallOptions options)
{
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Zeebe C# Client"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 2.5.0
PROJECT_NUMBER = 2.6.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
Loading
Loading