--- title: LibreTime 4.3.0 --- import ReleaseHead from "./_release-head.mdx"; ## :sparkling_heart: Contributors The LibreTime project wants to thank the following contributors for authoring PRs to this release: - @caveman99 - @cdr78621 - @dakriy - @hwalker928 - @HighTechHarmony - @jooola - @kmahelona - @nosbig - @paddatrapper ## :rocket: Features Please see the [changelog](https://github.com/libretime/libretime/blob/main/CHANGELOG.md). ## :bug: Bug fixes Please see the [changelog](https://github.com/libretime/libretime/blob/main/CHANGELOG.md). ## :arrow_up: Upgrading ### Docker legacy volume When deploying using Docker, the legacy volume isn't updated automatically. This results in fixes to the legacy service not being run by docker compose. The `libretime_assets` volume must be deleted before the upgrade. The bug is tracked in https://github.com/libretime/libretime/issues/3150. ```bash docker volume rm libretime_assets ```