diff --git a/Client/Client.csproj b/Client/Client.csproj
index f19f8be4..c8f802ef 100644
--- a/Client/Client.csproj
+++ b/Client/Client.csproj
@@ -2,7 +2,7 @@
net6.0;net7.0
- 2.3.0
+ 2.4.0
Christopher Zell
@@ -13,12 +13,16 @@ For more information about the zeebe project please visit http://zeebe.iohttps://github.com/zeebe-io/zeebe-client-csharp
zeebe, zb, zb-csharp, zb-client, grpc
- 2.3.0
- 2.3.0
+ 2.4.0
+ 2.4.0
Features:
- * Add vars to ThrowError
+ * Improve CamundaCloudTokenProvider to work with self-managed
+ * Add first tenant support to DeploymentResource
+
+Dependencies:
+ * Several dependencies have been upgraded
GRPC protocol as generated against Zeebe v8.3.0
@@ -35,9 +39,9 @@ This release is based on the Zeebe 8.3.0 release (https://github.com/zeebe-io/ze
git
Apache-2.0
icon.png
- 2.3.0
+ 2.4.0
Zeebe.Client
- 2.3.0
+ 2.4.0
default
README.md
diff --git a/Doxyfile b/Doxyfile
index a8c791bb..3d4fb1fc 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -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.3.0
+PROJECT_NUMBER = 2.4.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
diff --git a/docs/annotated.html b/docs/annotated.html
index c0bd25b5..1577bb92 100644
--- a/docs/annotated.html
+++ b/docs/annotated.html
@@ -26,7 +26,7 @@
|
- Zeebe C# Client 2.3.0
+ Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
|
@@ -136,34 +136,35 @@
CIResolveIncidentCommandStep1 | |
CISetVariablesCommandStep1 | |
CISetVariablesCommandStep2 | |
- CIThrowErrorCommandStep1 | |
- CIThrowErrorCommandStep2 | |
- CITopologyRequestStep1 | |
- CIUpdateRetriesCommandStep1 | |
- CIUpdateRetriesCommandStep2 | |
- ▼NMisc | |
- CIAsyncRetryStrategy | |
- ▼NResponses | |
- CIActivateJobsResponse | |
- CIBrokerInfo | |
- CICancelProcessInstanceResponse | Response on a cancel process instance command. |
- CICompleteJobResponse | Represents an response for an job complete command request. |
- CIDeployResourceResponse | |
- CIEvaluateDecisionResponse | Response for evaluating a decision on the broker. |
- CIFailJobResponse | Represents an response for an job fail command request. |
- CIJob | |
- CIPartitionInfo | |
- CIProcessInstanceResponse | Response for an create process instance command. |
- CIProcessInstanceResult | Response for an create process instance with result command. |
- CIProcessMetadata | |
- CIPublishMessageResponse | Response for publishing a message. |
- CIResolveIncidentResponse | Response for an resolve incident request. |
- CISetVariablesResponse | Response for an set variables request. |
- CIThrowErrorResponse | Response for an throw error request. |
- CITopology | |
- CIUpdateRetriesResponse | Response for an update retries request. |
- ▼NWorker | |
- CIJobClient | A client with access to all job-related operation: |