8.6.0-alpha1
·
570 commits
to release/8.6
since this release
💥 BREAKING CHANGES
-
due to
8f6f6da
- major refactoring, deduplication ID support (PR #2247 by @chillleader):major refactoring, deduplication ID support (#2247)
✨ 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)fc3fae3
- jdbc: Fix descriptions following QA (#2353) (PR #2355 by @github-actions[bot])ccbd444
- jdbc: Remove MySQL ConnectorJ and use MariaDb instead (PR #2506 by @ev-codes)f8cea5c
- jdbc: Don't use URI as it breaks when using the hash char (#2513) (PR #2514 by @github-actions[bot])
🐛 Bug Fixes
e112cc3
- rest: more meaningful error message on invalid host (PR #2245 by @igpetrov)e9d3ec8
- sendgrid: capitalize sender group name in the template (PR #2252 by @chillleader)8a3bb39
- webhook: adjust property IDs in the element templates (PR #2248 by @chillleader)f55483b
- ms teams: refresh token can be without client secret, fix create chat method (PR #2275 by @Oleksiivanov)8d92aa3
- generator: FEEL mode = disabled not applied in some cases (PR #2286 by @chillleader)248dd05
- generator: standardize line endings in generated element templates (PR #2288 by @markfarkas-camunda)973a548
- rabbitmq: fix auth regex (PR #2308 by @igpetrov)8ad4890
- sendgrid: missing notEmpty constraints for name and email (PR #2320 by @Oleksiivanov)↘️ fixes issue #2257 opened by @chillleader
c21420b
- webhook: incorrect deactivation handling (PR #2332 by @chillleader)868ff8f
- kafka: offsets should be optional; ignore offsets is empty (#2348) (PR #2350 by @github-actions[bot])8f68bd2
- inbound: always return health objects with error set (PR #2352 by @chillleader)87748be
- saas: apply new operate config (PR #2402 by @chillleader)d759986
- inbound: report health UP (PR #2413 by @chillleader)b7d2b2a
- webhook: incorrect type check resulting in missing return data (PR #2442 by @chillleader)8fefc2e
- jdbc: Address issues with manual backport of "MySQL ConnectorJ and use MariaDb instead" (PR #2507 by @ev-codes)3aaf7e6
- jdbc: Fix invalid Javadoc comment (#2508) (PR #2509 by @github-actions[bot])80ee3f5
- inbound: invalid inbound connector definitions are not stored (PR #2504 by @chillleader)
✅ Tests
🔧 Chores
955e242
- aws: force region as mandatory field in templates (PR #2265 by @igpetrov)3ae7d9e
- sns: migrate to element template generator (PR #2266 by @igpetrov)b3a776f
- slack: migrate slack inbound to generator (PR #2279 by @igpetrov)165d915
- inbound,sqs: move to generator (PR #2249 by @igpetrov)7bf945e
- delete/rename duplicated property IDs in the templates (PR #2294 by @Oleksiivanov)7f76045
- gitLab: fix duplicated property IDs in template (PR #2297 by @Oleksiivanov)15e9dca
- github: fix duplicated property IDs in template (PR #2296 by @Oleksiivanov)414a076
- jdbc: regenerated updates (PR #2307 by @igpetrov)b48c221
- asana: fix duplicated property IDs in template (PR #2295 by @Oleksiivanov)02d1b6a
- http: hide authentication sensitive data (PR #2322 by @Oleksiivanov)d1d9ec5
- webhook: regenerated (PR #2329 by @igpetrov)3c19cb4
- spring: simplify application properties (PR #2330 by @igpetrov)9c05ce2
- azure,openai: add doc ref to connector (PR #2321 by @igpetrov)7a1b425
- migrate to spring zeebe 8.5.1 (PR #2351 by @chillleader)↘️ addresses issue #2313 opened by @zxuanhong