Update CHANGELOG.md

This commit is contained in:
shilpa24balaji
2019-11-06 10:31:53 -08:00
committed by GitHub
parent 70c9975ae9
commit e6ac264e47

View File

@@ -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