Skip to content
Merged
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
25 changes: 25 additions & 0 deletions src/lib/changelog/v0.13.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
version: 0.13.4
date: 2026-01-10
title: Prometheus Metrics & UI Fixes
social_post: - Add prometheus metrics endpoint, refactor external service auth\n - Fix various pagination, grouping, bugs
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