---
title: "1.2.2  15 September 2026"
manual: "AI Foundation"
version: "1.2"
permalink: "https://docs.typo3.org/permalink/nitsan/ns-t3af:release-notes-1-2-2@1.2"
source: "ReleaseNotes/1.2.2/Index.rst"
modified: "2026-09-15T06:30:06+00:00"
---

# 1.2.2  15 September 2026

Here is the list of features and updates introduced in this release:

```none
15-09-2026 [BUGFIX] Prevent excessive temporary image generation during frontend requests
15-09-2026 [RELEASE] Release patch version 1.2.2
```

## Upgrade notes

Sites already hit by the disk-full issue should purge leftover FAL temps after
deploying this patch, for example:

```bash
find var/transient -type f -name 'fal-tempfile-*' -delete
# or: public/typo3temp/var/transient depending on TYPO3 layout
```

Then clear processed files / page cache if you want FE to rebuild derivatives
cleanly. The listener no longer creates a writable temp unless IPTC restore or
baked stamp work is required.
