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
8 changes: 8 additions & 0 deletions src/lib/changelog/v0.15.5.email.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<p>We're excited to share new enhancements focused on streamlining device detection and improving usability for diverse teams. This update delivers smarter scanning and expanded language options for your network management workflows.</p>
<ul>
<li><strong>Identify Jenkins servers faster:</strong> Scanopy now spots Jenkins automation nodes on HTTPS, reducing manual checks and making it easy to track automation tools in scan results.</li>
<li><strong>Japanese UI support:</strong> The dashboard is now fully available in Japanese, helping native speakers navigate and manage networks with more confidence.</li>
<li><strong>Consistency in third-party sign-in:</strong> OIDC provider logos are now included in the authentication flow, reducing sign-in confusion for multi-auth environments.</li>
<li><strong>Clearer Grafana metrics:</strong> Improved metric reporting keeps your dashboards performant and easier to interpret, eliminating unnecessary data complexity.</li>
</ul>
<p>Enjoy a more streamlined discovery process and accessible experience no matter your workflow or language.</p>
24 changes: 24 additions & 0 deletions src/lib/changelog/v0.15.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
version: 0.15.5
date: 2026-04-01
title: Expanded Fingerprinting & Language Support
social_post: • Jenkins detection via HTTPS header\n• Improved OIDC logo handling in CSP\n• Simplified Grafana cardinality reporting
contributors: Bamboocat0825,Maya,cbrun
category: C
email_subject: Easier automation detection & global UI improvements
---

This release improves Jenkins service detection, fixes a bug relating to Content Security Policy, and reduces /metrics cardinality for Grafana reporting.

## New Features

- Detect Jenkins instances on HTTPS by recognizing the X-Jenkins header, making it easier to identify automation servers in your scan results ([#579](https://github.com/scanopy/scanopy/pull/579)).

## Improvements

- Add OIDC authentication provider logos to the Content Security Policy, ensuring a more consistent sign-in experience for third-party authentication ([#578](https://github.com/scanopy/scanopy/pull/578)).
- Reduce cardinality reporting for Grafana, increasing performance and making dashboard metrics easier to interpret ([#567](https://github.com/scanopy/scanopy/pull/567), [#572](https://github.com/scanopy/scanopy/pull/572), [#577](https://github.com/scanopy/scanopy/pull/577)).

---

**Full Changelog**: https://github.com/scanopy/scanopy/compare/v0.15.4...v0.15.5
Empty file.
Loading