From e2cc712c2d1dce583638828224471ecffd64f7fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 10 Jan 2026 17:41:04 +0000 Subject: [PATCH 1/2] docs: add release notes for v0.13.4 --- src/lib/changelog/v0.13.4.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/lib/changelog/v0.13.4.md diff --git a/src/lib/changelog/v0.13.4.md b/src/lib/changelog/v0.13.4.md new file mode 100644 index 0000000..ffddac1 --- /dev/null +++ b/src/lib/changelog/v0.13.4.md @@ -0,0 +1,25 @@ +--- +version: 0.13.4 +date: 2026-01-10 +title: Prometheus Metrics & UI Fixes +social_post: +contributors: Maya +--- + +## New Features + +- Add Prometheus metrics endpoint, enabling users to monitor Scanopy performance and network statistics through Prometheus-compatible tools ([#453](https://github.com/scanopy/scanopy/pull/453)). +- Introduce external service authentication for the metrics endpoint, improving security for integrations with monitoring platforms ([#454](https://github.com/scanopy/scanopy/pull/454)). + +## Improvements + +- Load all services in the group edit modal, ensuring proper tag selection and making group management more flexible ([#455](https://github.com/scanopy/scanopy/pull/455)). + +## Bug Fixes + +- Fix various pagination, grouping, and frontend UI bugs to ensure smoother navigation and more accurate data display in network views ([#456](https://github.com/scanopy/scanopy/pull/456)). +- Fix server-side ordering for grouped pagination, resulting in correctly sorted lists when viewing network assets in groups ([#450](https://github + +--- + +**Full Changelog**: https://github.com/scanopy/scanopy/compare/v0.13.3...v0.13.4 From 003ee5b2d0c90cee4c64802402bcb3ad71041a2d Mon Sep 17 00:00:00 2001 From: Maya <120260648+mayanayza@users.noreply.github.com> Date: Wed, 14 Jan 2026 21:04:38 -0500 Subject: [PATCH 2/2] Update v0.13.4.md --- src/lib/changelog/v0.13.4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/changelog/v0.13.4.md b/src/lib/changelog/v0.13.4.md index ffddac1..5c456dc 100644 --- a/src/lib/changelog/v0.13.4.md +++ b/src/lib/changelog/v0.13.4.md @@ -2,7 +2,7 @@ version: 0.13.4 date: 2026-01-10 title: Prometheus Metrics & UI Fixes -social_post: +social_post: - Add prometheus metrics endpoint, refactor external service auth\n - Fix various pagination, grouping, bugs contributors: Maya ---