Page 8 of 8

Re: Teamspeak 3 Changelog

Posted: 24 Mar 2020, 07:57
by [RC]Hunter

Code: Select all

=== Client Release 3.5.1 - 23 Mar 2020
* Fixed a crash on startup
* Disabled playback AGC for clients sending from an Opus Music channel

Re: Teamspeak 3 Changelog

Posted: 15 May 2020, 09:17
by [RC]Hunter

Code: Select all

=== Client Release 3.5.2 - 02 Apr 2020
- Fixed crashes reported by crashdumps.

=== Client Release 3.5.3 - 07 May 2020
- Fixed a client freeze
- Fixed an issue that could reset a talking client's AGC state
- Fixed crashes reported by crashdumps

Re: Teamspeak 3 Changelog

Posted: 15 May 2020, 11:04
by [RC]Hunter

Code: Select all

## Server Release 3.12.1 31 March 2020

### Fixed
- Fixed bug related with new TS5 Client Permission Manager

Re: Teamspeak 3 Changelog

Posted: 11 Nov 2020, 09:19
by [RC]Hunter

Code: Select all

=== Client Release 3.5.5 - 04 Nov 2020
- Fixed crash in the comfort noise algorithm
- Fixed crash in audio processing (reported by Stefan Schiller (scryh))

Re: Teamspeak 3 Changelog

Posted: 07 Dec 2020, 08:05
by [RC]Hunter

Code: Select all

=== Client Release 3.5.6 - 25 Nov 2020
! TeamSpeak is going back to the roots remembering its core values. Big thanks
  to our community and our users for your trust and continued support. We would
  be nothing without you!
! Updated Plugin API version to 25.
+ Added option to hide server/channel group icons in client context menus.
+ Added option to show inaccessible server/channel groups in client context
  menus as requested in our community forums.
+ Added options for IT administrators to lock user settings in an enterprise
  environment. This can be achieved by either launching the client with the
  new -locksettings commandline parameter or by placing a settings.lock file 
  in the TeamSpeak config/installation directory.
+ Added -configname commandline parameter, which can be used to specifiy a
  distinct name for your user settings in combination with -localconfig on
  Windows (example: -localconfig -configname=test).
* Updated UI with our new logo.

Re: Teamspeak 3 Changelog

Posted: 10 Feb 2021, 12:06
by [RC]Hunter

Code: Select all

## Server Release 3.13.3 17 December 2020

### Fixed
- Privilege escalation issue (thanks to alex97000)

## Server Release 3.13.2 18 November 2020

### Fixed
- Server does not start when serveradmin account is not found.


## Server Release 3.13.1 11 November 2020

### Fixed
- Database update script does not work for MySQL and PostgreSQL


## Server Release 3.13.0 9 November 2020

### Important
- Support for 32-bit builds of FreeBSD has been dropped. 64-bit FreeBSD is still supported.
- The server_quickstart.txt file is now in Markdown format as server_quickstart.md. It has also been significantly updated.

### Fixed
- Fixed slow startup after an SQLite schema migration
- Better handling of invalid base64 snapshots
- Fixed an issue with negative whisper power permission checks
- Fixed possible memory leak under certain obscure conditions
- Fixed query login groups being improperly cached in certain cases
- Invalid password attempts should respect SERVERINSTANCE_SERVERQUERY_BAN_TIME

### Added
- New support for PostgreSQL databases. Please read server_quickstart for more information.
- New support for MMDB style GeoIP databases (again, see server_quickstart!)
- Webquery supports access by server port : /byport/9987/clientinfo will send the command to the virtualserver at port 9987.
- Added warning for cases of UDP socket failure
- banclient can now accept multiple clientids
- banclient, clientmove and clientkick accept the -continueonerror parameter to ignore errors
- New optional parameter for clientlist '-location'
- Advanced users: Added a new command line argument `logquerytiminginterval` for diagnostic logging of ServerQuery timing.
- Advanced users: Added a new command line argument `querypoolsize` to allow you to specify the number of threads in the ServerQuery pool.

### Changed
- Note: query_ip_whitelist has been renamed to query_ip_allowlist, and query_ip_blacklist is now query_ip_denylist.
- Note: the old whitelist/blacklist names are still accepted.
- Webquery errors will return a HTTP 4xx series status code.
- Improved database performance for some query commands (notably serverlist)
- permget returns 'invalid perm id' error if permid is 0, or convert error if negative
- instanceedit no longer allows query groups for server template groups
- serveredit should correctly update client idle time
- Better validation of tokencustomsets when creating privilege keys
- Various permlist commands now include the relevant id (client, etc) in the output for your convenience
- MariaDB plugin should be a little more tolerant of broken connections
- We now print a warning if you specify an unknown command line option

Re: Teamspeak 3 Changelog

Posted: 20 Jan 2022, 12:06
by [RC]Hunter

Code: Select all

## Server Release 3.13.6 9 June 2021

### Fixed
- Query clients not getting unbanned
- Removed support for client_estimated_location property


## Server Release 3.13.5 18 May 2021

### Fixed
- Multiple ways to crash server on virtual server shutdown.
- Performance increase when many clients log in at the same time.
- Fix crash in HTTP query.
- Fix crash on Windows during startup.
- Fix HTTP api key creation issue when using postgresql as DB.