Added
- `get_status` function that returns a `driver_pb2.Status` object
Changed
- Update matrix-io-proto from 0.0.26 to 0.0.27
- `error` port became `status` port
- Keep Alive port now raises `MalosKeepAliveTimeout` if Malos doesn't respond with
pong in a certain period defined by the `timeout` parameter
- Keep Alive now raises `asyncio.CancelledError` when cancelled
Removed
- Print whole `DriverConfig` on debug log when calling `configure`