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
Shorten each release note entry so that every bullet is a single concise sentence, truncating after the first comma where needed while keeping grammar correct, per the instructions.
Copy file name to clipboardExpand all lines: release-notes.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ slug: "/release-notes"
10
10
11
11
- Updated AI Assistant terminology and settings to match the current OpenOps edition.
12
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.
13
+
- Introduced database token authentication support for OpenOps Tables.
14
14
15
15
## 🐛
16
16
@@ -21,7 +21,7 @@ slug: "/release-notes"
21
21
22
22
## ✨
23
23
24
-
- Refined step name generation to use alphabetical indexing, improving workflow readability.
24
+
- Refined step name generation to use alphabetical indexing.
25
25
- Improved OpenOps Tables lookups to use explicit server/project context and database token authentication for consistent, correctly scoped table access.
26
26
- Added `npm audit` security checks to the CI pipeline to catch vulnerable dependencies automatically.
27
27
- Deferred encryption key loading to improve startup performance.
0 commit comments