Skip to content

Commit b171919

Browse files
release-notes: create release-notes.mdx
Create a Mintlify-compatible release notes page at the docs root, wrapping the newly generated release notes body in required front matter so it can be published and linked from the documentation site.
1 parent 5bc8b0c commit b171919

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

release-notes.mdx

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: "Release notes"
3+
description: "Version history and categorized changes for OpenOps."
4+
icon: "📦"
5+
iconType: "emoji"
6+
slug: "/release-notes"
7+
---
8+
9+
## 🚀
10+
11+
- Updated AI Assistant terminology and settings to match the current OpenOps edition.
12+
- Added Claude Opus 4.5 model support across Anthropic and Vertex AI providers.
13+
- Introduced database token authentication support for OpenOps Tables, enabling secure token-based access from workflows and applications.
14+
15+
## 🐛
16+
17+
- Fixed workflow pagination so the first page is always filled before showing later pages.
18+
- Corrected Axios error log formatting to make errors easier to read and diagnose.
19+
- Fixed AI assistant error boundaries and conversation error handling to prevent crashes and failed chats.
20+
- Fixed federated auth URL handling so federated login is only used when the corresponding feature flag is enabled.
21+
22+
##
23+
24+
- Refined step name generation to use alphabetical indexing, improving workflow readability.
25+
- Improved OpenOps Tables lookups to use explicit server/project context and database token authentication for consistent, correctly scoped table access.
26+
- Added `npm audit` security checks to the CI pipeline to catch vulnerable dependencies automatically.
27+
- Deferred encryption key loading to improve startup performance.
28+
- Updated third-party license documentation to include the core linux x64 gnu package.
29+
30+

0 commit comments

Comments
 (0)