diff --git a/src/lib/changelog/v0.13.4.md b/src/lib/changelog/v0.13.4.md new file mode 100644 index 0000000..5c456dc --- /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: - 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