Releases: openops-cloud/openops
Releases · openops-cloud/openops
0.6.13
🎆 Happy New Year! 🎆
🐛 Bug Fixes
- Replaced hardcoded values with their environment variables in the docker-compose.yml.
🔧 Maintenance
- Updated the OpenOps tables image to a newer version.
- Removed the "ENVIRONMENT" system variable as there was no clear usage pattern.
- Bumped Storybook to the latest patch version of the current major version (8).
- Removed unused table seed files
- Moved assets from static.openops.com inside the project
Full Changelog: 0.6.12...0.6.13
0.6.12
0.6.11
🚀 Features and Improvements
- Improved reliability of file uploads
🔐 Security
- Improved security of Terraform and CloudFormation blocks to prevent execution of unsafe code
👤 Contributors
Big Thanks to:
- @rashmi-sy for fixing an issue in the file uploader
- Skywings for finding the RCE vulnerability in the terraform block
Full Changelog: 0.6.10...0.6.11
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.