Releases: camunda-community-hub/zeebe-play
Releases · camunda-community-hub/zeebe-play
1.10.1
What's Changed 🐛
- fix: Handle variable and secret values as text by @SebastianStamm in #249
Dependencies 🤖
- build(deps): Update to form-js@1.3.0 by @pinussilvestrus in #247
- build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 by @dependabot in #242
- build(deps): bump spring.boot.version from 2.7.15 to 2.7.16 by @dependabot in #243
- build(deps): bump com.google.cloud.tools:jib-maven-plugin from 3.3.2 to 3.4.0 by @dependabot in #245
- build(deps): bump com.spotify.fmt:fmt-maven-plugin from 2.20 to 2.21 by @dependabot in #244
- build(deps): bump com.spotify.fmt:fmt-maven-plugin from 2.21 to 2.21.1 by @dependabot in #246
Full Changelog: 1.10.0...1.10.1
1.10.0
What's Changed ✨
- feat: Update to form-js@1.1.0 by @pinussilvestrus in #230
- feat: Add health probes and metrics by @saig0 in #240
Dependencies 🤖
- build(deps): bump spring.boot.version from 2.7.13 to 2.7.14 by @dependabot in #229
- build(deps): bump spring.boot.version from 2.7.14 to 2.7.15 by @dependabot in #237
- build(deps): bump org.camunda.community:community-hub-release-parent from 1.4.2 to 1.4.3 by @dependabot in #236
- build(deps): bump org.apache.maven.plugins:maven-enforcer-plugin from 3.3.0 to 3.4.0 by @dependabot in #235
- build(deps): bump kotlin.version from 1.9.0 to 1.9.10 by @dependabot in #234
- build(deps): bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to 3.4.1 by @dependabot in #238
Full Changelog: 1.9.1...1.10.0
1.9.1
What's Changed
Dependency updates only. The form-js
library was updated to the latest version. ✨
Dependencies 🤖
- build(deps): bump spring.boot.version from 2.7.12 to 2.7.13 by @dependabot in #224
- build(deps): bump kotlin.version from 1.8.22 to 1.9.0 by @dependabot in #225
- build(deps): update to form-js@1.0.0 by @pinussilvestrus in #228
- build(deps): bump camunda-connector-bundle.version from 0.20.0 to 0.21.3 by @dependabot in #227
New Contributors
- @pinussilvestrus made their first contribution in #228
Full Changelog: 1.9.0...1.9.1
1.9.0
What's Changed ✨
- feat: Pulsate play buttons on new process instances by @SebastianStamm in #219
- feat: Update connectors-bundle from
0.18.2
to0.20.0
by @saig0 in #222
Dependencies 🤖
- build(deps): bump kotlin.version from 1.8.21 to 1.8.22 by @dependabot in #220
- build(deps): bump maven-project-info-reports-plugin from 3.4.4 to 3.4.5 by @dependabot in #217
- build(deps): bump maven-surefire-plugin from 3.1.0 to 3.1.2 by @dependabot in #216
Full Changelog: 1.8.3...1.9.0
1.8.3
What's Changed 🐛
- fix: Encode quotation marks for element info tooltips by @SebastianStamm in #202
- fix: Nreak long variable values in code blocks by @SebastianStamm in #201
- fix: Remove misplaced condition expression info icons by @SebastianStamm in #214
Dependencies
- build(deps): bump kotlin.version from 1.8.20 to 1.8.21 by @dependabot in #198
- build(deps): bump fmt-maven-plugin from 2.19 to 2.20 by @dependabot in #199
- build(deps): bump connector-runtime-bundle from 0.18.1 to 0.18.2 by @dependabot in #200
- build(deps): bump spring-zeebe-starter from 8.2.0 to 8.2.1 by @dependabot in #206
- build(deps): bump maven-gpg-plugin from 3.0.1 to 3.1.0 by @dependabot in #205
- build(deps): bump maven-surefire-plugin from 3.0.0 to 3.1.0 by @dependabot in #204
- build(deps): bump camunda-connector-sdk.version from 0.8.1 to 0.9.0 by @dependabot in #203
- build(deps): bump jib-maven-plugin from 3.3.1 to 3.3.2 by @dependabot in #208
- build(deps): bump spring.boot.version from 2.7.8 to 2.7.12 by @dependabot in #211
- build(deps): bump maven-project-info-reports-plugin from 3.4.3 to 3.4.4 by @dependabot in #212
- build(deps): bump spring-zeebe-starter from 8.2.1 to 8.2.2 by @dependabot in #215
Full Changelog: 1.8.2...1.8.3
1.8.2
What's Changed 🐛
- fix: Connector secrets with dashes by @saig0 in #194
- fix: Invoke SendGrid connector by @saig0 in #195
- fix: Enhanced deployment response by @saig0 in #197
Dependencies 🤖
- build(deps): bump maven-project-info-reports-plugin from 3.4.2 to 3.4.3 by @dependabot in #190
Full Changelog: 1.8.1...1.8.2
1.8.1
What's Changed 🐛
- fix: Update form-js styles by @saig0 in #188
- fix: Zeebe-Play doesn't start with remote configuration by @saig0 in #180
- fix: Show Zeebe-Play version by @saig0 in #189
Dependencies 🤖
- build(deps): bump camunda-connector-sdk.version from 0.8.0 to 0.8.1 by @dependabot in #186
- build(deps): bump connector-runtime-bundle from 0.17.0 to 0.18.1 by @dependabot in #187
Full Changelog: 1.8.0...1.8.1
1.8.0
What's Changed ✨
- feat: UI redesign by @SebastianStamm in #161
- feat: Show decisions and decision evaluations by @saig0 in #160
- feat: Ad-hoc decision evaluation by @saig0 in #162
- feat: Add support for signal start events by @saig0 in #177
- fix: Invoke multiple connector jobs of the same type by @saig0 in #169
- fix: Timer start event is listed in the process instance view by @saig0 in #144
- fix: Mitigate adblocker issues by @SebastianStamm in #171
Dependencies 🤖
- build(deps): bump maven-surefire-plugin from 3.0.0-M9 to 3.0.0 by @dependabot in #156
- build(deps): bump postgresql from 42.5.4 to 42.6.0 by @dependabot in #158
- deps: dump zeeqs from 2.8.0 to 2.8.2 by @saig0 in #159
- build(deps): bump kotlin.version from 1.8.10 to 1.8.20 by @dependabot in #167
- deps: Update form-js to 0.13.1 by @saig0 in #168
- build(deps): bump eze from 1.2.0-alpha2 to 1.2.0 by @dependabot in #172
- build(deps): bump maven-enforcer-plugin from 3.2.1 to 3.3.0 by @dependabot in #173
- deps: dump hazelcast-exporter to 1.4.0 by @saig0 in #174
- deps: Dump Zeeqs from 2.8.2 to 2.9.0 by @saig0 in #176
- build(deps): bump camunda-connector-sdk.version from 0.7.0 to 0.8.0 by @dependabot in #178
Full Changelog: 1.7.0...1.8.0
1.7.0
What's Changed ✨
- feat: Complete connector job by @saig0 in #151
- feat: Add Mixpanel tracking by @SebastianStamm in #149
Dependencies 🤖
- deps: Dump EZE from 1.2.0-alpha1 to 1.2.0-alpha2 by @saig0 in #152
- deps: Dump connectors from 0.16.1 to 0.17.0 by @saig0 in #154
Full Changelog: 1.6.1...1.7.0
1.6.1
What's Changed 🐛
- fix: Create a process instance with a message/timer start event by @saig0 in #147
- fix: Re-establish GraphQL subscription after WebSocket closed by @SebastianStamm in #146
Dependencies 🤖
- deps: dump zeeqs from 2.7.0 to 2.8.0 by @saig0 in #144
- build(deps): bump community-hub-release-parent from 1.4.1 to 1.4.2 by @dependabot in #145
Full Changelog: 1.6.0...1.6.1