Skip to content

Releases: openops-cloud/openops

0.6.13

07 Jan 14:21
0171929

Choose a tag to compare

🎆 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

18 Dec 16:05
4fd5021

Choose a tag to compare

🐛 Bug Fixes

  • Fixed password generation in seed admin user creation

Full Changelog: 0.6.11...0.6.12

0.6.11

15 Dec 16:57
af50a09

Choose a tag to compare

🚀 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

10 Dec 16:52
39b378a

Choose a tag to compare

🚀 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

03 Dec 13:00
d79539f

Choose a tag to compare

🚀 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.

[Full Changelog](0.6.8...0.6.9)

0.6.8

27 Nov 13:11
73f2b19

Choose a tag to compare

🚀 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 audit security check to the CI pipeline.
  • Deferred encryption key loading to improve performance.

[Full Changelog](0.6.7...0.6.8)

0.6.7

19 Nov 17:43
53d10b9

Choose a tag to compare

🚀 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

[Full Changelog](0.6.6...0.6.7)

0.6.6

13 Nov 15:13
8cb0420

Choose a tag to compare

🚀 Features and Improvements

  • Added chat history support to Assistant AI
  • Enabled installation of default Azure extensions in Azure block
  • Introduced Azure Resource Graph action

[Full Changelog](0.6.5...0.6.6)

0.6.5

10 Nov 14:40
8fd5281

Choose a tag to compare

🚀 Features & Improvements

👤 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

05 Nov 16:17
5c2dfde

Choose a tag to compare

🚀 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.error calls to logger.warn across blocks for improved log severity accuracy.

[Full Changelog](0.6.3...0.6.4)