We are pleased to announce that our TeamSpeak Server version 3.10.0. Beta is now available.
Here is our list with most important changes. Hope you like them 
- We overhauled the snapshots.
- They are now Base64 encoded. This makes them smaller and issues with UTF 8 characters should be gone.
- You now can encrypt your snapshot using a password. The password is AES encrypted and won't be shown in the server log in case logging was enabled.
- We added an optional parameter to move files from existing channels into the new one. But only if channel did exist before. This won't work with snapshots before 3.10.0.
- Older snapshots still can be applied, but you should create new ones after you did update.
- The server code got an overhaul and things should run better now (including packet loss and CPU usage).
- A file can no longer be overwritten with an upload when client has not enough 'i_ft_file_delete_power'.
- Handling ofClient IDs was touched.
- They now always increase and only start from free lowest ID when 65535 was reached.
- The same Client ID is used again when client with same Database ID reconnects within some minutes.
- Known issue: The client can not set an Avatar in case one was set before.
As a temporary solution the user must delete his old avatar first.
We will fix that in next update.
Full change log:
Code:
## Server Release 3.10.0 6 November 2019
### Important
- TeamSpeak Client 3.3.0 or later is needed to connect to this and upcoming server
releases.
### Added
- New channel property `channel_unique_identifier` that contains a channel UID that
is unchanged by snapshot import/exports.
- New compressed snapshot format that is easier to use.
- New optional parameter `-keepfiles` for `serversnapshotdeploy` that doesn't delete
files of channels that exist in the snapshot and on the server.
- New optional parameter `password` to snapshot commands for specifying an optional
password to encrypt the snapshot. The password is always being omitted from the
log files.
- New command line parameter `hints_enabled`(defaults to `1`).
When enabled, the server will send permission hints to clients, that allows clients
to know, if certain actions are likely to succeeded or not.
### Changed
- New embedded default license is valid until the 1st of July 2020.
- Improved TeamSpeak Server performance, and reduced packet loss on very busy servers.
- Allocation of client IDs has been changed.
- Permission `i_ft_file_delete_power` is now required to overwrite a file.
### Fixed
- "Server Admin Token" has been renamed to "Server Admin Privilege Key" in the new
server window.
- Fixed a few potential crashes.
- Fixed database error when getting the same custom property assigned twice on MariaDB.
- Fixed `clientgetids` incorrectly returning `database empty result set` when more then
one client was connected with the queried `cluid`.
Here you can download Download the beta Server.
There is currently no FreeBSD version for this Beta but we plan to have one for the stable release.
Docker user get the beta via command
Code:
docker build "docker build "https://github.com/TeamSpeak-Systems/teamspeak-linux-docker-images.git#:alpine" --build-arg TEAMSPEAK_CHECKSUM=7b0c74e21bd539c0c1b7d2a6e2730f52e933b057fac19c5b68a35e6433a0690d --build-arg TEAMSPEAK_URL=https://files.teamspeak-services.com/pre_releases/server/3.10.0-beta3/teamspeak3-server_linux_alpine-3.10.0-beta3.tar.bz2 --tag teamspeak:latest --tag teamspeak:3.10 --tag teamspeak:3.10.0-beta3
You can discuss or leave feedback in this thread.