Skip to content
30 changes: 24 additions & 6 deletions platform-enterprise_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-12-03"
last updated: "2026-02-12"
tags: [connect, changelog, connect-changelog]
---

Expand All @@ -11,11 +11,20 @@ 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: missing env when testing with platform livedev
- 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)
* 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 livedev
* 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 Down Expand Up @@ -103,7 +112,16 @@ Connect version 0.8.3 introduced a change which required the creation of a `/dat

## Connect client

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

* Moved Docker service management to the Connect-client.
* Add: SSH Connectivity:
* Server implementation (initialize ssh server when enabled)
* Fingerprint verification
* 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 env
- Add: version module and add support for client version
Expand Down
30 changes: 24 additions & 6 deletions platform-enterprise_versioned_docs/version-25.3/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-12-03"
last updated: "2026-02-12"
tags: [connect, changelog, connect-changelog]
---

Expand All @@ -11,11 +11,20 @@ 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: missing env when testing with platform livedev
- 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)
* 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 livedev
* 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 Down Expand Up @@ -103,7 +112,16 @@ Connect version 0.8.3 introduced a change which required the creation of a `/dat

## Connect client

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

* Moved Docker service management to the Connect-client.
* Add: SSH Connectivity:
* Server implementation (initialize ssh server when enabled)
* Fingerprint verification
* Authenticate authorization requests to Platform with oidc secret
* Add SSH connection activity tracking and notifications

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

- Add: disk size and auto resizing based on compute env
- Add: version module and add support for client version
Expand Down
Loading