v2.13.0
rerun-io/rerunv2.13.0Jun 18, 2026by Mythie
AI Summary
This release introduces new signing capabilities and fixes a critical webhook issue. It focuses on enhancing document management through configurable signing options and improving external integration reliability.
Key Highlights
- Added AES/QES signing support with v1 instance-wide configuration
- Implemented cancellable document status functionality
- Fixed webhook payloads to include the envelope ID
New Features
- CSC AES/QES signing (v1 instance-wide config)
- Cancellable document status
Full Release Notes
## What's Changed * feat: add CSC AES/QES signing (v1 instance-wide config) by @Mythie in https://github.com/documenso/documenso/pull/2874 * feat: add cancellable document status by @Mythie in https://github.com/documenso/documenso/pull/2992 * fix: include envelopeId in webhook payload by @Mythie in https://github.com/documenso/documenso/pull/2998 **Full Changelog**: https://github.com/documenso/documenso/compare/v2.12.0...v2.13.0