Skip to content

Yeraze/meshmonitor

v4.7.1 Breaking

This release includes breaking changes for platform teams planning a safe upgrade.

Published 10d Monitoring & Metrics
βœ“ No known CVEs patched
Read the diff β†’ Tool health β†’ What is this tool? β†’

✓ No known CVEs patched in this version

Topics

meshcore meshtastic mqtt

ReleasePort's take

Light signal
editorial:auto 9d

MeshMonitor v4.7.1 now hides global Channel Database entries in the per‑source Channels tab UI.

Why it matters: Affects only the Channels tab view on per‑source dashboards; no version bounds or security impact are indicated.

Summary

AI summary

Updates πŸš€ MeshMonitor v4.7.1, Bug Fixes, and channels across a mixed release.

Changes in this release

Bugfix Medium

Hides global Channel Database entries in per-source Channels tab view.

Hides global Channel Database entries in per-source Channels tab view.

Source: llm_adapter@2026-05-25

Confidence: high

β€”
Full changelog

MeshMonitor v4.7.1

Patch release with a single targeted fix.

Bug Fixes

  • #3175 fix(channels): hide global Channel Database entries in per-source view β€” the Channels tab on a per-source dashboard (e.g. clicking a meshtastic_tcp source like "Sandbox" from the dashboard sidebar) was inflating its visible channel list with every row in the global channel_database table. That table is server-side MQTT decryption PSK storage; it auto-grows as MQTT ingest sees new channel names across every source, regardless of which source the user is viewing. Result: a Sandbox source with 3 real device channels appeared to have ~25 (mostly TX-mesh / SHARC / JAXMesh / etc. names from unrelated MQTT bridges). ChannelsTab now accepts a sourceId prop and skips the Channel Database merge whenever it is set. The unified / legacy cross-source view (where the merge is meaningful) keeps the previous behavior. The messages and channels arrays were already source-scoped by the poll endpoint, so no client-side filter is needed for those.

Upgrade Notes

No breaking changes. The Channel Database itself is unchanged β€” it still lives under Global Settings β†’ Channel Database and continues to serve server-side MQTT decryption. Only the per-source Channels tab's display behavior was adjusted.

Full Changelog: https://github.com/Yeraze/meshmonitor/compare/v4.7.0...v4.7.1

πŸš€ MeshMonitor v4.7.1

πŸ“¦ Installation

Docker (recommended):

docker run -d \
  --name meshmonitor \
  -p 8080:3001 \
  -v meshmonitor-data:/data \
  ghcr.io/Yeraze/meshmonitor:4.7.1

πŸ§ͺ 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.

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

Track Yeraze/meshmonitor

Get notified when new releases ship.

Sign up free

About Yeraze/meshmonitor

All releases β†’

Related context

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]