From f28192c165c29418aec9379fd155333a0a469216 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 4 Jan 2026 20:30:01 +0000 Subject: [PATCH 1/2] docs: add release notes for v0.13.0 --- src/lib/changelog/v0.13.0.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/lib/changelog/v0.13.0.md diff --git a/src/lib/changelog/v0.13.0.md b/src/lib/changelog/v0.13.0.md new file mode 100644 index 0000000..daf2423 --- /dev/null +++ b/src/lib/changelog/v0.13.0.md @@ -0,0 +1,22 @@ +--- +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)). +- Add security headers to prevent clickjacking and MIME sniffing attacks, strengthening protection against common web vulnerabilities ([#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 From f6ddef59004e3bebe07eeaabe7f8cc8607f16b61 Mon Sep 17 00:00:00 2001 From: Maya <120260648+mayanayza@users.noreply.github.com> Date: Sun, 4 Jan 2026 15:32:20 -0500 Subject: [PATCH 2/2] Update v0.13.0.md --- src/lib/changelog/v0.13.0.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/changelog/v0.13.0.md b/src/lib/changelog/v0.13.0.md index daf2423..a390c75 100644 --- a/src/lib/changelog/v0.13.0.md +++ b/src/lib/changelog/v0.13.0.md @@ -14,7 +14,6 @@ contributors: Maya ## 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)). -- Add security headers to prevent clickjacking and MIME sniffing attacks, strengthening protection against common web vulnerabilities ([#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 ---