Skip to content
Closed
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: User API Keys & Security Updates
social_post: • User API keys with fine-grained permissions\n• API versioning and access controls\n• Improved connection error handling\n• Enhanced web security headers\n• Topology sort preference saved
contributors: Maya
---

## New Features

- Add user API keys functionality with support for fine-grained permissions and network scoping, enabling secure programmatic access to user data ([#419](https://github.com/scanopy/scanopy/pull/419)).
- Introduce API versioning and gate access to user API keys based on billing plan, providing clearer developer integration and improved account security ([#419](https://github.com/scanopy/scanopy/pull/419)).

## Improvements

- Improve connection error handling in the daemon and remove local host_id caching, increasing reliability and simplifying host management ([#421](https://github.com/scanopy/scanopy/pull/421)).
- Persist topology sorting strategy in localStorage so your preferred view settings are retained between sessions ([#406](https

---

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