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.2.md
Original file line number Diff line number Diff line change
@@ -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