14 documented changes.

Version
11.0.16.9293
Released
Mar 20, 2025
Product
Unity Version Control
Unity Version Control 11.x release notes

Unity Version Control 11.0.16.9293

Official notes

New

  1. Change

    All platforms - Server: HTTP request and response buffer sizes are now configurable.

  2. Change

    All platforms - Server: If you use the Unity Version Control WebAdmin tool and/or APIs, you can now configure the HTTP request and response buffer sizes. Bear in mind that this is a server-side configuration, so it can only be customized by on-premise Plastic accounts.

  3. Change

    All platforms - Server: Configuring these buffers' sizes can be useful, for example, to increase throughput in high-latency networks, or, in memory-constrained scenarios, to support more concurrent clients through HTTP.

  4. Change

    All platforms - Server: You can control both settings using the following server.conf configuration keys:

  5. Change

    All platforms - Server: Not specifying the new configuration key, or using a value of -1, indicates that the default buffer size (1MB for requests, and 64KB for responses) should be used.

  6. Improvement

    All platforms - Server: Enhanced control over audit.log file management

  7. Feature

    All platforms - Server: Two new configuration keys have been added to the server.conf, allowing you to control audit log file rotation and retention:

  8. Change

    All platforms - Server: Setting AuditLogMaxSizeInMB enables the automatic rotation of audit.log files. When a log file reaches the specified size, it is renamed with a timestamp, following the pattern:

  9. Change

    All platforms - Server: For example:

  10. Change

    All platforms - Server: If AuditLogMaxFiles is set, the server will retain the current log file plus the specified number of rotated files.

  11. Change

    All platforms - Server: This update gives you more flexibility in managing log file growth and retention!

Bug

  1. Security

    All Platforms - Gluon: Security changes now properly update cached changeset trees

  2. Security

    All Platforms - Gluon: Gluon workspaces cache server changeset trees to enhance performance. However, security changes on the server were not properly reflected in the cached trees, potentially leading to outdated visibility information.

  3. Security

    All Platforms - Gluon: Now, Gluon correctly detects security changes on the server and updates the local cache accordingly.

Pick your Unity version

Unity Releases compares releases against the version your project is on. Picking it now keeps Compare versions focused on what changes between where you are and where you might be going.