From cdc7e76e1442e6e523175b17cc5d1d5010cb526f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 28 Jul 2026 14:11:01 +0000 Subject: [PATCH 1/2] docs: add release notes for v0.17.6 --- src/lib/changelog/v0.17.6.md | 44 +++++++++++++++++++++++++++++++ static/changelog/v0.17.6/.gitkeep | 0 2 files changed, 44 insertions(+) create mode 100644 src/lib/changelog/v0.17.6.md create mode 100644 static/changelog/v0.17.6/.gitkeep diff --git a/src/lib/changelog/v0.17.6.md b/src/lib/changelog/v0.17.6.md new file mode 100644 index 0000000..85633bd --- /dev/null +++ b/src/lib/changelog/v0.17.6.md @@ -0,0 +1,44 @@ +--- +version: 0.17.6 +date: 2026-07-28 +title: VLAN Overview & LLDP Mapping +social_post: • Organized VLANs tab with subnet chips\n• Click to view subnet details\n• Improved LLDP neighbour visibility\n• "Last seen" info on subnet cards\n• Better demo data loading\n• Expanded service integrations +publish_social: true +contributors: Anonymous,Maya,Mohamed Kaleel,album,dependabot[bot] +email_subject: +--- + +This release brings a more complete VLAN view, clickable subnet chips, and improved LLDP neighbour mapping — making topology exploration smoother and more informative. + +## New Features + +- Add view-only VLANs tab giving an organized overview of all detected VLANs in your environment ([#646](https://github.com/scanopy/scanopy/pull/646)). + + ![VLANs tab displaying detected VLANs and their associated subnet chips](/changelog/v0.17.6/vlan-overview.png) + +- Make subnet chips on VLAN views clickable so you can quickly jump to subnet details from the VLANs tab ([#646](https://github.com/scanopy/scanopy/pull/646)). +- Display "last seen" information on subnet cards, helping you track recent activity per network segment ([#649](https://github.com/scanopy/scanopy/pull/649)). +- Draw LLDP neighbours that resolve directly to hosts, improving visibility for devices that advertise incomplete neighbour info ([#653](https://github.com/scanopy/scanopy/pull/653)). +- Add daemon version sunset lifecycle banner with sidebar indicator, prepping for clearer upgrade guidance as version support changes ([#638](https://github.com/scanopy/scanopy/pull/638)). +- Introduce new services definitions for Firefly III and Docmost, expanding out-of-box integrations ([#652](https://github.com/scanopy/scanopy/pull/652)). + +## Improvements + +- Resolve LLDP neighbour vendors based on advertised identifiers, so device details are more accurate on topology maps ([#656](https://github.com/scanopy/scanopy/pull/656)). +- Improve demo data population by running in the background, reducing wait time and keeping the UI responsive ([#654](https://github.com/scanopy/scanopy/pull/654)). +- Accept MAC addresses in LLDP identifiers even if sent in unpadded ASCII format, covering more edge device types ([#664](https://github.com/scanopy/scanopy/pull/664)). +- Never reclassify manually-typed subnets, preventing unwanted overwrites on custom subnet entries ([#648](https://github.com/scanopy/scanopy/pull/648)). +- Keep neighbour data discovered in partial topology walks, ensuring you see all available device links even if the scan is incomplete ([#661](https://github.com/scanopy/scanopy/pull/661)). +- Show empty ByTag rule descriptions consistently across all topology views ([#631](https://github.com/scanopy/scanopy/pull/631)). +- Treat version-less daemons as genuinely old in lifecycle flows to clarify upgrade status ([#640](https://github.com/scanopy/scanopy/pull/640)). + +## Bug Fixes + +- Fix snapshot PhysicalLink edges and seed subnet-VLAN links, so topology graphs display accurate connections ([#627](https://github.com/scanopy/scanopy/pull/627)). +- Stop SNMP sessions from serving stale answers, keeping host information fresh after successive scans ([#629](https://github.com/scanopy/scanopy/pull/629)). +- Repair compatibility with fixtures from v0.13.3 to ensure legacy data loads correctly ([#664](https://github.com/scanopy/scanopy/pull/664)). +- Correct ipAddrTable override in SNMP test environments, improving scan reliability ([#663](https://github.com/scanopy/scanopy/pull/663)). + +--- + +**Full Changelog**: https://github.com/scanopy/scanopy/compare/v0.17.5...v0.17.6 diff --git a/static/changelog/v0.17.6/.gitkeep b/static/changelog/v0.17.6/.gitkeep new file mode 100644 index 0000000..e69de29 From 481b8464a9fd6f4a31db3901cbf963f634ecd444 Mon Sep 17 00:00:00 2001 From: Maya <120260648+mayanayza@users.noreply.github.com> Date: Tue, 28 Jul 2026 10:16:06 -0400 Subject: [PATCH 2/2] Revise changelog for version 0.17.6 Updated the changelog for version 0.17.6 to reflect new features and improvements, including a new VLANs tab and enhanced LLDP neighbour visibility. --- src/lib/changelog/v0.17.6.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/src/lib/changelog/v0.17.6.md b/src/lib/changelog/v0.17.6.md index 85633bd..d2c6aec 100644 --- a/src/lib/changelog/v0.17.6.md +++ b/src/lib/changelog/v0.17.6.md @@ -2,22 +2,17 @@ version: 0.17.6 date: 2026-07-28 title: VLAN Overview & LLDP Mapping -social_post: • Organized VLANs tab with subnet chips\n• Click to view subnet details\n• Improved LLDP neighbour visibility\n• "Last seen" info on subnet cards\n• Better demo data loading\n• Expanded service integrations +social_post: • New VLANs tab\n• Improved LLDP neighbour visibility\n• Better demo data loading\n• Expanded service integrations publish_social: true contributors: Anonymous,Maya,Mohamed Kaleel,album,dependabot[bot] email_subject: --- -This release brings a more complete VLAN view, clickable subnet chips, and improved LLDP neighbour mapping — making topology exploration smoother and more informative. +This release brings a more complete VLAN view and improved LLDP neighbour mapping — making topology exploration smoother and more informative. ## New Features - Add view-only VLANs tab giving an organized overview of all detected VLANs in your environment ([#646](https://github.com/scanopy/scanopy/pull/646)). - - ![VLANs tab displaying detected VLANs and their associated subnet chips](/changelog/v0.17.6/vlan-overview.png) - -- Make subnet chips on VLAN views clickable so you can quickly jump to subnet details from the VLANs tab ([#646](https://github.com/scanopy/scanopy/pull/646)). -- Display "last seen" information on subnet cards, helping you track recent activity per network segment ([#649](https://github.com/scanopy/scanopy/pull/649)). - Draw LLDP neighbours that resolve directly to hosts, improving visibility for devices that advertise incomplete neighbour info ([#653](https://github.com/scanopy/scanopy/pull/653)). - Add daemon version sunset lifecycle banner with sidebar indicator, prepping for clearer upgrade guidance as version support changes ([#638](https://github.com/scanopy/scanopy/pull/638)). - Introduce new services definitions for Firefly III and Docmost, expanding out-of-box integrations ([#652](https://github.com/scanopy/scanopy/pull/652)). @@ -27,16 +22,12 @@ This release brings a more complete VLAN view, clickable subnet chips, and impro - Resolve LLDP neighbour vendors based on advertised identifiers, so device details are more accurate on topology maps ([#656](https://github.com/scanopy/scanopy/pull/656)). - Improve demo data population by running in the background, reducing wait time and keeping the UI responsive ([#654](https://github.com/scanopy/scanopy/pull/654)). - Accept MAC addresses in LLDP identifiers even if sent in unpadded ASCII format, covering more edge device types ([#664](https://github.com/scanopy/scanopy/pull/664)). -- Never reclassify manually-typed subnets, preventing unwanted overwrites on custom subnet entries ([#648](https://github.com/scanopy/scanopy/pull/648)). - Keep neighbour data discovered in partial topology walks, ensuring you see all available device links even if the scan is incomplete ([#661](https://github.com/scanopy/scanopy/pull/661)). -- Show empty ByTag rule descriptions consistently across all topology views ([#631](https://github.com/scanopy/scanopy/pull/631)). -- Treat version-less daemons as genuinely old in lifecycle flows to clarify upgrade status ([#640](https://github.com/scanopy/scanopy/pull/640)). ## Bug Fixes - Fix snapshot PhysicalLink edges and seed subnet-VLAN links, so topology graphs display accurate connections ([#627](https://github.com/scanopy/scanopy/pull/627)). - Stop SNMP sessions from serving stale answers, keeping host information fresh after successive scans ([#629](https://github.com/scanopy/scanopy/pull/629)). -- Repair compatibility with fixtures from v0.13.3 to ensure legacy data loads correctly ([#664](https://github.com/scanopy/scanopy/pull/664)). - Correct ipAddrTable override in SNMP test environments, improving scan reliability ([#663](https://github.com/scanopy/scanopy/pull/663)). ---