Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release notes 07 Nov 2024 #408

Merged
merged 1 commit into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions docs/releases/202411.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
id: 202411
title: November 2024
displayed_sidebar: releaseSideBar
---

### November 7 2024

**Features**
- **Virtualization**: Virtualization sessions can now be paused and resumed
- Pausing a session will stop the session from running, retaining the input and output files
- Resuming a session will restart the session with the same input and output files

**Improvements**
- **UI**: Code syntax highlighting is now available in the View Code modal for Flows and Agents

**Bug Fixes**
- **UI**: Fixed an issue where Agent logs and status updates were not being displayed in real-time
- **UI**: Fixed an issue where queued flow runs would display the incorrect start time
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ module.exports = {
type: 'category',
label: '2024',
collapsed: false,
items: ['releases/202410', 'releases/202409', 'releases/202408', 'releases/202407', 'releases/202406', 'releases/202405', 'releases/202404', 'releases/202403', 'releases/202402', 'releases/202401']
items: ['releases/202411', 'releases/202410', 'releases/202409', 'releases/202408', 'releases/202407', 'releases/202406', 'releases/202405', 'releases/202404', 'releases/202403', 'releases/202402', 'releases/202401']
},
{
type: 'category',
Expand Down