Skip to content

Releases: openops-cloud/openops

0.6.15

22 Jan 14:14
a8ddef9

Choose a tag to compare

🚀 Features and Improvements

  • Unified search UI: Workflows & Templates now use the default search component as in Workspaces.

🐛 Bug Fixes

  • Fixed an issue where the AI suggested creating new connections even though it does not have the capability to do so.
  • Corrected form validation behavior when toggling triggers from Dynamic to Static.
  • “Rerun on latest version” now starts a fresh run so past run data isn’t overwritten.

🔧 Maintenance

  • Updated license to 2026.
  • Updated AI SDK to v6.

Full Changelog: 0.6.14...0.6.15

0.6.14

15 Jan 12:03
a84e871

Choose a tag to compare

🚀 Features and Improvements

  • Added GPT-5.2 to the list of supported OpenAI models.
  • Made the analytics service optional.

🐛 Bug Fixes

  • Improved chat history handling to correctly merge multiple parallel tool results.
  • Fixed chat history corruption when chat execution was interrupted (e.g. page reload).

🔧 Maintenance

  • Updated the OpenOps tables image to a newer version

Full Changelog: 0.6.13...0.6.14

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)