You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new top-level Release Notes page for OpenOps, using Mintlify-style front matter and inserting the latest release notes body via %NEW_RELEASE_NOTES% so documentation reflects the current release.
description: "Versioned summary of OpenOps changes for each release."
4
+
icon: "📝"
5
+
iconType: "emoji"
6
+
slug: "/release-notes"
7
+
tags: ["release-notes", "changelog"]
8
+
draft: false
9
+
sidebar_order: 90
10
+
hide_toc: false
11
+
---
12
+
13
+
## Latest Release
14
+
15
+
## 🚀
16
+
17
+
- Extended AI chat history retention to 30 days, keeping past conversations available longer before cleanup.
18
+
- Made the Region property optional in the Build ARN AWS action to simplify and flexibilize workflow configuration.
19
+
- Added a new "Policy & Governance" category in the Templates gallery to make related templates easier to discover.
20
+
21
+
## 🐛
22
+
23
+
- Improved error handling when the Tables MCP endpoint list is empty to avoid unexpected failures.
24
+
25
+
## ✨
26
+
27
+
- Added client ID configuration to the Frontegg app to support more robust cloud connection authentication flows.
28
+
- Updated the Templates gallery icon mapping to support the new "Policy & Governance" domain for consistent visual presentation.
29
+
- Updated internal flow helper and AI chat context enrichment logic to resolve variables by step ID instead of step name, aligning with the newer step context structure.
0 commit comments