From c729fe359ef6862f11600b5c24de7c943d183f85 Mon Sep 17 00:00:00 2001 From: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com> Date: Mon, 23 Sep 2024 13:39:02 +0200 Subject: [PATCH] Extended highlight of release with PX dos protection and new rate limit configuraiton. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe548f5bac..4371b30734 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,8 @@ ### Release highlights * a new experimental reliability protocol has been implemented, leveraging StoreV3 to confirm message delivery -* (add highlight of the peer exchange rate limiting) +* Peer Exchange protocol can now be protected by rate-limit boundary checks. +* Fine-grained configuration of DOS protection is available with this release. See, "Notes" above. ### Bug Fixes