Releases: camunda/connectors
Releases · camunda/connectors
8.5.9
8.5.9-rc1
8.4.13
8.4.13-rc1
🐛 Bug Fixes
144c075
- sqs: fail fast when queue does not exist (#3415) (PR #3420 by @chillleader)
🔧 Chores
f109982
- spotless: remove .md spotless checks (#3384) (PR #3386 by @sbuettner)
8.3.18
8.3.18-rc1
🐛 Bug Fixes
a0acfef
- sqs: fail fast when queue does not exist (#3415) (PR #3422 by @chillleader)
🔧 Chores
b52ea4b
- spotless: remove .md spotless checks (#3384) (PR #3385 by @sbuettner)
8.6.0
💥 BREAKING CHANGES
Tip
See our update guide for tips on how to upgrade to Connectors 8.6.
-
due to
8f6f6da
- major refactoring, deduplication ID support (PR #2247 by @chillleader):major refactoring, deduplication ID support (#2247)
-
due to
61b48fe
- message acknowledgement config (PR #2333 by @chillleader):message acknowledgement config (#2333)
-
due to
725dc7e
- Kafka Schema Registry support (PR #3249 by @johnBgood)Kafka Schema Registry support (#3249)
✨ New Features
e7566e0
- template generator: set default value feel = false for all inbound connectors (PR #2264 by @Oleksiivanov)↘️ addresses issue #2251 opened by @Oleksiivanov
61c7bef
- rabbitmq: Add to template generator (PR #2246 by @johnBgood)7bf6980
- kafka: migrate kafka inbound connectors to template generator (PR #2250 by @Oleksiivanov)89c9f1e
- gitlab: get and update repository files (PR #2300 by @wollefitz)↘️ addresses issue #2298 opened by @wollefitz↘️ addresses issue #2299 opened by @wollefitz
8f6f6da
- inbound: major refactoring, deduplication ID support (PR #2247 by @chillleader)↘️ addresses issue #1884 opened by @markfarkas-camunda
ce977dd
- jdbc: JDBC Outbound connector - Element template creation (PR #2301 by @johnBgood)a81816f
- azure,openai: introduced Azure OpenAI prompt connector (PR #2306 by @igpetrov)585116f
- generator: support inbound deduplication; boolean props; enhanced conditions (PR #2310 by @chillleader)↘️ addresses issue #2133 opened by @chillleader
bd786e5
- webhook: Support response expressions for Webhooks (PR #2309 by @sbuettner)e44d423
- hugging face: add hugging face connector (PR #2318 by @igpetrov)7398b7e
- ms teams: improve MSTeams error message for refresh token (PR #2337 by @Oleksiivanov)2002bb1
- kafka,sqs: support inbound connector deduplication (PR #2340 by @chillleader)↘️ addresses issue #2133 opened by @chillleader
05fc4a3
- jdbc: Add the SQL Connector to the bundles (PR #2342 by @johnBgood)e4087fc
- slack Inbound: connector should report its health and logs (PR #2334 by @Oleksiivanov)↘️ addresses issue #2290 opened by @chillleader
fc6eb14
- generator: add prefix to names and suffix to IDs in hybrid mode (PR #2339 by @Oleksiivanov)8ac2e90
- jdbc: Add a default value to the Return results parameter (PR #2345 by @johnBgood)c1b30e5
- inbound: configurable message TTL (PR #2341 by @chillleader)995e21d
- jdbc: Fix descriptions following QA (PR #2353 by @johnBgood)eb35d28
- sagemaker: introduce Amazon SageMaker (PR #2349 by @igpetrov)fd3a16d
- jdbc: Remove MySQL ConnectorJ and use MariaDb instead (PR #2502 by @johnBgood)9f9cb3b
- jdbc: Don't use URI as it breaks when using the hash char (PR #2513 by @johnBgood)41ff99c
- jdbc: Add MariaDB support (PR #2525 by @johnBgood)d1d0bac
- jdbc: Add MariaDB to the databases dropdown (PR #2549 by @johnBgood)61b48fe
- inbound: message acknowledgement config (PR #2333 by @chillleader)↘️ addresses issue #2134 opened by @chillleader
e364823
- connectors, soap: added SOAP connector doc (PR #2595 by @igpetrov)4a26f32
- sqs, kafka: enable acknowledgment config (PR #2635 by @chillleader)3270ba5
- openai: add GPT-4o model (PR #2681 by @igpetrov)96ceab4
- rest: Add proxy support (PR #2753 by @johnBgood)6f912df
- connectors/google/google-sheet: AddWorksheet returns properties of created sheet (PR #2804 by @jonathanlukas)↘️ addresses issue #2796 opened by @kaviya-sridhar
a44425e
- rest: Access http response in error (PR #2829 by @johnBgood)9ec4e07
- aws-bedrock: aws bedrock connector (PR #2832 by @mathias-vandaele)263a18b
- template-generator: add RestTemplateGenerator interface for rest template specific methods (PR #2851 by @markfarkas-camunda)↘️ addresses issue #2680 opened by @markfarkas-camunda↘️ addresses issue #2692 opened by @markfarkas-camunda
627c6d0
- element-template: create the element-template unique generator (PR #3008 by @mathias-vandaele)↘️ addresses issue #2947 opened by @mathias-vandaele
b2b98a8
- textract: introduce Amazon textract connector (PR #2928 by @igpetrov)66b6679
- element-template-generator: generate template from postman collection by operation ids (PR #3161 by @markfarkas-camunda)↘️ addresses issue #3160 opened by @markfarkas-camunda
d6908da
- element-template-generator: accept json content as parameter in template generator (PR #3180 by @markfarkas-camunda)↘️ addresses issue #3179 opened by @markfarkas-camunda
70390e5
- docs: Add doc generation to element template generator (hackdays) (PR #3067 by @sbuettner)3fc1c1f
- log inbound context log to logger (PR #3254 by @jonathanlukas)81980ac
- element-template-generator: accept yaml content as parameter in template generator (PR #3242 by @markfarkas-camunda)↘️ addresses issue #3241 opened by @markfarkas-camunda
0232c85
- zeebe: enable job push by default in bundle (PR #3234 by @ev-codes)↘️ addresses issue #2844 opened by @sbuettner
- [
725dc7e
](https://github....