From c620e1b8c276379193433d71682718a319c0e1a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 7 Jan 2026 20:04:24 +0000 Subject: [PATCH] docs: add release notes for v0.13.2 --- src/lib/changelog/v0.13.2.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/lib/changelog/v0.13.2.md diff --git a/src/lib/changelog/v0.13.2.md b/src/lib/changelog/v0.13.2.md new file mode 100644 index 0000000..fcb1c9b --- /dev/null +++ b/src/lib/changelog/v0.13.2.md @@ -0,0 +1,25 @@ +--- +version: 0.13.2 +date: 2026-01-07 +title: Pagination Support & Onboarding Updates +social_post: • Pagination added to all GET list endpoints\n• Improved daemon onboarding experience\n• Enhanced server startup logs\n• Tag management rewritten for flexibility +contributors: Maya,dependabot[bot] +--- + +## New Features + +- Add pagination support to all GET list endpoints, enabling users to efficiently browse and manage large amounts of data in the Scanopy API ([#431](https://github.com/scanopy/scanopy/pull/431)). +- Add daemon-style startup logging to the server for clearer status messages during initialization, making diagnostics easier for administrators ([#432](https://github.com/scanopy/scanopy/pull/432)). + +## Improvements + +- Improve daemon onboarding experience to make initial setup more intuitive and user-friendly, reducing potential confusion during configuration ([#401](https://github.com/scanopy/scanopy/pull/401)). +- Migrate tags to a junction table with a generic API, simplifying tag management and increasing flexibility for future integrations ([#387](https://github.com/scanopy/scanopy/pull/387)). + +## Bug Fixes + +- Fix API documentation generation for paginated entities and move tag hydration to the service layer, ensuring documentation accuracy + +--- + +**Full Changelog**: https://github.com/scanopy/scanopy/compare/v0.13.1...v0.13.2