Skip to content

Commit

Permalink
Release notes for 03 Oct 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
carusooo committed Oct 4, 2024
1 parent 27dfda1 commit 8327f7e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions docs/releases/202410.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
id: 202410
title: October 2024
displayed_sidebar: releaseSideBar
---

### October 3 2024

**Improvements**
- **UI**: Agent build status now shows updates to build status without requiring refresh

**Bug Fixes**
- **UI**: Improved Back navigation from the Files page
- **Agent**: Fixed a bug where connections would not be shut down when an Agent was disabled
- **UI**: Corrected the types of Table columns as displayed in the Data Explorer
- **UI**: Fixed an issue where notebook activity would not prevent idle logout
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ module.exports = {
type: 'category',
label: '2024',
collapsed: false,
items: ['releases/202409', 'releases/202408', 'releases/202407', 'releases/202406', 'releases/202405', 'releases/202404', 'releases/202403', 'releases/202402', 'releases/202401']
items: ['releases/202410', 'releases/202409', 'releases/202408', 'releases/202407', 'releases/202406', 'releases/202405', 'releases/202404', 'releases/202403', 'releases/202402', 'releases/202401']
},
{
type: 'category',
Expand Down

0 comments on commit 8327f7e

Please sign in to comment.