0.3.0
⚠️ NOTICE
Breaking Change: Connection-related event metadata now includes authProviderKey
. This update may affect integrations relying on previous event formats and is the primary reason for the 0.3.0 version bump.
🚀 Features and Improvements
- Added support for AWS connections using attached EC2 and ECS roles.
- Added Archera block.
- Added Custom API action to Umbrella block
- Added Custom API action to Jira block
- Introduced sharing of connections between all AWS blocks.
- Added auto-scroll for AI chat upon new messages.
🐛 Bug Fixes
- Fixed missing step IDs during step replacement and copy-paste operations.
- Ensured proper status return (
400 Bad Request
) when AI provider config payload validation fails. - Skipped chat deletions when steps lack required metadata (
blockName
oractionName
).
🔧 Maintenance
- Removed
projectId
from app connection requests. - Added migration to populate missing step IDs.
- Bumped dependencies:
chromaui/action
to 12.2.0 andwebpack-dev-server
to 5.2.2.
👏 Contributions
Many thanks to @jarenmt for contributing the Archera integration!