14.8.1
Fixes noisy PostgreSQL logs on async installations by writing queue entries with a native upsert.
Fixed
- Async installations on PostgreSQL no longer log an
ERRORfor every duplicate queue entry;tx_webp_queuewrites now use a nativeINSERT … ON CONFLICTupsert, while other database platforms keep the existing insert/update fallback (#118).
Full changelog: 14.8.0...14.8.1