Skip to content
Open
Show file tree
Hide file tree
Changes from 7 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
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ $ towncrier create <PR-number>.<break|feat|fix>.md --content "Short description"

<!-- towncrier release notes start -->

## cylc-uiserver-1.8.1 (Released 2025-11-27)

[Updated cylc-ui to 2.11.0](https://github.com/cylc/cylc-ui/blob/master/CHANGES.md)

### 🔧 Fixes

[#740](https://github.com/cylc/cylc-uiserver/pull/740) - Improve the logic for handling closed connections. This results in better memory management.

## cylc-uiserver-1.8.0 (Released 2025-10-01)

[Updated cylc-ui to 2.10.0](https://github.com/cylc/cylc-ui/blob/master/CHANGES.md)
Expand Down
1 change: 0 additions & 1 deletion changes.d/740.fix.md

This file was deleted.

2 changes: 1 addition & 1 deletion cylc/uiserver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

__version__ = "1.8.1.dev"
__version__ = "1.8.2.dev"

import os
from typing import Dict
Expand Down
125 changes: 0 additions & 125 deletions cylc/uiserver/ui/2.10.0/assets/Graph-BNXWiB3d.js

This file was deleted.

1 change: 0 additions & 1 deletion cylc/uiserver/ui/2.10.0/assets/Guide-CsdTh5zT.js

This file was deleted.

29 changes: 0 additions & 29 deletions cylc/uiserver/ui/2.10.0/assets/Log-D-VuRrd6.js

This file was deleted.

Loading
Loading