*This is a feature release*
--------------------------
- Add `keepalive` optional argument: https://github.com/napalm-automation/napalm-ios/pull/149
- Send NULL byte when `is_alive` is invoked (to maintain the SSH connection persistent): https://github.com/napalm-automation/napalm-ios/pull/155
- Raise `ConnectionClosedException` when the connection becomes unusable - the transport layer (netmiko) raises EOFError or the socket is closed: 152 Thanks to kbirkeland
- Updated PR for get_bgp_neighbors to support IPv6: 153
- Improved implementation for `get_interfaces`: https://github.com/napalm-automation/napalm-ios/pull/157 thanks to itdependsnetworks
- Capture generic errors when doing a commit/replace: 150
- Fix lint issue with socket import: 167