Skip to content
This repository has been archived by the owner on Jan 16, 2019. It is now read-only.

Releases: napalm-automation/napalm-ios

0.8.1

09 Oct 22:37
Compare
Choose a tag to compare
  • Improve hostname change handler
  • Optimize get_interfaces_ip()
  • Implement temperature in get_environment()
  • Fix blank domain_name issue with get_facts()
  • Fix get_interfaces for pseudowire

0.8.0

27 Sep 18:24
Compare
Choose a tag to compare
  • Add telnet support
  • Bug fixes on getters
  • On rollback save running-config to startup-config
  • Improve file system auto-detection behavior

0.7.0

26 Jun 10:04
Compare
Choose a tag to compare

This is a feature release

  • Add keepalive optional argument: #149
  • Send NULL byte when is_alive is invoked (to maintain the SSH connection persistent): #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: #157 thanks to @itdependsnetworks
  • Capture generic errors when doing a commit/replace: #150
  • Fix lint issue with socket import: #167

0.6.2

02 May 22:40
Compare
Choose a tag to compare

0.6.1

08 Feb 20:43
Compare
Choose a tag to compare

0.6.0

31 Jan 10:23
Compare
Choose a tag to compare

Significant update to merge and replace operations: #100
Update lldp detail regex: #97
Improvements to get_mac_address_table: #95

0.5.1

24 Dec 08:38
Compare
Choose a tag to compare

Fix napalm-base dependency bug.

0.5.0

16 Dec 05:04
Compare
Choose a tag to compare
  • Add get_config
  • Add traceroute
  • Getter improvements/fixes on arp, mac address table, bgp, lldp
  • Template improvements

0.4.0

17 Nov 16:51
Compare
Choose a tag to compare
  • Python3 support.
  • Improving enable secret handling for getter operations.

0.3.1

01 Nov 17:40
Compare
Choose a tag to compare
  • Pin to napalm-base >= 0.18.0 (for future python3 support)
  • Add support for Netmiko ssh_agent argument.