Releases: camunda/connectors
Releases · camunda/connectors
0.14.2
✨ New Features
82c2402
- github: Added Github webhook element-template (commit by @berndruecker)
🐛 Bug Fixes
e148ba8
- deps: update aws-java-sdk monorepo to v1.12.367 (PR #121 by @renovate[bot])3abaf78
- templates: add optional flags for additional properties (commit by @igpetrov)8dab0e7
- deps: update dependency io.camunda:spring-zeebe-connector-runtime to v8.1.12 (PR #131 by @renovate[bot])b76c403
- deps: update aws-java-sdk monorepo to v1.12.368 (PR #132 by @renovate[bot])56c0c5a
- ms-teams: add optional flags for additional properties (commit by @Oleksiivanov)a2f1f10
- ms-teams: add ability get messages without ordering (commit by @Oleksiivanov)146c075
- deps: update aws-java-sdk monorepo to v1.12.369 (PR #140 by @renovate[bot])23d8adc
- deps: update dependency io.camunda:spring-zeebe-connector-runtime to v8.1.13 (PR #141 by @renovate[bot])
🔧 Chores
1c4c8b2
- add tests for oauth (commit by @mbiciin)d0b3017
- Added Github webhook element-template (PR #125 by @berndruecker)3d69469
- bump spring-zeebe version to 8.1.13 (PR #142 by @markfarkas-camunda)
0.14.2-rc1
✨ New Features
82c2402
- github: Added Github webhook element-template (commit by @berndruecker)
🐛 Bug Fixes
e148ba8
- deps: update aws-java-sdk monorepo to v1.12.367 (PR #121 by @renovate[bot])3abaf78
- templates: add optional flags for additional properties (commit by @igpetrov)8dab0e7
- deps: update dependency io.camunda:spring-zeebe-connector-runtime to v8.1.12 (PR #131 by @renovate[bot])b76c403
- deps: update aws-java-sdk monorepo to v1.12.368 (PR #132 by @renovate[bot])56c0c5a
- ms-teams: add optional flags for additional properties (commit by @Oleksiivanov)a2f1f10
- ms-teams: add ability get messages without ordering (commit by @Oleksiivanov)146c075
- deps: update aws-java-sdk monorepo to v1.12.369 (PR #140 by @renovate[bot])23d8adc
- deps: update dependency io.camunda:spring-zeebe-connector-runtime to v8.1.13 (PR #141 by @renovate[bot])
🔧 Chores
1c4c8b2
- add tests for oauth (commit by @mbiciin)d0b3017
- Added Github webhook element-template (PR #125 by @berndruecker)3d69469
- bump spring-zeebe version to 8.1.13 (PR #142 by @markfarkas-camunda)
0.14.1
🐛 Bug Fixes
d09047e
- http-json: delete validation for field audience and update element template (commit by @mbiciin)6871a03
- http-json: update for bearer token sent with quotes (commit by @mbiciin)
🔧 Chores
697777a
- bundle: Fixed logging dependencies and added test for Spring context creation (commit by @berndruecker)70b9049
- bundle: Improved logging dependencies for GCP and added Application Context startup test (commit by @berndruecker)90d350d
- deps: Removed logback version as provided by Spring BOM (commit by @berndruecker)54dc7e6
- deps: update dependency com.google.cloud:libraries-bom to v26.2.0 (PR #109 by @renovate[bot])d76019f
- deps: update aws-java-sdk monorepo to v1.12.366 (PR #110 by @renovate[bot])63f700a
- deps: update dependency com.google.cloud:spring-cloud-gcp-starter-logging to v3.4.1 (PR #111 by @renovate[bot])
0.14.1-rc1
🐛 Bug Fixes
d09047e
- http-json: delete validation for field audience and update element template (commit by @mbiciin)6871a03
- http-json: update for bearer token sent with quotes (commit by @mbiciin)
🔧 Chores
697777a
- bundle: Fixed logging dependencies and added test for Spring context creation (commit by @berndruecker)70b9049
- bundle: Improved logging dependencies for GCP and added Application Context startup test (commit by @berndruecker)90d350d
- deps: Removed logback version as provided by Spring BOM (commit by @berndruecker)
0.14.0
✨ New Features
e04e0a7
- http-json: implement oauth flow (commit by @mbiciin)2b95abc
- http-json: support secrets in request body (commit by @Oleksiivanov)350a70f
- ms-teams: Add Microsoft Teams connector (commit by @Oleksiivanov)6455982
- slack: support channel creation (PR #149 by @chillleader)ff8ce29
- slack: allow post message with user email (commit by @Oleksiivanov)83d913c
- slack: add invite users to channel method (commit by @markfarkas-camunda)
🐛 Bug Fixes
1ac00b4
- http-json: send JSON content to proxy (PR #182 by @berndruecker)52929fc
- http-json: update method for oauth request (commit by @mbiciin)294f1eb
- http-json: update request content (commit by @mbiciin)e12c5b8
- http-json: body is not sent (commit by @mbiciin)04c9f79
- ms-teams: fix chat type serialization (commit by @Oleksiivanov)81b12ba
- slack: edit channel name regex to allow FEEL expressions (commit by @chillleader)74de59f
- sns+sqs: remove custom deserialization of AWS msg attributes (commit by @igpetrov)
🔧 Chores
654e375
- bundle: Added proper logging for GCP (fixes #36) (commit by @berndruecker)b26ac99
- bundle: Added auto configs properly in Maven Shade to enable Actuator (commit by @berndruecker)861c89c
- http-json: block certain URLs (PR #65 by @tmetzke)aeb4fee
- http-json: fix result handling in proxy & get proyx URL from env (commit by @tmetzke)1bf5741
- http-json: store credentials in function & correct auth header (commit by @tmetzke)
0.14.0-rc2
0.14.0-rc1
✨ New Features
6455982
- slack: support channel creation (PR #149 by @chillleader)ff8ce29
- slack: allow post message with user email (commit by @Oleksiivanov)83d913c
- slack: add invite users to channel method (commit by @markfarkas-camunda)350a70f
- ms-teams: Add Microsoft Teams connector (commit by @Oleksiivanov)
0.14.0-alpha2
ci: release version 0.14.0-alpha2
0.14.0-alpha1
✨ New Features
e04e0a7
- http-json: implement oauth flow (commit by @mbiciin)2b95abc
- http-json: support secrets in request body (commit by @Oleksiivanov)
🐛 Bug Fixes
1ac00b4
- http-json: send JSON content to proxy (PR #182 by @berndruecker)52929fc
- http-json: update method for oauth request (commit by @mbiciin)294f1eb
- http-json: update request content (commit by @mbiciin)e12c5b8
- http-json: body is not sent (commit by @mbiciin)
🔧 Chores
654e375
- bundle: Added proper logging for GCP (fixes #36) (commit by @berndruecker)b26ac99
- bundle: Added auto configs properly in Maven Shade to enable Actuator (commit by @berndruecker)aeb4fee
- http-json: fix result handling in proxy & get proyx URL from env (commit by @tmetzke)1bf5741
- http-json: store credentials in function & correct auth header (commit by @tmetzke)
0.2.3
What's Changed
- Bump to Spring Zeebe 8.1.6 by @berndruecker in #27
- chore(deps): bump Runtime to
0.3.2
by @tmetzke in #29
Full Changelog: 0.2.2...0.2.3