Update changelog.

This commit is contained in:
Buster "Silver Eagle" Neece 2022-03-15 23:34:26 -05:00
parent be0e9a8912
commit 0e589c41e3
No known key found for this signature in database
GPG Key ID: 9FC8B9E008872109
1 changed files with 12 additions and 0 deletions

View File

@ -30,12 +30,24 @@ release channel, you can take advantage of these new features and fixes.
## Code Quality/Technical Changes
- **Unified Docker Container**: We have combined all of our Docker containers into a single unified container that
includes the database, cache, stations container and more. This combined container is located
at [ghcr.io/azuracast/azuracast](https://github.com/azuracast/AzuraCast/pkgs/container/azuracast). For most users, no
changes will be needed when migrating to the latest version of AzuraCast, but if you have created
a `docker-compose.override.yml` file, you should
follow [our instructions](https://github.com/AzuraCast/AzuraCast/issues/5191) to update the file.
- We have enabled the built-in "defender" service for our built-in SFTP provider, so repeated failed authentication
attempts will automatically be blocked by the system. If you find yourself locked out of the system, restarting Docker
will clear the block list.
- Stations that do not have any media assigned to any playlists won't start automatically, so for installations with
many empty stations, resources will be significantly saved.
## Bug Fixes
- Updating now automatically clears the unplayed station queue for all stations.
- A significant performance issue with the `station_queue` table has been identified and new indices have been added,
resulting in significant improvements for some behind-the-scenes functionality (like AutoDJ "next song" calculation).