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
21 changes: 21 additions & 0 deletions src/lib/changelog/v0.13.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
version: 0.13.0
date: 2026-01-04
title: API Keys and Security Enhancements
social_post: • User API keys with granular permissions and network scoping\n• Improved daemon connection reliability and error logging
contributors: Maya
---

## New Features

- Add user API keys with granular permissions and network scoping, allowing users to securely integrate Scanopy into automation workflows and restrict access as needed ([#419](https://github.com/scanopy/scanopy/pull/419)).
- Introduce API versioning and gate user API key creation behind billing plans, providing clearer upgrade paths and ensuring access control for premium features ([#421](https://github.com/scanopy/scanopy/pull/421)).

## Improvements

- Improve daemon connection error handling and remove local host_id caching, resulting in more reliable network agent communication and reduced state inconsistencies ([#421](https://github.com/scanopy/scanopy/pull/421)).
- Persist UI sorting strategy in localStorage so users’ preferred sort order is automatically

---

**Full Changelog**: https://github.com/scanopy/scanopy/compare/v0.12.10...v0.13.0