Releases: camunda-community-hub/zeebe-http-worker
Releases · camunda-community-hub/zeebe-http-worker
Zeebe HTTP Worker 1.2.0
What's Changed
- feat: Header names are case-insensitive by @nitram509 in #164
- feat: Setting additional HTTP headers by @nitram509 in #163
Dependencies
- chore(deps-dev): bump mockito-core from 3.11.2 to 3.12.0 by @dependabot in #153
- chore(deps-dev): bump mockito-core from 3.12.0 to 3.12.1 by @dependabot in #154
- chore(deps-dev): bump mockito-core from 3.12.1 to 3.12.2 by @dependabot in #155
- chore(deps-dev): bump mockito-core from 3.12.2 to 3.12.3 by @dependabot in #156
- chore(deps-dev): bump mockito-core from 3.12.3 to 3.12.4 by @dependabot in #157
- chore(deps): bump zeebe-bom from 1.1.2 to 1.1.3 by @dependabot in #158
- chore(deps): bump spring-boot-dependencies from 2.5.4 to 2.5.5 by @dependabot in #159
- chore(deps): bump zeebe-bom from 1.1.3 to 1.2.1 by @dependabot in #161
- chore(deps-dev): bump mockito-core from 3.12.4 to 4.0.0 by @dependabot in #162
- chore(deps): bump spring-boot-maven-plugin from 2.5.2 to 2.5.5 by @dependabot in #165
- chore(deps): bump spring-zeebe-starter from 1.1.0 to 1.2.1 by @dependabot in #166
- chore(deps): bump spring-boot-dependencies from 2.5.5 to 2.5.6 by @dependabot in #167
- chore(deps): bump spring-boot-maven-plugin from 2.5.5 to 2.5.6 by @dependabot in #168
- chore(deps): bump camunda-release-parent from 3.8.1 to 3.9.1 by @dependabot in #169
- chore(deps): bump spring-zeebe-starter from 1.2.1 to 1.2.3 by @dependabot in #170
- chore(deps): bump zeebe-bom from 1.2.1 to 1.2.2 by @dependabot in #171
- chore(deps): bump zeebe-bom from 1.2.2 to 1.2.3 by @dependabot in #172
- chore(deps): bump zeebe-bom from 1.2.3 to 1.2.4 by @dependabot in #173
- chore(deps): bump spring-zeebe-starter from 1.2.3 to 1.2.4 by @dependabot in #174
- chore(deps): bump spring-boot-maven-plugin from 2.5.6 to 2.5.7 by @dependabot in #175
- chore(deps): bump spring-boot-dependencies from 2.5.6 to 2.5.7 by @dependabot in #176
- chore(deps): bump spring-boot-maven-plugin from 2.5.7 to 2.6.0 by @dependabot in #177
- chore(deps-dev): bump mockito-core from 4.0.0 to 4.1.0 by @dependabot in #180
- chore(deps): bump spring-zeebe-starter from 1.2.4 to 1.2.6 by @dependabot in #181
- chore(deps): bump spring-boot-maven-plugin from 2.6.0 to 2.6.1 by @dependabot in #183
- chore(deps): bump zeebe-bom from 1.2.4 to 1.2.5 by @dependabot in #184
- chore(deps): bump zeebe-bom from 1.2.5 to 1.2.6 by @dependabot in #185
- chore(deps): bump spring-zeebe-starter from 1.2.6 to 1.2.7 by @dependabot in #186
- chore(deps-dev): bump mockito-core from 4.1.0 to 4.2.0 by @dependabot in #189
- chore(deps): bump zeebe-bom from 1.2.6 to 1.2.7 by @dependabot in #188
- chore(deps): bump spring-zeebe-starter from 1.2.7 to 1.2.8 by @dependabot in #187
- chore(deps): bump spring-boot-maven-plugin from 2.6.1 to 2.6.2 by @dependabot in #191
- chore(deps): bump zeebe-bom from 1.2.7 to 1.2.8 by @dependabot in #190
- chore(deps): bump zeebe-bom from 1.2.8 to 1.2.9 by @dependabot in #193
New Contributors
- @nitram509 made their first contribution in #164
Full Changelog: 1.1.0...1.2.0
Zeebe HTTP Worker 1.1.0
Zeebe HTTP Worker 1.0.0
⚠️ Compatibility
This version is compatible with Zeebe 1.0.0
or new versions.
But this version is not compatible with Zeebe 0.26.4
or older versions.
Changelog
- rename the context property from
workflowInstanceKey
toprocessInstanceKey
- build(deps): bump
spring-zeebe-starter
from0.26.2
to1.0.0
(#137) - build(deps): bump
spring-boot-dependencies
from2.4.2
to2.4.3
Zeebe HTTP Worker 0.23.0
⚠️ Compatibility
This version is compatible with Zeebe 0.26.4
or previous versions.
But this version is not compatible with Zeebe 1.0.0
or newer versions.
Changelog
- load local environment variables as a fallback if no remote URL is provided (#59)
- throw error event if response fails (#56)
- handle 5xx status codes (#69)
Thanks a lot to @pabloromanelli for the contributions 🎉
Zeebe HTTP Worker 0.22.0
0.22.0
Zeebe HTTP Worker 0.2.0
Changelog
- set request header
authorization
if a variableauthorization
is present - migrate to Zeebe 0.20.0
- rewrite worker in Java