This release includes 1 breaking change for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryConfigurable analytics provider settings add support for multiple web‑analytics platforms.
Full changelog
What's New
Features
- Configurable Analytics Provider Settings — Add optional web analytics to your MeshMonitor instance. Supports Google Analytics (GA4), Cloudflare Web Analytics, PostHog, Plausible, Umami, Matomo, and custom scripts. Configured via the Settings tab with automatic CSP integration. #2200 — closes #2198
- Last Hop Filter for Packet Monitor — Filter packets by the last relay node that forwarded them. #2199
- Analytics Documentation — New docs page covering all supported analytics providers, configuration, CSP handling, and privacy considerations. #2203
Bug Fixes
- Upgrade Watchdog — Accept both
.ymland.yamlextensions for Docker Compose files, fixing auto-upgrade failures for some users. #2201 — closes #2197 - Packet Monitor UI — Improve button contrast and detail popup readability. #2195
- Virtual Node — Match physical radio's channel protobuf encoding exactly. #2193
- Virtual Node Config — Only suppress duplicate
wantConfigIdrequests, not new ones. #2192 — closes #2191 - Dashboard Widgets — Filter empty distance buckets from dashboard widgets. #2190
- Message Queue — Fix message queue service bugs and unskip all tests. #2189
Performance
- Batch SQL Operations — Convert N+1 delete loops to batch DELETE operations and optimize COUNT queries. #2187, #2188
- SQL COUNT Optimization — Use SQL
COUNT(*)instead of loading entire tables for count queries. #2185
Other
- Translations update from Hosted Weblate. #2168
- Remove unused legacy functions from meshtasticManager.ts. #2186
Full Changelog: https://github.com/Yeraze/meshmonitor/compare/v3.8.5...v3.8.6
🚀 MeshMonitor v3.8.6
📦 Installation
Docker (recommended):
docker run -d \
--name meshmonitor \
-p 8080:3001 \
-v meshmonitor-data:/data \
ghcr.io/Yeraze/meshmonitor:3.8.6
🧪 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.
Breaking Changes
- Removed unused legacy functions from meshtasticManager.ts.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Yeraze/meshmonitor
All releases →Related context
Related tools
Earlier breaking changes
- v4.7.2 Route `destination` field now rejects non‑8‑hex nodeId or 64‑hex publicKey, returning HTTP 400.
Beta — feedback welcome: [email protected]