Skip to content

Commit 9d97fd0

Browse files
release-notes: create release-notes.mdx
Create a Mintlify-compatible release notes page for OpenOps, adding required front matter while letting the existing generated body (%NEW_RELEASE_NOTES%) provide the detailed entries.
1 parent d79539f commit 9d97fd0

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

release-notes.mdx

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: "Release notes"
3+
description: "Latest OpenOps release notes including new features, fixes, and improvements."
4+
icon: "📝"
5+
iconType: "emoji"
6+
slug: "/release-notes"
7+
tags: ["changelog", "releases"]
8+
draft: false
9+
sidebar_order: 90
10+
hide_toc: false
11+
---
12+
13+
## 🚀
14+
15+
- Extended AI chat history retention to 30 days, keeping conversations available longer before they expire.
16+
- Integrated Frontegg client ID support and AppBootstrap-based auth flows, cleaning up legacy login routes for federated authentication.
17+
18+
## 🐛
19+
20+
- Fixed CORS behavior for cloud template routes so templates load correctly from allowed origins.
21+
- Corrected authentication handler behavior and removed legacy login routes when federated to prevent conflicting login flows.
22+
- Redacted sensitive information from logs and responses to avoid exposing secrets in operational views.
23+
- Corrected a typo in the error fallback message for clearer UI error text.
24+
- Ensured Tables MCP endpoint lists are validated and non-empty to prevent runtime errors.
25+
26+
##
27+
28+
- Added explicit expiration times when generating tokens to improve session security and predictability.
29+
- Added request validation schemas for project endpoints to enforce consistent payloads and clearer errors.
30+
- Upgraded and reconfigured Frontegg integration, including client ID configuration and response interceptor splitting for more flexible auth behavior.
31+
- Updated user handling in tables to store hashed passwords for stronger credential security.
32+
- Redacted additional sensitive information in logs and messages to strengthen data protection.
33+
- Added a "Policy & Governance" domain icon and made the Region field optional in the Build ARN action for more flexible AWS workflows.
34+
- Updated step context structure to exclude the `stepName` field, simplifying data passed between steps.
35+
- Bumped GitHub Actions dependencies as part of internal maintenance for build and deployment workflows.
36+
- Released version 0.6.9, focusing on authentication, security, AI chat reliability, and AWS workflow usability improvements.
37+
38+

0 commit comments

Comments
 (0)