Release Notes - Version 3.6¶
Key features and changes¶
The Host Server 3.6 requires the YVVA runtime version 1.3.8 or later.
Host Server Functionality¶
- Improved restore functionality (HOSTSERVER-635).
- The name of the user and the deletion time are now recorded when a Space is deleted (HOSTSERVER-507). Note: this only works if TDP v3 is active, and you are using TeamDrive client version 4.2 or later.
- Added system settings:
NotifyVolumeEmail
,NotifyVolumeWarningLevel
,NotifyVolumeCriticalLevel
. The background task, Volume Warning, has been added to send an email notification when the the disk usage of a volume exceeds the specified levels. - Fixed upgrade from version 3.0.011 (HOSTSERVER-618).
- Added the setting
S3RedirectProtocol
. This setting determines the protocol to be used for redirects to S3, or other Object Stores (HOSTSERVER-622). - Added support for Azure blob storage (HOSTSERVER-583)
- The Host now supports the “Range” header (HOSTSERVER-577). This enables the direct streaming of videos. Note, only one range per call is supported.
Administration Console¶
- Added functionality to restore a deleted space (HOSTSERVER-633).
- Host Server settings have now been divided into groups (HOSTSERVER-574).
- The modification time of settings in now displayed in the Admin Console (HOSTSERVER-575).
API¶
- Added
movespace
API call, which moves a Space to another Depot (HOSTSERVER-636). - The
getspacedata
API call now accepts the following additional tags:<includedeleted>
,<resultoffset>
and<resultlimit>
(HOSTSERVER-461). - The
getdeptdata
API call now accepts the tags<includedchanges>
which specifies if the change history should be returned with the details of the Depot (HOSTSERVER-497).