# Immich v3.2.0-rc.1 - Product: Immich (https://whatsnew.fyi/product/immich) - Vendor: Immich - Date: 2026-08-28 - Version: v3.2.0-rc.1 - Original notes: https://github.com/immich-app/immich/releases/tag/v3.2.0-rc.1 - Permalink: https://whatsnew.fyi/product/immich/releases/v3.2.0-rc.1 - Labels: Pre-release What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Workflow logging - **added** — New search UI on web - **added** — New config endpoints - **added** — Cluster groups - **added** — Asset file APIs - **added** — Memories view - **added** — Show asset owner in asset details on mobile - **added** — New search API on server - **added** — Store null instead of empty string for album description - **added** — Log hint about downgrades when migration is missing - **added** — Search album description in add-to-album modal on web - **added** — Display the number of selected items in AlbumPickerModal title - **added** — Toggle to match icon theme in widget - **added** — Workflow asset tag trigger, filter, and action - **added** — iOS dynamic background IDs - **added** — Actions undo handling - **added** — Rotate an API key - **added** — OAuth account management URL - **added** — Tag renaming v2 on web - **added** — Map asset number on mobile - **added** — Allow users to re-run facial recognition for their group #### v3.2.0-rc.1 > \[!WARNING\] > > ## Disclaimer > > This is a **release candidate**, not a stable release. It is subject to change and may contain bugs or breaking changes. As always, make sure you have a backup of your database and library before upgrading to this version. Welcome to the first release candidate of `v3.2`; `v3.2.0-rc.1`! Due to redoing the way we do releases, we had to sacrifice `rc.0` unfortunately 😅. *But*, we are now able to backport changes from main to older releases. Especially, that also means no more PR merge freezes after a release, in case we need to release any patch fixes. ###### Release notes Work-in-progress release notes can be found here: ###### Server To use this RC version on the server, update the `IMMICH_VERSION` in your `.env` file: ``` IMMICH_VERSION=v3.2.0-rc.1 ``` or ``` IMMICH_VERSION=v3-rc ``` Then pull and restart: ```bash docker compose pull && docker compose up -d ``` ###### Mobile To use this RC version on the mobile app, follow the appropriate link for your platform: ###### **Android** You can download the APK in the release note below, or tap on "Join the beta" from the Google Play Immich page image ###### **iOS** The iOS app is available via Testflight: image If you run into any issues, please report them on [GitHub](https://github.com/immich-app/immich/issues) so we can address them before the final release. Thank you for helping us test! And as always, bugs are fixed, and many other improvements also come with this release. ##### What's Changed ###### 🚀 Features * feat: workflow logging by @benbeckford in https://github.com/immich-app/immich/pull/29878 * feat(web): new search ui by @benbeckford in https://github.com/immich-app/immich/pull/30279 * feat: new config endpoints by @jrasm91 in https://github.com/immich-app/immich/pull/30881 * feat: cluster groups by @jrasm91 in https://github.com/immich-app/immich/pull/30739 * feat: asset file apis by @jrasm91 in https://github.com/immich-app/immich/pull/25900 * feat: memories view by @benbeckford in https://github.com/immich-app/immich/pull/28675 * feat(mobile): show asset owner in asset details by @Lauritz-Tieste in https://github.com/immich-app/immich/pull/29302 * feat(server): new search API by @timonrieger in https://github.com/immich-app/immich/pull/30179 ###### 🌟 Enhancements * feat: store null instead of empty string for album.description by @gPinato in https://github.com/immich-app/immich/pull/30123 * feat: log hint about downgrades when migration is missing by @bo0tzz in https://github.com/immich-app/immich/pull/30493 * feat(web): search album description in add-to-album modal by @djadji-gueye in https://github.com/immich-app/immich/pull/30462 * feat: Display the number of selected items in AlbumPickerModal title by @statox in https://github.com/immich-app/immich/pull/30485 * feat(widget): add toggle to match icon theme by @bwees in https://github.com/immich-app/immich/pull/30428 * feat: workflow asset tag trigger/filter/action by @benbeckford in https://github.com/immich-app/immich/pull/29043 * feat: iOS dynamic background ids by @mikes1991gh in https://github.com/immich-app/immich/pull/30574 * feat: actions undo handling by @shenlong-tanwen in https://github.com/immich-app/immich/pull/30481 * feat: rotate an API key by @bwees in https://github.com/immich-app/immich/pull/30801 * fix(cli): enforce node engine version on start by @bo0tzz in https://github.com/immich-app/immich/pull/30437 * chore(server): _[Truncated at 4000 characters — full notes: https://github.com/immich-app/immich/releases/tag/v3.2.0-rc.1]_