Skip to content

Releases: openops-cloud/openops

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)

0.6.3

30 Oct 15:45
7eac22e

Choose a tag to compare

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

[Full Changelog](0.6.2...0.6.3)

0.6.2

22 Oct 13:12
019e685

Choose a tag to compare

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

[Full Changelog](0.6.1...0.6.2)

0.6.1

16 Oct 15:07
7a2b192

Choose a tag to compare

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

Full Changelog