2.3.1

astral-sh/uv2.3.1May 3, 2026by louislam

AI Summary

Uptime Kuma 2.3.1 adds a busy timeout to prevent database locking errors.

Key Highlights

  • Added `busy_timeout` to SQLite configuration

New Features

  • Prevents SQLITE_BUSY errors
  • Updated dependencies

Full Release Notes

### 🐞 Bug Fixes
- #7307 fix: Add `busy_timeout` to sqlite to avoid error `SQLITE_BUSY: database is locked` (Thanks @wagnerand)

### Others
- #7340 chore: Update dependencies 
- #7345 chore: update to 2.3.1
- #7344 fix(push): use multi-arch Node base in push image Dockerfile (Thanks @herwinz)