v1.0.1 · Sample Release

Example changelog entry to illustrate how to document a Secryn release.

v1.0.1 · Sample Release

Use this page as a template when you document a new release. Duplicate the file, update the title/date, and replace the sections with real data.

Highlights

  • Improved onboarding – Streamlined the Getting Started guide with clearer prerequisites.
  • API stability – Resolved intermittent 500 errors on the /resources endpoint.
  • Security fixes – Patched vulnerabilities reported by customers and updated dependencies.

Upgrade Notes

  1. Update your deployment to the v1.0.1 container image or tag.
  2. Run secryn migrate to apply database migrations.
  3. Rotate API keys if you relied on the deprecated authentication scopes.

Deprecations

  • Legacy webhook signatures will be removed in v1.1.0. Switch to the new signing process described in the API Reference.

Bug Fixes

AreaDescription
AgentsFixed a race condition when cancelling schedules.
DashboardResolved timezone issues in audit log exports.
MCPImproved retry logic for transient network errors.

Resources

  • Installation Guide – verify your environment before upgrading.
  • FAQ – answers to common release questions.