From 2770f7a7fcc7b3af68c2b19a416d0e07a802c586 Mon Sep 17 00:00:00 2001 From: Sahas Subramanian Date: Tue, 22 Oct 2024 15:46:38 +0200 Subject: [PATCH] Update release notes Signed-off-by: Sahas Subramanian --- RELEASE_NOTES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 690638e..231b3b0 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -14,9 +14,11 @@ * The `ExponentialBackoff` and `LinearBackoff` classes now require keyword arguments for their constructor. This change was made to make the classes easier to use and to avoid confusion with the order of the arguments. +- HTTP2 keep-alive is now enabled by default, with an interval of 60 seconds between pings, and a 20 second timeout for responses from the service. These values are configurable and may be updated based on specific requirements. + ## New Features - +- Added support for HTTP2 keep-alive. ## Bug Fixes