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