Releases: camunda/connectors
Releases Β· camunda/connectors
8.9.0-alpha3.1
β¨ New Features
ee54a29- agentic-ai: create A2A outbound connector skeleton (PR #5504 by @mdii)21b859a- agentic-ai: Implement fetch agent card operation (PR #5518 by @mdii)3fb4f9c- agentic-ai: Implement A2A send message operation (PR #5520 by @mdii)b8fb60c- agentic-ai: Make A2A connector usable as tool (PR #5534 by @mdii)d14cb15- agentic-ai: Support retrieving A2A conversation history (PR #5565 by @mdii)da1535b- agentic-ai: Add support for different transport protocols (PR #5567 by @mdii)3e9ba8d- agentic-ai: Dynamic system prompt composition (PR #5592 by @mdii)3884a20- agentic-ai: A2A inbound polling connector (PR #5524 by @maff)112aae0- agentic-ai: Add multi-turn conversation support for A2A communication (PR #5602 by @mdii)57dac13- agentic-ai: Add support polling flag to A2A element template (PR #5625 by @mdii)d8e15d0- agentic-ai: Support agent card in the A2A polling connector (PR #5721 by @mdii)7dadf54- agentic-ai: Add streamable HTTP transport support to MCP client connectors (PR #5709 by @maff)b6aa4b8- email: Add SMTP no auth to mail connector (PR #5687 by @ztefanie)βοΈ addresses issue #5473 opened by @crobbins215
183a05a- agentic-ai: add standalone/tool mode selection to MCP client connectors (PR #5724 by @maff)23e577e- azure-blob-storage: Add oauth for blob storage (PR #5700 by @ztefanie)βοΈ addresses issue #5688 opened by @crobbins215
ca9993d- runtime: virtual threads for connectors job workers (PR #5723 by @chillleader)e8d6d07- agentic-ai: Add A2A webhook connector (PR #5766 by @mdii)7c8533e- agentic-ai: MCP Client authentication support (PR #5759 by @maff)7a03177- agentic-ai: support A2A push notification token (PR #5792 by @mdii)1c54ac6- virtual-threads: add conditions to executor config (PR #5843 by @chillleader)7a859af- refactored metrics (PR #5755 by @jonathanlukas)18315b0- agentic-ai: Add API Key authentication for AWS Bedrock connections (PR #5866 by @nikonovd)2c2d7e3- make the secret provider optionally process definition id aware (PR #5693 by @jonathanlukas)f0551ee- agentic-ai: Add custom query parameters to OpenAI compatible (PR #5908 by @nikonovd)3a35ec8- agentic-ai: Provide model call timeout option to capable providers (PR #5904 by @nikonovd)
π Bug Fixes
79c826d- etg: handle primitive operation parameters correctly (PR #5474 by @chillleader)f8210eb- rest: Fix unsupported feature of rest connector in 8.6 (PR #5494 by @ztefanie)edbe063- disable helm integration tests for main because we do not have a 8.9 helm chart yet (PR #5492 by @jessesimpson36)49bce5b- agentic-ai: agentContext updates and propagation (PR #5509 by @maff)93b7d65- rest: Catch read timeouts so that we can display a meaningful error message (PR #5515 by @johnBgood)βοΈ fixes issue #5514 opened by @johnBgood
8959c35- secret-manager: Fix internal prefix (PR #5525 by @ztefanie)14ef775- bedrock: Remove temp and topP defaults (PR #5519 by @ztefanie)βοΈ fixes issue #5491 opened by @mathias-vandaele
63caaec- embeddings-vector-db: Remove 200 char retrieval size limit (PR #5562 by @maff)βοΈ fixes issue #5553 opened by @mathieu-stennier
3b5d6b9- secrets: fix log message for secrets deprecation (PR #5561 by @mathias-vandaele)c110ec5- polling-connector: split the model request to differentiate between Activation and Runtime (PR #5569 by @mathias-vandaele)βοΈ fixes issue #5568 opened by @mathias-vandaele
c642a4f- agentic-ai: Add support for null JSON schema type to define nullable properties (PR #5577 by @maff)βοΈ fixes issue #5570 opened by @Bazsalanszky
9800e2b- core: update inbound variable search query to filter for either process instance or element instance scope key (PR #5576 by @maff)cb9e8a4- secret-provider: Improve efficiency (PR #5497 by @ztefanie)073b4dd- tests: since renovate has set greenmail to version 2.1.7, they manage dead connection differently, require a new way to manage the kill switch (PR #5605 by @mathias-vandaele)326e859- tests: since renovate has set greenmail to version 2.1.7, we need to silent server to client piping (PR #5609 by @mathias-vandaele)63baa82- ci: fix fossa release workflow input parameter (PR #5628 by @kalmarz)d529c51- polling: add the ...
8.9.0-alpha3.1-rc1
β¨ New Features
ee54a29- agentic-ai: create A2A outbound connector skeleton (PR #5504 by @mdii)21b859a- agentic-ai: Implement fetch agent card operation (PR #5518 by @mdii)3fb4f9c- agentic-ai: Implement A2A send message operation (PR #5520 by @mdii)b8fb60c- agentic-ai: Make A2A connector usable as tool (PR #5534 by @mdii)d14cb15- agentic-ai: Support retrieving A2A conversation history (PR #5565 by @mdii)da1535b- agentic-ai: Add support for different transport protocols (PR #5567 by @mdii)3e9ba8d- agentic-ai: Dynamic system prompt composition (PR #5592 by @mdii)3884a20- agentic-ai: A2A inbound polling connector (PR #5524 by @maff)112aae0- agentic-ai: Add multi-turn conversation support for A2A communication (PR #5602 by @mdii)57dac13- agentic-ai: Add support polling flag to A2A element template (PR #5625 by @mdii)d8e15d0- agentic-ai: Support agent card in the A2A polling connector (PR #5721 by @mdii)7dadf54- agentic-ai: Add streamable HTTP transport support to MCP client connectors (PR #5709 by @maff)b6aa4b8- email: Add SMTP no auth to mail connector (PR #5687 by @ztefanie)βοΈ addresses issue #5473 opened by @crobbins215
183a05a- agentic-ai: add standalone/tool mode selection to MCP client connectors (PR #5724 by @maff)23e577e- azure-blob-storage: Add oauth for blob storage (PR #5700 by @ztefanie)βοΈ addresses issue #5688 opened by @crobbins215
ca9993d- runtime: virtual threads for connectors job workers (PR #5723 by @chillleader)e8d6d07- agentic-ai: Add A2A webhook connector (PR #5766 by @mdii)7c8533e- agentic-ai: MCP Client authentication support (PR #5759 by @maff)7a03177- agentic-ai: support A2A push notification token (PR #5792 by @mdii)1c54ac6- virtual-threads: add conditions to executor config (PR #5843 by @chillleader)7a859af- refactored metrics (PR #5755 by @jonathanlukas)18315b0- agentic-ai: Add API Key authentication for AWS Bedrock connections (PR #5866 by @nikonovd)2c2d7e3- make the secret provider optionally process definition id aware (PR #5693 by @jonathanlukas)f0551ee- agentic-ai: Add custom query parameters to OpenAI compatible (PR #5908 by @nikonovd)3a35ec8- agentic-ai: Provide model call timeout option to capable providers (PR #5904 by @nikonovd)
π Bug Fixes
79c826d- etg: handle primitive operation parameters correctly (PR #5474 by @chillleader)f8210eb- rest: Fix unsupported feature of rest connector in 8.6 (PR #5494 by @ztefanie)edbe063- disable helm integration tests for main because we do not have a 8.9 helm chart yet (PR #5492 by @jessesimpson36)49bce5b- agentic-ai: agentContext updates and propagation (PR #5509 by @maff)93b7d65- rest: Catch read timeouts so that we can display a meaningful error message (PR #5515 by @johnBgood)βοΈ fixes issue #5514 opened by @johnBgood
8959c35- secret-manager: Fix internal prefix (PR #5525 by @ztefanie)14ef775- bedrock: Remove temp and topP defaults (PR #5519 by @ztefanie)βοΈ fixes issue #5491 opened by @mathias-vandaele
63caaec- embeddings-vector-db: Remove 200 char retrieval size limit (PR #5562 by @maff)βοΈ fixes issue #5553 opened by @mathieu-stennier
3b5d6b9- secrets: fix log message for secrets deprecation (PR #5561 by @mathias-vandaele)c110ec5- polling-connector: split the model request to differentiate between Activation and Runtime (PR #5569 by @mathias-vandaele)βοΈ fixes issue #5568 opened by @mathias-vandaele
c642a4f- agentic-ai: Add support for null JSON schema type to define nullable properties (PR #5577 by @maff)βοΈ fixes issue #5570 opened by @Bazsalanszky
9800e2b- core: update inbound variable search query to filter for either process instance or element instance scope key (PR #5576 by @maff)cb9e8a4- secret-provider: Improve efficiency (PR #5497 by @ztefanie)073b4dd- tests: since renovate has set greenmail to version 2.1.7, they manage dead connection differently, require a new way to manage the kill switch (PR #5605 by @mathias-vandaele)326e859- tests: since renovate has set greenmail to version 2.1.7, we need to silent server to client piping (PR #5609 by @mathias-vandaele)63baa82- ci: fix fossa release workflow input parameter (PR #5628 by @kalmarz)d529c51- polling: add the payload group for the body to be visible *(PR #5633 by @mathias-vandaele)...
8.9.0-alpha3-rc2
8.9.0-alpha3
β¨ New Features
ee54a29- agentic-ai: create A2A outbound connector skeleton (PR #5504 by @mdii)21b859a- agentic-ai: Implement fetch agent card operation (PR #5518 by @mdii)3fb4f9c- agentic-ai: Implement A2A send message operation (PR #5520 by @mdii)b8fb60c- agentic-ai: Make A2A connector usable as tool (PR #5534 by @mdii)d14cb15- agentic-ai: Support retrieving A2A conversation history (PR #5565 by @mdii)da1535b- agentic-ai: Add support for different transport protocols (PR #5567 by @mdii)3e9ba8d- agentic-ai: Dynamic system prompt composition (PR #5592 by @mdii)3884a20- agentic-ai: A2A inbound polling connector (PR #5524 by @maff)112aae0- agentic-ai: Add multi-turn conversation support for A2A communication (PR #5602 by @mdii)57dac13- agentic-ai: Add support polling flag to A2A element template (PR #5625 by @mdii)d8e15d0- agentic-ai: Support agent card in the A2A polling connector (PR #5721 by @mdii)7dadf54- agentic-ai: Add streamable HTTP transport support to MCP client connectors (PR #5709 by @maff)b6aa4b8- email: Add SMTP no auth to mail connector (PR #5687 by @ztefanie)βοΈ addresses issue #5473 opened by @crobbins215
183a05a- agentic-ai: add standalone/tool mode selection to MCP client connectors (PR #5724 by @maff)23e577e- azure-blob-storage: Add oauth for blob storage (PR #5700 by @ztefanie)βοΈ addresses issue #5688 opened by @crobbins215
ca9993d- runtime: virtual threads for connectors job workers (PR #5723 by @chillleader)e8d6d07- agentic-ai: Add A2A webhook connector (PR #5766 by @mdii)7c8533e- agentic-ai: MCP Client authentication support (PR #5759 by @maff)7a03177- agentic-ai: support A2A push notification token (PR #5792 by @mdii)1c54ac6- virtual-threads: add conditions to executor config (PR #5843 by @chillleader)7a859af- refactored metrics (PR #5755 by @jonathanlukas)18315b0- agentic-ai: Add API Key authentication for AWS Bedrock connections (PR #5866 by @nikonovd)2c2d7e3- make the secret provider optionally process definition id aware (PR #5693 by @jonathanlukas)f0551ee- agentic-ai: Add custom query parameters to OpenAI compatible (PR #5908 by @nikonovd)3a35ec8- agentic-ai: Provide model call timeout option to capable providers (PR #5904 by @nikonovd)
π Bug Fixes
79c826d- etg: handle primitive operation parameters correctly (PR #5474 by @chillleader)f8210eb- rest: Fix unsupported feature of rest connector in 8.6 (PR #5494 by @ztefanie)edbe063- disable helm integration tests for main because we do not have a 8.9 helm chart yet (PR #5492 by @jessesimpson36)49bce5b- agentic-ai: agentContext updates and propagation (PR #5509 by @maff)93b7d65- rest: Catch read timeouts so that we can display a meaningful error message (PR #5515 by @johnBgood)βοΈ fixes issue #5514 opened by @johnBgood
8959c35- secret-manager: Fix internal prefix (PR #5525 by @ztefanie)14ef775- bedrock: Remove temp and topP defaults (PR #5519 by @ztefanie)βοΈ fixes issue #5491 opened by @mathias-vandaele
63caaec- embeddings-vector-db: Remove 200 char retrieval size limit (PR #5562 by @maff)βοΈ fixes issue #5553 opened by @mathieu-stennier
3b5d6b9- secrets: fix log message for secrets deprecation (PR #5561 by @mathias-vandaele)c110ec5- polling-connector: split the model request to differentiate between Activation and Runtime (PR #5569 by @mathias-vandaele)βοΈ fixes issue #5568 opened by @mathias-vandaele
c642a4f- agentic-ai: Add support for null JSON schema type to define nullable properties (PR #5577 by @maff)βοΈ fixes issue #5570 opened by @Bazsalanszky
9800e2b- core: update inbound variable search query to filter for either process instance or element instance scope key (PR #5576 by @maff)cb9e8a4- secret-provider: Improve efficiency (PR #5497 by @ztefanie)073b4dd- tests: since renovate has set greenmail to version 2.1.7, they manage dead connection differently, require a new way to manage the kill switch (PR #5605 by @mathias-vandaele)326e859- tests: since renovate has set greenmail to version 2.1.7, we need to silent server to client piping (PR #5609 by @mathias-vandaele)63baa82- ci: fix fossa release workflow input parameter (PR #5628 by @kalmarz)d529c51- polling: add the payload group for the body to be visible *(PR #5633 by @mathias-vandaele)...
8.9.0-alpha3-rc1
β¨ New Features
ee54a29- agentic-ai: create A2A outbound connector skeleton (PR #5504 by @mdii)21b859a- agentic-ai: Implement fetch agent card operation (PR #5518 by @mdii)3fb4f9c- agentic-ai: Implement A2A send message operation (PR #5520 by @mdii)b8fb60c- agentic-ai: Make A2A connector usable as tool (PR #5534 by @mdii)d14cb15- agentic-ai: Support retrieving A2A conversation history (PR #5565 by @mdii)da1535b- agentic-ai: Add support for different transport protocols (PR #5567 by @mdii)3e9ba8d- agentic-ai: Dynamic system prompt composition (PR #5592 by @mdii)3884a20- agentic-ai: A2A inbound polling connector (PR #5524 by @maff)112aae0- agentic-ai: Add multi-turn conversation support for A2A communication (PR #5602 by @mdii)57dac13- agentic-ai: Add support polling flag to A2A element template (PR #5625 by @mdii)d8e15d0- agentic-ai: Support agent card in the A2A polling connector (PR #5721 by @mdii)7dadf54- agentic-ai: Add streamable HTTP transport support to MCP client connectors (PR #5709 by @maff)b6aa4b8- email: Add SMTP no auth to mail connector (PR #5687 by @ztefanie)βοΈ addresses issue #5473 opened by @crobbins215
183a05a- agentic-ai: add standalone/tool mode selection to MCP client connectors (PR #5724 by @maff)23e577e- azure-blob-storage: Add oauth for blob storage (PR #5700 by @ztefanie)βοΈ addresses issue #5688 opened by @crobbins215
ca9993d- runtime: virtual threads for connectors job workers (PR #5723 by @chillleader)e8d6d07- agentic-ai: Add A2A webhook connector (PR #5766 by @mdii)7c8533e- agentic-ai: MCP Client authentication support (PR #5759 by @maff)7a03177- agentic-ai: support A2A push notification token (PR #5792 by @mdii)1c54ac6- virtual-threads: add conditions to executor config (PR #5843 by @chillleader)7a859af- refactored metrics (PR #5755 by @jonathanlukas)18315b0- agentic-ai: Add API Key authentication for AWS Bedrock connections (PR #5866 by @nikonovd)2c2d7e3- make the secret provider optionally process definition id aware (PR #5693 by @jonathanlukas)f0551ee- agentic-ai: Add custom query parameters to OpenAI compatible (PR #5908 by @nikonovd)3a35ec8- agentic-ai: Provide model call timeout option to capable providers (PR #5904 by @nikonovd)
π Bug Fixes
79c826d- etg: handle primitive operation parameters correctly (PR #5474 by @chillleader)f8210eb- rest: Fix unsupported feature of rest connector in 8.6 (PR #5494 by @ztefanie)edbe063- disable helm integration tests for main because we do not have a 8.9 helm chart yet (PR #5492 by @jessesimpson36)49bce5b- agentic-ai: agentContext updates and propagation (PR #5509 by @maff)93b7d65- rest: Catch read timeouts so that we can display a meaningful error message (PR #5515 by @johnBgood)βοΈ fixes issue #5514 opened by @johnBgood
8959c35- secret-manager: Fix internal prefix (PR #5525 by @ztefanie)14ef775- bedrock: Remove temp and topP defaults (PR #5519 by @ztefanie)βοΈ fixes issue #5491 opened by @mathias-vandaele
63caaec- embeddings-vector-db: Remove 200 char retrieval size limit (PR #5562 by @maff)βοΈ fixes issue #5553 opened by @mathieu-stennier
3b5d6b9- secrets: fix log message for secrets deprecation (PR #5561 by @mathias-vandaele)c110ec5- polling-connector: split the model request to differentiate between Activation and Runtime (PR #5569 by @mathias-vandaele)βοΈ fixes issue #5568 opened by @mathias-vandaele
c642a4f- agentic-ai: Add support for null JSON schema type to define nullable properties (PR #5577 by @maff)βοΈ fixes issue #5570 opened by @Bazsalanszky
9800e2b- core: update inbound variable search query to filter for either process instance or element instance scope key (PR #5576 by @maff)cb9e8a4- secret-provider: Improve efficiency (PR #5497 by @ztefanie)073b4dd- tests: since renovate has set greenmail to version 2.1.7, they manage dead connection differently, require a new way to manage the kill switch (PR #5605 by @mathias-vandaele)326e859- tests: since renovate has set greenmail to version 2.1.7, we need to silent server to client piping (PR #5609 by @mathias-vandaele)63baa82- ci: fix fossa release workflow input parameter (PR #5628 by @kalmarz)d529c51- polling: add the payload group for the body to be visible *(PR #5633 by @mathias-vandaele)...
8.8.5
β¨ New Features
dac44f6- agentic-ai: Provide default model call timeout to agentic ai task/subprocess (PR #5966 by @nikonovd)
π Bug Fixes
9c87f3a- textract: Make textract connector usable (PR #5490 by @ztefanie)928654c- response-expression: Allow result expression evaluation with null response body (#5862) (PR #5873 by @team-connectors-int-automation[bot])b109d3d- GHA: CI improvements for self-hosted runners (PR #6017 by @vringar)4096182- ci: transform release branch names to base branch for Helm chart lookup (commit by @vringar)99881e9- ci: use stable/ prefix in helm-git-refs.json for branch lookup (commit by @vringar)
π§ Chores
8.8.5-rc1
β¨ New Features
dac44f6- agentic-ai: Provide default model call timeout to agentic ai task/subprocess (PR #5966 by @nikonovd)
π Bug Fixes
9c87f3a- textract: Make textract connector usable (PR #5490 by @ztefanie)928654c- response-expression: Allow result expression evaluation with null response body (#5862) (PR #5873 by @team-connectors-int-automation[bot])b109d3d- GHA: CI improvements for self-hosted runners (PR #6017 by @vringar)4096182- ci: transform release branch names to base branch for Helm chart lookup (commit by @vringar)
π§ Chores
8.7.14
π Bug Fixes
e4a05db- GHA: CI improvements for self-hosted runners (PR #6016 by @vringar)3d5a337- ci: transform release branch names to base branch for Helm chart lookup (commit by @vringar)a44fc89- ci: use stable/ prefix in helm-git-refs.json for branch lookup (commit by @vringar)
π§ Chores
8.6.23
π Bug Fixes
cba7b03- GHA: CI improvements for self-hosted runners (PR #6015 by @vringar)e4fb9df- ci: transform release branch names to base branch for Helm chart lookup (commit by @vringar)b5c4854- ci: use stable/ prefix in helm-git-refs.json for branch lookup (commit by @vringar)
π§ Chores
f20e876- add-to-project: Fix add to project GH action (commit by @sbuettner)