This release adds support for retrieving server list and individual server's details via the theater backend.
**Please note:** The release contains a number of breaking changes. Be sure to update your application accordingly.
Other changes/fixes:
- former `Client` is now referenced as`FeslClient` and `AsyncClient` is now `AsyncFeslClient`
- former `Connection` is now referenced as `SecureConnection`, `AsyncConnection` is now `AsyncSecureConnection`
- renamed `PyBfbc2StatsLoginError` exception to `PyBfbc2StatsAuthError`
- added fesl client method to retrieve theater backend details
- fixed hello request paket being stored as response in async fesl client