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 10 Jan 2025 #447

Merged
merged 3 commits into from
Jan 11, 2025
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
2 changes: 1 addition & 1 deletion core-dev-operators
2 changes: 1 addition & 1 deletion core-operators
14 changes: 14 additions & 0 deletions docs/releases/202501.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
id: 202501
title: January 2025
displayed_sidebar: releaseSideBar
---
### January 10 2025

**Features**
- **UI**: Unused features are no longer displayed in Environments without Flows
- Options for creating and editing Flows are not displayed in Environments where they are not available
- If you'd like to enable Flows in your Environment or learn more about it please reach out to [Ganymede support](../app/Support.mdx)

**Agent Version**: 5.2.22

2 changes: 1 addition & 1 deletion pylib
Submodule pylib updated from a03a46 to c6d946
8 changes: 7 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,14 @@ module.exports = {
releaseSideBar: [
{
type: 'category',
label: '2024',
label: '2025',
collapsed: false,
items: ['releases/202501']
},
{
type: 'category',
label: '2024',
collapsed: true,
items: ['releases/202412', 'releases/202411', 'releases/202410', 'releases/202409', 'releases/202408', 'releases/202407', 'releases/202406', 'releases/202405', 'releases/202404', 'releases/202403', 'releases/202402', 'releases/202401']
},
{
Expand Down
Loading