1.20.2

louislam/uptime-kuma1.20.2Feb 26, 2023by louislam

AI Summary

This is a bug fix release for Uptime Kuma addressing two critical issues: a memory leak in the MongoDB driver and a missing compilation of healthcheck.go from version 1.20.0. The release includes a warning for users to ensure sufficient disk space and backup their services before upgrading.

Key Highlights

  • Fixed memory leak issue from MongoDB driver (#2820)
  • Recompiled healthcheck.go (was forgotten in 1.20.0)
  • Warning to ensure sufficient disk space before upgrading
  • Recommendation to backup services before upgrading

Full Release Notes

⚠️ Please make sure your server have enough disk space before upgrading from older versions.
Also, always perform a backup of your services before upgrading.

### 🐛 Bug Fixes
- #2820 Fix memory leak issue from MongoDB driver (Thanks @Lanhild @chakflying)
- #2083 Recompile `healthcheck.go`. Forgot to compile it in 1.20.0, hence the issue is still presented in 1.20.0.