Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/lib/changelog/v0.15.2.email.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<p>We're excited to announce a new Scanopy release focused on making discovery simpler, setup clearer, and scanning more reliable for your lab and network environments.</p>

<ul>
<li><strong>Launch scans with less guesswork:</strong> A reorganized Discovery modal streamlines options and tabs, so you can kick off scans and configure settings more intuitively.</li>
<li><strong>Less confusion on first install:</strong> A centralized daemon setup prompt keeps new organization rollouts moving and prevents missed setup steps.</li>
<li><strong>More predictable scans:</strong> Improved scan progress estimation and smarter Docker probe retries mean scans are both more accurate and resilient to hiccups.</li>
<li><strong>Snappier demo environments:</strong> Faster demo data management helps you try features and reset labs with minimal downtime during tests.</li>
<li><strong>Fewer scan interruptions:</strong> Fixes for endpoint hangs and Docker proxy handling ensure all endpoints (including non-HTTP) are scanned reliably every time.</li>
</ul>

<p>These updates aim to give you a more streamlined, error-free topology mapping workflow—whether you're onboarding new sites or exploring your network's full layout.</p>
34 changes: 34 additions & 0 deletions src/lib/changelog/v0.15.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
version: 0.15.2
date: 2026-03-26
title: Streamlined Discovery & Scan Reliability
social_post: • Discovery modal reorganized for easier scan setup\n• Improved scanning time estimates and Docker reliability\n• Demo environment loads and resets faster\n• Endpoint scan hangs and false positives fixed
contributors: Maya
category: C
email_subject: Smoother network discovery and scans with Scanopy
---

This release brings a streamlined discovery workflow and better scan reliability, with improved error handling and responsive UI updates.

## New Features

- Reorganize the Discovery modal with clearer tabs and workflow, making it easier to launch scans and view options ([#195](https://github.com/scanopy/scanopy/pull/195)).

![Discovery modal showing reorganized tabs and scan options](/changelog/v0.15.2/discovery-modal-tabs.png)

## Improvements

- Improve time estimation for scanning, and add Docker probe retry logic, ensuring scans more accurately report progress and recover from temporary probe failures ([#194](https://github.com/scanopy/scanopy/pull/194)).
- Reduce demo data DB round-trips and update bulk deletion, allowing the demo environment to load and reset faster ([#197](https://github.com/scanopy/scanopy/pull/197)).
- Fix Docker proxy SSL detection, progress reporting, and credential handling for smoother Docker-based scans ([#198](https://github.com/scanopy/scanopy/pull/198)).

## Bug Fixes

- Fix endpoint scanning hang that could occur when scanning non-HTTP services, so all endpoints scan reliably ([#200](https://github.com/scanopy/scanopy/pull/200)).
- Fix JetDirect false positive detection if raw socket port probes are off, reducing inaccurate device identification ([#201](https://github.com/scanopy/scanopy/pull/201)).
- Fix demo data 504 errors by deleting data in bulk during reset ([#202](https://github.com/scanopy/scanopy/pull/202)).
- Fix three Dependabot-reported vulnerabilities for improved security ([#204](https://github.com/scanopy/scanopy/pull/204)).

---

**Full Changelog**: https://github.com/scanopy/scanopy/compare/v0.15.1...v0.15.2
Empty file.
Loading