v3.9.2 - Hotfix
Bug Fixes
- fix: wrong property names for Postgres/MySQL pools in getKeyRepairLogAsync (#2251) — The key mismatch history query used incorrect property names (
pgPoolinstead ofpostgresPool) causingCannot read properties of undefined (reading 'connect')errors on PostgreSQL and MySQL backends when viewing the Security page.
Full Changelog: v3.9.1...v3.9.2
🚀 MeshMonitor v3.9.2
📦 Installation
Docker (recommended):
docker run -d \
--name meshmonitor \
-p 8080:3001 \
-v meshmonitor-data:/data \
ghcr.io/Yeraze/meshmonitor:3.9.2🧪 Testing
✅ All tests passed
✅ TypeScript checks passed
✅ Docker images built for linux/amd64, linux/arm64, linux/arm/v7
📋 Changes
See commit history for detailed changes.