Skip to content

Commit 01c0494

Browse files
release_notes: create RELEASE_NOTES.md
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.
1 parent d79539f commit 01c0494

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

RELEASE_NOTES.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: "Release Notes"
3+
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.
30+
31+

0 commit comments

Comments
 (0)