chore(deps): update dependency zeebe-node to v8#158
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency zeebe-node to v8#158renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
99f53fa to
cfda0f6
Compare
cfda0f6 to
1cbe62f
Compare
1cbe62f to
20b538c
Compare
20b538c to
026ba1d
Compare
026ba1d to
9ed9940
Compare
9ed9940 to
f0e1164
Compare
f0e1164 to
8da4b5b
Compare
8adafce to
94b8c1b
Compare
f6b0f65 to
f43193b
Compare
7516ae2 to
e945dfe
Compare
149422f to
cc85d8e
Compare
45308c2 to
6cf8afd
Compare
6cf8afd to
e7f3023
Compare
da5f8ef to
bd721ea
Compare
d1b5eae to
4276e44
Compare
e8ae3e6 to
c6e91a8
Compare
c6e91a8 to
310a878
Compare
310a878 to
2d90204
Compare
b957a31 to
30421cb
Compare
18f561c to
0037b90
Compare
0037b90 to
0cc03d8
Compare
8b01333 to
20c460a
Compare
4bdb97e to
3855a04
Compare
2d41f81 to
5862eef
Compare
5862eef to
bc27be0
Compare
bc27be0 to
af37d18
Compare
f8f8a3e to
de18702
Compare
de18702 to
5d4b075
Compare
5d4b075 to
886dd93
Compare
886dd93 to
f380ab8
Compare
f380ab8 to
8613e82
Compare
8613e82 to
007d469
Compare
21153c7 to
36cd422
Compare
36cd422 to
d7d199d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.0.0→^1.0.0 || ^8.0.01.4.0→8.3.2Release Notes
camunda-community-hub/zeebe-client-node-js (zeebe-node)
v8.3.2Compare Source
New Features
New shiny stuff
scopefield in the OAuth request. This can be set with environment variableZEEBE_TOKEN_SCOPE, or by passing ascopefield as part of theoAuthconfig options for aZBClient. This is needed to support OIDC / EntraID. Thanks to @nikku for the implementation. See PR #363 for more details.v8.3.1Compare Source
New Features
New shiny stuff
ZBClient.deployResource(). See #332 for more details.v8.3.0Compare Source
Breaking changes
Changes in APIs or behaviour that may affect existing applications that use zeebe-node.
CreateProcessInstanceandCreateProcessInstanceWithResulthave been removed, leaving only the method that takes an object parameter. See #330 for more details.Known Issues
Things that don't work or don't work as expected, and which will be addressed in a future release
onConnectionErrorevent fires correctly for Camunda SaaS, but fires a false positive when connecting to a Self-Managed instance. See #340 for more details.New Features
New shiny stuff.
tenantIdparameter toDeployResource,DeployProcess,CreateProcessInstance,CreateProcessInstanceWithResult, andPublishMessage. You can also specify atenantIdin the ZBClient constructor or via the environment variableZEEBE_TENANT_ID. In the case that you specify it via the environment or constructor, it will be transparently added to all method invocations. See #330 for more details.@grpc/grpc-jshas been updated to 1.9.7, and@grpc/proto-loaderhas been updated to 0.7.10.Things that were broken and are now fixed.
onReadyandonConnectionevent tests now pass, so these events should be usable. See #215 for more details.Fixes
Things that were broken and are now fixed.
onReadyandonConnectionevent tests now pass for Camunda SaaS. TheonReadyevent fires correctly for Self-Managed started with docker-compose. See #215 and #340 for more details.v8.2.5Compare Source
New Features
New shiny stuff.
ZBClientor in the job handler of aZBWorker, accepted an error message and an error code. The gRPC API for ThrowError now accepts avariablesfield, but the Node client did not allow you to set variables along with the error code and message. The Node client now accepts an object forjob.errorthat includes avariablesfield, as doesZBClient.throwError, allowing you to set variables when throwing a BPMN error. See #323, the README file, and the Client API documentation for more details.Chores
Things that shouldn't have a visible impact.
v8.2.4Compare Source
Fixes
Things that were broken and are now fixed.
v8.2.3Compare Source
Fixes
Things that were broken and are now fixed.
job.fail()did not correctly apply an explicit value forretries. As a result, job retries would decrement automatically if this signature and option were used. The value is now correctly parsed and applied, and job retry count can be explicitly set in thejob.fail()command with the object signature. Thanks to @patozgg for reporting this. See #316 for more details.v8.2.2Compare Source
Chores
Things that shouldn't have a visible impact.
uuiddependency from v3 to v7. This avoids a warning message at install time that "versions prior to 7 may useMath.random()".v8.2.1Compare Source
New Features
New shiny stuff.
ZBClient.broadcastSignal, enabling the client to broadcast a signal. See #312 for more details.Fixes
Things that were broken and are now fixed.
timeToLiveproperty ofZBClient.publishMessagewas required, although it was documented as optional. In this release, bothtimeToLiveandvariableshave been made optional. If no value is supplied fortimeToLive, it defaults to 0. Thanks to @nhomble for raising this issue. See #311 for more details.v8.2.0Compare Source
New Features
New shiny stuff.
ZBClient.evaluateDecision, enabling a DMN table to be evaluated on a Zeebe 8.2 and later broker. See #296 for more details.v8.1.8Compare Source
Fixes
Things that were broken and are now fixed.
v8.1.6Compare Source
Chores
Things that shouldn't have a visible impact.
fast-xml-parserto 4.1.3 to address SNYK-JS-FASTXMLPARSER-3325616. Thanks to @barmac for the patch.v8.1.5Compare Source
New Features
New shiny stuff.
modifyProcessInstanceAPI, introduced in Zeebe 8.1. This allows you to modify a running process instance, moving execution tokens and changing variables. This can be used, for example, to migrate a running process instance to a new version of the process model. See #294 for more details.createProcessInstancemethod now allows you to specifystartInstructions(introduced in Zeebe 8.1), allowing you to start a new process instance from an arbitrary point. Along withmodifyProcessInstance, this is a powerful primitive for building migration functionality. See [#295] for more details.v8.1.4Compare Source
Fixes
Things that were broken and are now fixed.
dockersubdirectory is back, with adocker-compose.ymlfile to start a local broker for testing purposes. See #289 for more details.New Features
New shiny stuff.
gotlibrary used for the token exchange needs the certificate explicitly, and it can now be passed in as acustomRootCertproperty to theoAuthproperty in the ZBClient constructor. Thanks to luca-waldmann-cimt for the feature. See #284 for more details.v8.1.3Compare Source
v8.1.2Compare Source
Fixes
Things that were broken and are now fixed.
gotintroduced a regression that broke the OAuth token request with certain gateway configurations. This is now reverted, and a test has been introduced to ensure this regression does not happen again. See #280 for more details.New Features
New shiny stuff.
ZEEBE_CLIENT_CUSTOM_AGENT_STRING. This will be appended to the standard user agent string. See #279 for more details.v8.1.1Compare Source
Chores
Things that shouldn't have a visible impact.
v8.1.0Compare Source
v8.0.3Compare Source
Fixes
Things that were broken and are now fixed.
fetchVariableoption passed tocreateWorkerhad no effect. All variables were always fetched by workers. This option setting is now respected, allowing you to constrain the variables fetched by workers. See #264 for details. Thanks to @Veckatimest for reporting this.v8.0.1Compare Source
v8.0.0Compare Source
Version 8.0.0 is the release to support Camunda Platform 8. The semver change does not denote a breaking API change. It's a product marketing alignment, rather than a technical semver change.
New Features
New shiny stuff.
job.fail. See [#248] for more details.v2.4.0Compare Source
Breaking changes
Changes in APIs or behaviour that may affect existing applications that use zeebe-node.
Known Issues
Things that don't work or don't work as expected, and which will be addressed in a future release
onConnectionErrorandonReadyevents do not work as expected. Applications that rely on these should not upgrade until this is fixed. See #215.v2.3.0Compare Source
v2.2.0Compare Source
v2.1.0Compare Source
v2.0.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.