Releases: rippleFCL/meshmon
Releases · rippleFCL/meshmon
v4.0.0-beta.8
✨ New Features
19e918b- advanced layout (commit by @rippleFCL)288c89b- git config and local config refresh at diffrent times (commit by @rippleFCL)0a23f99- split by group, view in network graph (commit by @rippleFCL)e92a91c- generate pub/pri keys on nodeconf load (commit by @rippleFCL)8b23fab- added groups to the monitor nodes (commit by @rippleFCL)
🐛 Bug Fixes
6890b9d- sidebar dosnt overflow the viewport now (commit by @rippleFCL)5a81f79- connection manager prunes unwanted connections (commit by @rippleFCL)d10227b- groups and name is now displayed in webhook msgs (commit by @rippleFCL)8355a9d- webhook clear stail notified statuses (commit by @rippleFCL)
🔧 Chores
2ff14d1- bump to v4.0.0-beta.8 (commit by @rippleFCL)
v4.0.0-beta.7
✨ New Features
a3e4a9b- added groups! (commit by @rippleFCL)beddd97- added layout coustomisation (commit by @rippleFCL)
🐛 Bug Fixes
ba92fff- hover issues with monitors (commit by @rippleFCL)af3fd1f- name issues in focus mode (commit by @rippleFCL)
🔧 Chores
3da0128- bump to v4.0.0-beta.7 (commit by @rippleFCL)
v4.0.0-beta.6
🐛 Bug Fixes
fd51729- metadata issues with proxies (commit by @rippleFCL)
🔧 Chores
05d0a0e- bump version (commit by @rippleFCL)
v4.0.0-beta.5
🐛 Bug Fixes
4915b25- grpc_server must log connection errors missing metadata (commit by @rippleFCL)8d2f41b- stop rebroadcasts on start (commit by @rippleFCL)
🔧 Chores
09162df- bump to 4.0.0-beta.5 (commit by @rippleFCL)
v4.0.0-beta.4
🐛 Bug Fixes
58641cb- monitor connection info wasnt scoped to node_ids (commit by @rippleFCL)
🔧 Chores
c827f34- bump version to v4.0.0-beta.4 (commit by @rippleFCL)
v4.0.0-beta.3
🐛 Bug Fixes
3374431- node status for current node should always be 'online' (commit by @rippleFCL)ed5f030- web: stop redundant requests to api endpoint (commit by @rippleFCL)
🔧 Chores
da13359- bump to v4.0.0-beta.3 (commit by @rippleFCL)
v4.0.0-beta.2
✨ New Features
77e04b3- added sentry to server (commit by @rippleFCL)
v4.0.0-beta
💥 BREAKING CHANGES
-
due to
4a0d6a7- switched to bidirectional gRPC transport (commit by @rippleFCL):switched to bidirectional gRPC transport
✨ New Features
1b4d3ec- added screenshots to readme (commit by @rippleFCL)7d25e70- added non meshmon monitors (commit by @rippleFCL)c9b085e- added monitors to webui (commit by @rippleFCL)82101b5- improved config keys (commit by @rippleFCL)9799874- bidirection connections and better visulisations for networks (commit by @rippleFCL)b287e93- added focus mode (commit by @rippleFCL)c0db22b- added line animations in graph view (commit by @rippleFCL)04eef5b- sync edges with nodes during animations (commit by @rippleFCL)be3111f- graph prefranses percist (commit by @rippleFCL)a5fb5d5- handle opacity changes on hover (commit by @rippleFCL)acd16ce- Structured Logs, better HTTP session management and sorted imports (PR #13 by @BeryJu)24eb998- unified backend update controller (commit by @rippleFCL)40c881e- improved datastore reload and update efficiancy (commit by @rippleFCL)6fbe4e2- better database, faster consistancy and propergation times. (commit by @rippleFCL)66a407d- added tests (commit by @rippleFCL)4a0d6a7- switched to bidirectional gRPC transport (commit by @rippleFCL)8778e12- intergrate grpc transport with meshmon backend (commit by @rippleFCL)3710646- intergrate node ping with grpc heartbeats (commit by @rippleFCL)5ed52c5- WebhookManager now uses consistency contexts for consistency : (commit by @rippleFCL)8b5ede0- ui now intergrates with updated api (commit by @rippleFCL)1e2999d- added mock data (commit by @rippleFCL)9b882d4- added notification clusters and main cluster in ui (commit by @rippleFCL)ba588b2- added mutual auth to grpc backend (PR #14 by @rippleFCL)bea90ea- hot reloading mechanics via the config bus (PR #15 by @rippleFCL)cf52c61- added prom metrics (PR #16 by @rippleFCL)9ce485b- significatly improved clock table computation (PR #17 by @rippleFCL)e061c0d- added the event log (commit by @rippleFCL)a562708- monitor allow/block lists (commit by @rippleFCL)2368300- custom network topologies (commit by @rippleFCL)257d05d- added secure grpc (commit by @rippleFCL)2e0a388- ping and rebroadcast monitors (commit by @rippleFCL)
🐛 Bug Fixes
7966892- monitor data may have old data due to config changes (commit by @rippleFCL)f5e6fd2- room reset in focus mode when changing animation (commit by @rippleFCL)1c2b345- unidirectional edges are dotted (commit by @rippleFCL)3d664f2- animation persisted in focus mode (commit by @rippleFCL)4c66d29- focus mode zoom and ring spacing (commit by @rippleFCL)391afbb- missing job deps (commit by @rippleFCL)60fc90e- i may be stupid (commit by @rippleFCL)c18c9ac- force layout spacing (commit by @rippleFCL)36d1dc3- leader election algorithm not triggering (commit by @rippleFCL)09d4773- leader ellections again (commit by @rippleFCL)72a908a- node and monitor statuses in event log (commit by @rippleFCL)b11de12- high rtt on node reload (commit by @rippleFCL)ec1ea7e- node_status wasnt populated correctly for unconnectable nodes (commit by @rippleFCL)1140c36- ping_data cleanup on connection removal (commit by @rippleFCL)defc535- improved regex matching for update_handlers (commit by @rippleFCL)87c3c4f- web: navigation issues on network detail page (commit by @rippleFCL)
♻️ Refactors
9c313cb- backendDB (commit by @rippleFCL)
✅ Tests
15ebfa7- fixed tests (commit by @rippleFCL)9b64d42- fix tests lint issues (commit by @rippleFCL)
🔧 Chores
676118c- relock (commit by @rippleFCL)db29959- bump version to 4.0.0 (commit by @rippleFCL)
v3.1.1
🐛 Bug Fixes
d809d6e- check for updates in nodeconf.yml (commit by @rippleFCL)
v3.1.0
✨ New Features
dbe0f97- improved webhook embeds (commit by @rippleFCL)