Citrix Secure Developer Spaces™

Fixed issues

Citrix Secure Developer Spaces™ includes the following fixed issues:

2025.10.4

General

  • Fixed a permission issue that prevented users with the Security Officer role from successfully disabling analytics features on the platform configuration settings page.
  • Resolved an issue causing the Workspace API component to enter a CrashLoopBackOff state when the system was managing a large number of active or decommissioned workspaces.

New features

  • Added a new configuration option to disable Amazon EKS auto-mode detection during cluster setup. This provides more granular control in specific deployment environments. To use this option, add the following setting to your cluster configuration:

     region:
       clusterConfig:
         disableAutoModeCheck: true
     <!--NeedCopy-->
    
  • Automation Introduced Terraform support for managing user groups. This allows administrators to provision, update, and manage workspace user groups using standard Infrastructure-as-Code practices.

2025.10.3

General

  • Fixed an issue where some Visual Studio Code (VSCode) dependencies failed due to an underlying C standard library requirement. The minimum required glibc version is now 2.28 to ensure full stability and compatibility with remote VSCode functionality on supported Linux distributions.

Security

  • Updated the Go language runtime to version 1.25.4, which addresses and patches known security vulnerabilities.

2025.10.2

General

  • Resolved Slow Database Migration Performance. An optimization was applied to the database migration engine. This fix significantly reduces the time required to run database updates during product rollouts and version upgrades.

2025.10.1

General

  • Removed Dependency on the C Standard Library (libc). The core workspace components have been updated to remove the explicit runtime dependency on libc.
Fixed issues