Skip to content

14.8.1

Choose a tag to compare

@wazum wazum released this 09 Jul 13:53
· 2 commits to master since this release

Fixes noisy PostgreSQL logs on async installations by writing queue entries with a native upsert.

Fixed

  • Async installations on PostgreSQL no longer log an ERROR for every duplicate queue entry; tx_webp_queue writes now use a native INSERT … ON CONFLICT upsert, while other database platforms keep the existing insert/update fallback (#118).

Full changelog: 14.8.0...14.8.1