From 9692b8ef134ac26fe60d9442cdfc84362bd0dbd4 Mon Sep 17 00:00:00 2001 From: Ulrich Diedrichsen Date: Fri, 30 Jan 2026 11:14:26 +0100 Subject: [PATCH] docs: add security shield changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfaccc1f5..4ac7fb073 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Docs: https://docs.openclaw.ai Status: stable. ### Changes +- Security: add comprehensive security shield with rate limiting, intrusion detection, IP blocklist/allowlist, firewall integration (iptables/ufw), Telegram alerting, and security event logging. Enabled by default (opt-out mode). - Rebrand: rename the npm package/CLI to `openclaw`, add a `openclaw` compatibility shim, and move extensions to the `@openclaw/*` scope. - Onboarding: strengthen security warning copy for beta + access control expectations. - Onboarding: add Venice API key to non-interactive flow. (#1893) Thanks @jonisjongithub.