Four Views of Your Network
This release ships a major topology refactor: four distinct views of your network, all generated from a single scan. L2 (physical) shows every switch, port, and link. L3 (logical) shows subnets, VLANs, and segmentation. Workloads shows the full nesting chain from bare metal to containers. Applications shows services grouped by app, with dependencies traced between them. The underlying model was rebuilt so each view is a different angle on the same infrastructure, with entity-aware labels, clearer dependency edges, and smarter navigation across large networks.
New Features
Four topology views: L2 (physical), L3 (logical), workloads, and applications. Each view answers a different class of question about your infrastructure (how it's wired, how it's segmented, where things run, how services connect), all derived from a single discovery pass (#552, #553).




Expanded dependency builder: sentence-style cards, entity tagging, and edge type indicators make application mapping more visual and interactive (#561, #563).
Improvements
- Tighter sidebar navigation with smaller icons and refined padding for better screen space use (#577).
Full Changelog: https://github.com/scanopy/scanopy/compare/v0.15.6...v0.16.0