Releases: openops-cloud/openops
Releases · openops-cloud/openops
0.6.10
🚀 Features and Improvements
- Updated the UI of the app connection and AI settings page
- Added clear button for connections dropdown
- Introduced a visual indicator for sensitive actions in the workflow builder
🔧 Maintenance
- Switched from mint-mcp package to hosted Mint MCP URL for documentation
Full Changelog: 0.6.9...0.6.10
0.6.9
🚀 Features and Improvements
- Increased AI chat history expiration time to 30 days.
- Made the Region property optional in the Build ARN AWS action.
- Added a new category "Policy & Governance" in the Templates gallery.
🐛 Bug Fixes
- Ensured proper error handling when Tables MCP endpoint list is empty.
0.6.8
🚀 Features and Improvements
- Updated AI Assistant terminology and settings page to reflect the current OpenOps edition.
- Added Claude Opus 4.5 model support to Anthropic and Vertex providers.
🐛 Bug Fixes
- Fixed pagination logic in Workflows page to ensure the first page is always filled.
- Corrected error formatting in Axios logs.
- Fixed error boundary in AI assistant.
🔧 Maintenance
- Introduced support for using database token authentication when communicating with OpenOps Tables
- Refactored step name generation to use alphabetical indexing for better readability.
- Added
npm auditsecurity check to the CI pipeline. - Deferred encryption key loading to improve performance.
0.6.7
🚀 Features and Improvements
- Added support for Gemini 3 Pro and GPT 5.1 AI models
- Allowed disabling internal host validation in SMTP and HTTP blocks via an environment variable
🐛 Bug Fixes
- Fixed a bug with the Slack block 'Request Action' action not working when the button contained an emoji that was normalized by Slack
- Fixed AI chat history to filter out conversations triggered from specific steps
- Fixed JSON stringify exceptions in the logger
- Fixed displaying in the UI workflow runs that failed due to trigger failure
0.6.6
🚀 Features and Improvements
- Added chat history support to Assistant AI
- Enabled installation of default Azure extensions in Azure block
- Introduced Azure Resource Graph action
0.6.5
🚀 Features & Improvements
- Added new Hyperglance block (by @daveagill)
- Added network status indication for AI chats
👤 New Contributor
- Big thanks to @daveagill for adding the Hyperglance block!
Full diff: [v0.6.4 → v0.6.5](0.6.4...0.6.5)
0.6.4
🚀 Features and Improvements
- Added support for connections in the HTTP block.
- Added support for AWS SSM Runbooks.
🐛 Bug Fixes
- Fixed an issue where agent sessions could become stale and unresponsive.
- Resolved schema generation errors occurring intermittently in Ask AI block.
🔧 Maintenance
- Updated query router logic to append only relevant tools.
- Changed all
logger.errorcalls tologger.warnacross blocks for improved log severity accuracy.
0.6.3
🚀 Features and Improvements
- Added an option to disable link unfurling when sending Slack messages.
- AI: Displayed reasoning in chat for improved transparency.
- Updated schedule triggers to return start times, to avoid the need to use "Get Current Date" step.
- Updated block icons.
- Added a link “Request Integration” button when searching for blocks.
- Updated OpenOps tables to Baserow 1.35.3
🐛 Bug Fixes
- Fixed webhook responses when triggered via
/sync. - Resolved "no AI configured" message during login and upgrades.
- Handled invalid tool inputs and additional error cases in conversation history and connection dialogs.
- Adjusted MermaidRenderer alignment and AI chat code height.
🔧 Maintenance
- Enforced dynamic properties to be mandatory for stricter schema validation.
0.6.2
🚀 Features and Improvements
- Introduced Test Run Limits: new dialog in Test Flow widget to configure and save action limits.
- Added new ServiceNow actions.
- Introduced Haiku 4.5 support for Anthropic and Vertex AI providers.
🐛 Bug Fixes
- Unified trigger payload structure between workflow run and test.
- Fixed Microsoft Teams integration with additional OAuth scopes for reading chat, team, and channel data.
- Enabled dynamic resolution of object keys.
- Prevented front-end tool error caused by type validation issues.
- Fixed issue with options showing despite engine request failure.
- Allowed
authto be null when authentication is not required. - Saving an app connection with a name that already is in use no longer overrides existing app connection
🔧 Maintenance
- Introduced Langfuse support in the Ask AI action.
- Refactored chat expiration logic to use a configurable system property.
- Configured Redis to notify keyspace events in Docker Compose setups.
- Bumped actions group dependencies with six updates.
0.6.1
🚀 Features and Improvements
- Added AWS Billing and Cost Management MCP Server integration.
- Added ability to exit "Edit" mode when building a workflow.
- Added Community Badge to the menu header and settings page.
- Added support to trigger a test run with a keyboard shortcut from the "Configure" tab.
🐛 Bug Fixes
- Fixed overrides of the selected step and loop iteration during live run updates.
- Fixed incorrect Anthropic model name for Sonnet 4.5.
- Fixed appending email thread when using "Reply To Email" in Outlook action.
- Prevented duplicate Tables workspace creation when updating admin users.
🔧 Maintenance
- Removed redundant toast of "AI settings saved" when changing models in chat.