From e6ac264e47853efb2453857694dc2eda756ed64d Mon Sep 17 00:00:00 2001 From: shilpa24balaji Date: Wed, 6 Nov 2019 10:31:53 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b08345..58d62ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,11 +14,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - requestNewAuthToken will clear the token if it fails. - request auth token on every retry, not just after 403 - update to use nopoll v 1.0.2 -- provide signal handlers so we shut down properly when INCLUDE_BREAKPAD active -- send status code and reason in close message - Add pause/resume heartBeatTimer - parodus event handler to listen to interface_down and interface_up event +- Pause connection retry during interface_down event +- Add callback handler for ping status change event +- Fixed nopoll_conn_unref crash +- Update retry timestamp in connection-health-file - fix so that parodus can be killed, even if in a connection fail loop +- provide signal handlers so we shut down properly when INCLUDE_BREAKPAD active +- send status code and reason in websocket close message ## [1.0.2] - 2019-02-08 - Refactored connection.c and updated corresponding unit tests