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 for 5 Sept 2024 #360

Merged
merged 2 commits into from
Sep 6, 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/202409.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
id: 202409
title: September 2024
displayed_sidebar: releaseSideBar
---

### September 5 2024

**Features**
- **Agent**: A new agent type is available that supports more detailed file inspection and manipulation prior to uploading to the Ganymede cloud


**Improvements**
- **UI**: The environment Secrets table now supports sorting by Name and Updated Date
- **UI**: The Agent log date filter now reflects the dates where logs are available
- **UI**: Agent and Connection configuration information can now be copied from the UI for use in debugging and issue reporting

**Bug Fixes**
- **UI**: The list of flows in an environment will now be fetched when logging in from a direct link
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ module.exports = {
type: 'category',
label: '2024',
collapsed: false,
items: ['releases/202408', 'releases/202407', 'releases/202406', 'releases/202405', 'releases/202404', 'releases/202403', 'releases/202402', 'releases/202401']
items: ['releases/202409', 'releases/202408', 'releases/202407', 'releases/202406', 'releases/202405', 'releases/202404', 'releases/202403', 'releases/202402', 'releases/202401']
},
{
type: 'category',
Expand Down