From 92a746cca864f61a1978ac7bf707e82e33732b16 Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Tue, 31 Mar 2026 21:24:29 +0200 Subject: [PATCH] make IEncryption clearly optional --- standards/application/reliable-channel-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standards/application/reliable-channel-api.md b/standards/application/reliable-channel-api.md index e8eecbc..5dd8c28 100644 --- a/standards/application/reliable-channel-api.md +++ b/standards/application/reliable-channel-api.md @@ -199,7 +199,7 @@ types: default: DefaultRateLimitConfig description: "Configuration for rate limit management." encryption: - type: IEncryption + type: optional default: none description: "Optional pluggable encryption implementation. If none, messages are sent unencrypted."