release: v4.11.3#3605
Conversation
Bump version to 4.11.3 across all five version files and document the changes merged since 4.11.2 in the changelog. Features: - Dead Drop / Mailbox auto-responder (#3538) - MeshCore node favoriting (#3588) - FEM LNA Mode LoRa config on Device Config + Remote Admin (#3599) - MeshCore CLI bundled in the Docker image (#3587) Bug fixes: - meshcore_neighbor_info timestamp BIGINT — PG/MySQL int32 overflow crash (#3602) - downlink/uplinkEnabled proto3 boolean elision revert (#3594) - Position-history SNR for directly-heard (0-hop) nodes (#3590) - MeshCore auto-ack {SNR}/{ROUTE} tokens intermittently blank (#3589) - macOS x64 DMG re2.node arch (Intel Mac crash) (#3603) - Mesh request endpoints return 503 when disconnected (#3596) Also refreshes the CLAUDE.md version header and migration count (96). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011JEaCGwY9Wz8jeV4e22GW4
|
Claude finished @Yeraze's task —— View job PR Review: release/v4.11.3
Review SummaryThis is a clean release PR with version bumps and changelog documentation only — no functional code changes. Here's what I verified: Version Consistency ✅All 5 required version files (per CLAUDE.md instructions) correctly show
CLAUDE.md Updates ✅
Changelog ✅The No Issues FoundThis PR follows the release procedure correctly:
Approved for merge. |
System Test ResultsMeshMonitor System Test ResultsTest Run: 2026-06-21 14:10:18 EDT Test Summary
✅ Overall Result: PASSEDAll deployment configurations are working correctly! Test DetailsConfiguration Import:
Quick Start Test:
Security Test:
V1 API Test:
Reverse Proxy Test:
Reverse Proxy + OIDC Test:
Virtual Node CLI Test:
Backup & Restore Test:
Database Migration Test:
DB Backing Consistency Test:
|
Summary
Version bump to 4.11.3 plus changelog/docs for everything merged since 4.11.2.
Updates all five version files (
package.json,package-lock.json,helm/meshmonitor/Chart.yaml,desktop/src-tauri/tauri.conf.json,desktop/package.json), promotes the changelog's[Unreleased]section to[4.11.3], and refreshes the CLAUDE.md version header + migration count (96).Features
Bug Fixes
timestamp/createdAtwidened to BIGINT (fix(meshcore): widen neighbor_info timestamp columns to BIGINT (int32 overflow) #3602)downlinkEnabled/uplinkEnabled: falsereverted to true after restart — proto3 boolean elision (downlinkEnabled: false reverts to true after container restart (proto3 boolean elision) #3594){SNR}/{ROUTE}tokens intermittently blank ({SNR} and {ROUTE} tokens intermittently missing in MeshCore companion auto-acknowledge messages #3589)re2.nodebundled as arm64 ([BUG] MeshMonitor-Desktop-4.11.2-x64.dmg bundles re2.node as arm64 instead of x86_64 #3603)System tests are enabled on this PR (via the
system-testlabel).🤖 Generated with Claude Code