Skip to content

v0.7.4

Choose a tag to compare

@l5yth l5yth released this 30 Jul 20:06
· 13 commits to main since this release
v0.7.4
f43270d

This is a feature release. New in this version:

  • user interface got a face lift for better user experience (and hopefully also performance)
  • all ingestors count packets they see (even ignored or broken packages) and report that number to the dashboard
  • meshcore ingestors actively request telemetry from peers on the mesh. can be disabled by setting RX_ONLY = 1
  • all ingestors announce stats to the mesh every 24 hours. can be disabled by setting RX_ONLY = 1
  • meshtastic ingestors now also report activity for the WAYPOINT_APP

What's Changed

  • fix(docker): bump ingestor base to python 3.12.10 for cryptography's Rust MSRV by @l5yth in #858
  • web: remediate frontend design & UX audit by @l5yth in #855
  • data,web: mesh activity reporting & announcements by @l5yth in #859
  • web: mesh activity map card by @l5yth in #860
  • data: count every MeshCore RX-log frame; stamp position radio metadata by @l5yth in #861
  • matrix: tolerate compacted /api/messages rows by @l5yth in #862
  • chore: bump version to 0.7.4 by @l5yth in #863
  • build(deps): bump quinn-proto from 0.11.14 to 0.11.16 in /matrix by @dependabot[bot] in #865
  • web: frontent performance fixes by @l5yth in #864
  • data: harden MeshCore subscribe against unknown EventType by @l5yth in #867
  • docs: document reverse-proxy deployment, asset caching, and scaling by @l5yth in #872
  • web: cap the node table render to the top N with a show all control by @l5yth in #869
  • web: immutable cache-control for versioned assets + configurable stats TTL by @l5yth in #868
  • perf(web): index-seek /api/stats telemetry umbrella to end GVL stall by @l5yth in #873
  • data,web: Meshtastic waypoints as a first-class POI layer by @l5yth in #874
  • web,docker: bake git APP_VERSION into image for immutable asset caching by @l5yth in #875
  • web: bump sqlite3 to 2.9.5 for use-after-free advisory by @l5yth in #876
  • web: LCP critical-path refinements (icon caching, preconnect, chat-tabs reflow) by @l5yth in #877
  • web: fix waypoints shipped-review audit findings by @l5yth in #878

Full Changelog: v0.7.3...v0.7.4