Releases: camunda-community-hub/zeebe-play
Releases · camunda-community-hub/zeebe-play
1.6.0
What's Changed
- feat: Preserve diagram position on page reload by @SebastianStamm in #128
- feat: Show error page by @saig0 in #131 + #137
- feat: Show version and status info by @saig0 in #136
- feat: Show user tasks of process instance by @saig0 in #135
- feat: Improve incident resolving UX by @SebastianStamm in #139
- feat: Update EZE to
1.2.0-alpha1
(8.2.0-alpha4
) by @saig0 in #138 - fix: Correct typo in incident retry popup by @hkupitz in #127
- fix: Apply incident resolution on rewind by @SebastianStamm in #120
- fix: Align the actions in the job tab with the diagram by @saig0 in #130
- fix: Can't invoke connector on the diagram by @saig0 in #133
- fix: DMN execution and record exporting by @saig0 in #142
Dependencies
- build(deps): bump maven-javadoc-plugin from 3.4.1 to 3.5.0 by @dependabot in #129
- build(deps): bump spring-zeebe-starter from 8.1.16 to 8.1.17 by @dependabot in #125
- build(deps): bump maven-surefire-plugin from 3.0.0-M8 to 3.0.0-M9 by @dependabot in #124
- build(deps): bump postgresql from 42.5.3 to 42.5.4 by @dependabot in #132
- build(deps): bump connector-runtime-bundle from 0.16.0 to 0.16.1 by @dependabot in #140
New Contributors
Full Changelog: 1.5.0...1.6.0
1.5.0
What's Changed
- feat: Improve rejection message by @saig0 in #117
- feat: Show previous response before completing the job by @saig0 in #119
Dependencies
- build(deps): bump camunda-connector-sdk.version from 0.5.0 to 0.6.0 by @dependabot in #116
- build(deps): dump connector-runtime from 0.15.0 to 0.16.0 by @saig0 in #121
Full Changelog: 1.4.0...1.5.0
1.4.0
What's Changed
- feat: Rewind to a task of a process instance by @SebastianStamm in #105
- feat: Invoke connectors manually by @saig0 in #106
- fix: Rewind manual globally scoped variable changes by @SebastianStamm in #111
- fix: Rewind non-elemental time travel by @SebastianStamm in #109
- feat: Auto-reload for the deployment page by @saig0 in #112
- feat: Cancel process instance on rewind by @saig0 in #114
- feat: Highlight the new rewind feature by @saig0 in #115
- style: Auto-format code by @saig0 in #107
Dependencies
- build(deps): bump spring-zeebe-starter from 8.1.15 to 8.1.16 by @dependabot in #113
Full Changelog: 1.3.0...1.4.0
1.3.0
What's Changed
- feat: Reload the UI automatically by @SebastianStamm in #91
- feat: Bundle Camunda connectors by @saig0 in #96
- feat: Show warning if connector secrets are missing by @saig0 in #99
- feat: Show available connectors by @saig0 in #100
- feat: Show connector icons on the diagram by @saig0 in #101
- feat: Highlight connectors on the home page by @saig0 in #103
- fix: Use proper WebSocket protocol for SSL encrypted connections by @SebastianStamm in #95
Dependencies
- build(deps): bump zeeqs.version from 2.6.0 to 2.7.0 by @dependabot in #89
- build(deps): bump spring-zeebe-starter from 8.1.14 to 8.1.15 by @dependabot in #90
- build(deps): bump maven-enforcer-plugin from 3.1.0 to 3.2.1 by @dependabot in #94
- build(deps): bump postgresql from 42.5.1 to 42.5.2 by @dependabot in #92
- build(deps): bump kotlin.version from 1.8.0 to 1.8.10 by @dependabot in #97
- build(deps): bump community-hub-release-parent from 1.3.1 to 1.4.1 by @dependabot in #98
- build(deps): bump postgresql from 42.5.2 to 42.5.3 by @dependabot in #102
Full Changelog: 1.2.0...1.3.0
1.2.0
What's Changed
- feat: View and complete user task forms by @SebastianStamm in #61
- feat: Load user tasks of process instance by @saig0 in #69
- feat: Improve user task forms UI and data fetching by @SebastianStamm in #81
- feat: Add slight delay when fetching data by @SebastianStamm in #83
- feat: Filter deployment resources in the modal by @SebastianStamm in #85
- feat: Highlight user forms on the home view and in the demo process by @saig0 in #88
Dependencies
- build(deps): bump spring-zeebe-starter from 8.1.9 to 8.1.10 by @dependabot in #60
- build(deps): bump zeeqs.version from 2.5.0 to 2.6.0 by @dependabot in #62
- build(deps): bump spring-zeebe-starter from 8.1.10 to 8.1.11 by @dependabot in #63
- build(deps): bump spring-zeebe-starter from 8.1.11 to 8.1.12 by @dependabot in #65
- build(deps): bump spring-zeebe-starter from 8.1.12 to 8.1.13 by @dependabot in #68
- build(deps): bump maven-project-info-reports-plugin from 3.4.1 to 3.4.2 by @dependabot in #80
- build(deps): bump maven-surefire-plugin from 3.0.0-M7 to 3.0.0-M8 by @dependabot in #79
- build(deps): bump spring-zeebe-starter from 8.1.13 to 8.1.14 by @dependabot in #78
- build(deps): bump kotlin.version from 1.7.22 to 1.8.0 by @dependabot in #77
New Contributors
- @SebastianStamm made their first contribution in #61
Full Changelog: 1.1.0...1.2.0
1.2.0-alpha1
What's Changed
- feat: View and complete user task forms by @SebastianStamm in #61
- feat: Load user tasks of process instance by @saig0 in #69
Dependencies
- build(deps): bump spring-zeebe-starter from 8.1.9 to 8.1.10 by @dependabot in #60
- build(deps): bump zeeqs.version from 2.5.0 to 2.6.0 by @dependabot in #62
- build(deps): bump spring-zeebe-starter from 8.1.10 to 8.1.11 by @dependabot in #63
- build(deps): bump spring-zeebe-starter from 8.1.11 to 8.1.12 by @dependabot in #65
New Contributors
- @SebastianStamm made their first contribution in #61
Full Changelog: 1.1.0...1.2.0-alpha1
1.1.0
What's Changed
- feat: Update the embedded Zeebe engine to version
8.1
in #48 - feat: Show icons for the element instance state by @saig0 in #38
- feat: Improve design by adding more icons by @saig0 in #42
- feat: Enable button if demo process is deployed by @saig0 in #34
- feat: Show properties of a user task by @skayliu in #53
- fix: View correlated messages of a message start event by @saig0 in #31
- fix: Fix breadcrumb on child process instance by @saig0 in #32
- fix: Resolve incident on call activity by @saig0 in #33
- build: Bundle MySQL driver by @saig0 in #58
Dependencies
- build(deps): bump spring-zeebe-starter from 8.0.7 to 8.0.8 by @dependabot in #6
- build(deps): bump maven-jar-plugin from 3.2.2 to 3.3.0 by @dependabot in #13
- build(deps): bump spring-zeebe-starter from 8.0.8 to 8.0.9 by @dependabot in #15
- build(deps): bump spring.boot.version from 2.7.3 to 2.7.4 by @dependabot in #14
- build(deps): bump kotlin.version from 1.7.10 to 1.7.20 by @dependabot in #16
- build(deps): bump spring-zeebe-starter from 8.0.9 to 8.0.10 by @dependabot in #23
- build(deps): bump community-hub-release-parent from 1.2.2 to 1.3.1 by @dependabot in #24
- build(deps): bump spring-zeebe-starter from 8.0.10 to 8.1.0 by @dependabot in #26
- build(deps): bump spring.boot.version from 2.7.4 to 2.7.5 by @dependabot in #29
- build(deps): bump spring-zeebe-starter from 8.1.0 to 8.1.1 by @dependabot in #28
- build(deps): bump spring-zeebe-starter from 8.1.1 to 8.1.6 by @dependabot in #44
- build(deps): bump eze from 1.0.2 to 1.1.0 by @dependabot in #48
- build(deps): bump spring-zeebe-starter from 8.1.6 to 8.1.8 by @dependabot in #51
- build(deps): bump kotlin.version from 1.7.20 to 1.7.22 by @dependabot in #50
- build(deps): bump postgresql from 42.5.0 to 42.5.1 by @dependabot in #45
- build(deps): bump jib-maven-plugin from 3.3.0 to 3.3.1 by @dependabot in #36
- build(deps): bump zeeqs.version from 2.4.0 to 2.5.0 by @dependabot in #54
- build(deps): bump spring-zeebe-starter from 8.1.8 to 8.1.9 by @dependabot in #56
New Contributors
Full Changelog: 1.0.0...1.1.0
1.0.0
What's in the First Release 🎉
- Deploy processes from UI and the Camunda modeler (or other Zeebe clients)
- Create a process instance directly from a start event of the BPMN process
- Drive the process instance directly from the BPMN process by completing tasks and triggering message or timer events
- Inspect the data of a process instance, like variables, element instances, jobs, message subscriptions, etc.
- Integrate EZE, an embedded Zeebe engine to run BPMN processes without the requirement of a remote Zeeebe engine
- Integrate ZeeQS, a GraphQL API to aggregate and access Zeebe's data
New Contributors
- @saig0 made their first contribution in #1
- @dependabot made their first contribution in #5
Full Changelog: https://github.com/camunda-community-hub/zeebe-play/commits/1.0.0