Skip to content
39 changes: 28 additions & 11 deletions platform-cloud/docs/studios/connect.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Connect changelog
date created: "2025-07-30"
last updated: "2025-11-24"
last updated: "2026-03-11"
tags: [connect, changelog, connect-changelog]
---

Expand All @@ -11,10 +11,19 @@ Always use the `recommended` tagged template image for new Studios. Only two ear

## Connect server

### server/v0.9.0 `latest` - 2025-12-05
### server/v0.10.0 `latest` - 2026-02-11

* Add: SSH Connectivity:
* Server implementation (initialize SSH server when enabled)
* Authenticate authorization requests to Platform with OIDC secret
* Add SSH connection activity tracking and notifications
* Change the logger timestamp format to ISO8601
* Detect network load balancer health checks

### server/v0.9.0 - 2025-12-05

- Add: missing env when testing with platform
- Fix: security vulnerabilities for crypto ssh library and slack nebula
- Fix: security vulnerabilities for crypto SSH library and Slack Nebula
- Upgrade go (from v1.24.3 to 1.25.3) and caddyserver (from 2.10.0 to 2.10.2)

### server/v0.8.4 - 2025-10-31
Expand All @@ -23,7 +32,7 @@ Always use the `recommended` tagged template image for new Studios. Only two ear

### server/v0.8.3 - 2025-07-25

* Extract Fusion version
* Extract Fusion version
* Fix(proxy): include prefix in Location header

### server/v0.8.2 - 2025-07-21
Expand Down Expand Up @@ -99,10 +108,18 @@ Always use the `recommended` tagged template image for new Studios. Only two ear

## Connect client

### client/v0.9.0 `latest` - 2025-12-05
### client/v0.10.0 `latest` - 2026-02-11

- Add: disk size and auto resizing based on compute env
- Add: version module and add support for client version
* Moved Docker service management to the Connect-client.
* Add: SSH Connectivity:
* Server implementation (initialize SSH server when enabled)
* Fingerprint verification
* Add SSH connection activity tracking and notifications

### client/v0.9.0 - 2025-12-05

- Add: disk size and auto resizing based on compute environment
- Add: version module and add support for client version
- Fix: security vulnerabilities for crypto ssh library and slack nebula
- Upgrade go (from v1.24.3 to 1.25.3) and caddyserver (from 2.10.0 to 2.10.2)
- Bump server to 0.9.0
Expand All @@ -118,8 +135,8 @@ Always use the `recommended` tagged template image for new Studios. Only two ear
### client/v0.8.5 - 2025-07-29

* Feat: add eStargz support to client images
* Feat: send squash notifications to platform
* Feat: extract Fusion version
* Feat: send squash notifications to platform
* Feat: extract Fusion version

### client/v0.8.4 - 2025-07-18

Expand All @@ -129,7 +146,7 @@ Always use the `recommended` tagged template image for new Studios. Only two ear

### client/v0.8.3 - 2025-06-19

* Fix: return normal err when server closes connection
* Fix: return normal err when server closes connection

### client/v0.8.2 - 2025-06-17

Expand All @@ -152,7 +169,7 @@ Always use the `recommended` tagged template image for new Studios. Only two ear
* fix: swap connector after closing previous

### client/v0.7.7 - 2025-03-07

* Feat: add 10 minutes waiting period before failing notifying Platform

### client/v0.7.6 - 2025-03-03
Expand Down
Loading