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 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.
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.
0 commit comments