-
Notifications
You must be signed in to change notification settings - Fork 6
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
Zeebe-stream-api #160
Merged
Merged
Zeebe-stream-api #160
Conversation
This file contains 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
…e-stream-api chore(repo) pull in changes from alpha
jwulf
added a commit
that referenced
this pull request
Jun 5, 2024
* feat(zeebe): add updateJobTimeout method (#172) * feat(zeebe): add updateJobTimeout method fixes #171 * feat(zeebe): support StreamActivatedJobs RPC (#160) * feat(zeebe): support StreamActivatedJobs RPC fixes #17 * test(zeebe): add inputVariableDto to test * refactor(zeebe): incorporate DTO decoding * test(zeebe): fix StreamJobs test * docs(zeebe): document StreamJobs * feat(zeebe): enable compression * test(zeebe): fix StreamJobs test * test(zeebe): add delay in StreamJobs test * test(zeebe): close Zeebe cllent in StreamJob test * fix(zeebe): cleanup Job Streams on close * feat(zeebe): return close method from StreamJobs * chore(release): 8.5.5-alpha.1 [skip ci] ## [8.5.5-alpha.1](v8.5.4...v8.5.5-alpha.1) (2024-06-05) ### Features * **zeebe:** add updateJobTimeout method ([#172](#172)) ([5eff624](5eff624)), closes [#171](#171) * **zeebe:** support StreamActivatedJobs RPC ([#160](#160)) ([258296a](258296a)), closes [#17](#17) * chore(release): 8.5.5-alpha.1 [skip ci] ## [8.5.5-alpha.1](v8.5.4...v8.5.5-alpha.1) (2024-06-05) ### Features * **zeebe:** add updateJobTimeout method ([#172](#172)) ([5eff624](5eff624)), closes [#171](#171) * **zeebe:** support StreamActivatedJobs RPC ([#160](#160)) ([258296a](258296a)), closes [#17](#17) --------- Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
github-actions bot
pushed a commit
that referenced
this pull request
Jun 7, 2024
## [8.6.1-alpha.1](v8.6.0...v8.6.1-alpha.1) (2024-06-07) ### Features * **zeebe:** add multi-tenant support to workers ([#175](#175)) ([28450a5](28450a5)), closes [#171](#171) * **zeebe:** add updateJobTimeout method ([#172](#172)) ([5eff624](5eff624)), closes [#171](#171) * **zeebe:** support StreamActivatedJobs RPC ([#160](#160)) ([258296a](258296a)), closes [#17](#17)
github-actions bot
pushed a commit
that referenced
this pull request
Jun 7, 2024
## [8.6.1-alpha.1](v8.6.0...v8.6.1-alpha.1) (2024-06-07) ### Features * **zeebe:** add multi-tenant support to workers ([#175](#175)) ([28450a5](28450a5)), closes [#171](#171) * **zeebe:** add updateJobTimeout method ([#172](#172)) ([5eff624](5eff624)), closes [#171](#171) * **zeebe:** support StreamActivatedJobs RPC ([#160](#160)) ([258296a](258296a)), closes [#17](#17)
jwulf
added a commit
that referenced
this pull request
Jun 10, 2024
* feat(zeebe): add updateJobTimeout method (#172) * feat(zeebe): add updateJobTimeout method fixes #171 * feat(zeebe): support StreamActivatedJobs RPC (#160) * feat(zeebe): support StreamActivatedJobs RPC fixes #17 * test(zeebe): add inputVariableDto to test * refactor(zeebe): incorporate DTO decoding * test(zeebe): fix StreamJobs test * docs(zeebe): document StreamJobs * feat(zeebe): enable compression * test(zeebe): fix StreamJobs test * test(zeebe): add delay in StreamJobs test * test(zeebe): close Zeebe cllent in StreamJob test * fix(zeebe): cleanup Job Streams on close * feat(zeebe): return close method from StreamJobs * chore(release): 8.5.5-alpha.1 [skip ci] ## [8.5.5-alpha.1](v8.5.4...v8.5.5-alpha.1) (2024-06-05) ### Features * **zeebe:** add updateJobTimeout method ([#172](#172)) ([5eff624](5eff624)), closes [#171](#171) * **zeebe:** support StreamActivatedJobs RPC ([#160](#160)) ([258296a](258296a)), closes [#17](#17) * chore(release): 8.5.5-alpha.1 [skip ci] ## [8.5.5-alpha.1](v8.5.4...v8.5.5-alpha.1) (2024-06-05) ### Features * **zeebe:** add updateJobTimeout method ([#172](#172)) ([5eff624](5eff624)), closes [#171](#171) * **zeebe:** support StreamActivatedJobs RPC ([#160](#160)) ([258296a](258296a)), closes [#17](#17) * feat(zeebe): add multi-tenant support to workers (#175) adds tenantIds: string[] to stream and polling worker config fixes #171 * chore(release): 8.6.1-alpha.1 [skip ci] ## [8.6.1-alpha.1](v8.6.0...v8.6.1-alpha.1) (2024-06-07) ### Features * **zeebe:** add multi-tenant support to workers ([#175](#175)) ([28450a5](28450a5)), closes [#171](#171) * **zeebe:** add updateJobTimeout method ([#172](#172)) ([5eff624](5eff624)), closes [#171](#171) * **zeebe:** support StreamActivatedJobs RPC ([#160](#160)) ([258296a](258296a)), closes [#17](#17) * chore(release): 8.6.1-alpha.1 [skip ci] ## [8.6.1-alpha.1](v8.6.0...v8.6.1-alpha.1) (2024-06-07) ### Features * **zeebe:** add multi-tenant support to workers ([#175](#175)) ([28450a5](28450a5)), closes [#171](#171) * **zeebe:** add updateJobTimeout method ([#172](#172)) ([5eff624](5eff624)), closes [#171](#171) * **zeebe:** support StreamActivatedJobs RPC ([#160](#160)) ([258296a](258296a)), closes [#17](#17) * ci(repo): add dispatch workflow to actions --------- Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
github-actions bot
pushed a commit
that referenced
this pull request
Jun 12, 2024
## [8.6.2](v8.6.1...v8.6.2) (2024-06-12) ### Bug Fixes * **zeebe:** security fix for grpc-js dependency update ([#180](#180)) ([f43d956](f43d956)) ### Features * **zeebe:** add deployResources method ([165862f](165862f)), closes [#173](#173) * **zeebe:** add multi-tenant support to workers ([#175](#175)) ([28450a5](28450a5)), closes [#171](#171) * **zeebe:** add updateJobTimeout method ([#172](#172)) ([5eff624](5eff624)), closes [#171](#171) * **zeebe:** support StreamActivatedJobs RPC ([#160](#160)) ([258296a](258296a)), closes [#17](#17)
github-actions bot
pushed a commit
that referenced
this pull request
Jun 12, 2024
## [8.6.2](v8.6.1...v8.6.2) (2024-06-12) ### Bug Fixes * **zeebe:** security fix for grpc-js dependency update ([#180](#180)) ([f43d956](f43d956)) ### Features * **zeebe:** add deployResources method ([165862f](165862f)), closes [#173](#173) * **zeebe:** add multi-tenant support to workers ([#175](#175)) ([28450a5](28450a5)), closes [#171](#171) * **zeebe:** add updateJobTimeout method ([#172](#172)) ([5eff624](5eff624)), closes [#171](#171) * **zeebe:** support StreamActivatedJobs RPC ([#160](#160)) ([258296a](258296a)), closes [#17](#17)
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.
fixes #17