Skip to content

Releases: napalm-automation-community/napalm-panos

v0.6.2

01 May 22:14
bcaaf19
Compare
Choose a tag to compare

Fixed

  • #118 Remove cryptography pinned dependency.

Full Changelog: v0.6.1...v0.6.2

v0.6.1

23 Apr 01:45
7197c80
Compare
Choose a tag to compare

Added

  • #108 Added Support for sdwan interfaces
  • #105 Include interface description for get_interfaces method

Fixed

  • #115 Update package dependencies, fix tests

Full Changelog: v0.6.0...v0.6.1

v0.6.0

13 Feb 20:55
cfd94fa
Compare
Choose a tag to compare

Added

  • #102 Added Support for get_arp_table method
  • #99 Added documentation of supported getters
  • #93 Added ability to lock config optionally
  • #104 Added change log document

Fixed

  • #101 Handles unable to convert to int for edge case with interfaces
  • #103 Fix Empty List of Interfaces

v0.5.4

13 Feb 01:27
2e2d5b6
Compare
Choose a tag to compare
  • Fixes #94 load_replace_candidate broke
  • #96 Update Readme

v0.5.3

10 Feb 04:48
3265f19
Compare
Choose a tag to compare

Fixed:

  • #88 - Convert package, add linters, fix linting issues
  • #70 - Update lldp when single entry is shown
  • #64 - Improve version handling for netmiko
  • #73 - update splitlines on string of config
  • #62 - Fix for the get_interfaces method called devices with sub-ifaces
  • #90 - Update lxml for security reason

0.5.2

16 May 13:21
ef17ce2
Compare
Choose a tag to compare
  • Update get_interfaces
  • Update get_interfaces_ip
  • Fix PIP 10

0.5.1

28 Jan 16:52
ebf731f
Compare
Choose a tag to compare
  • Fixes imports
  • Long outstanding sync of master and devel

Update Imports

12 Jan 14:09
0aae5ed
Compare
Choose a tag to compare

Updated to compatible with NAPALM 2.0

0.4.0

03 Feb 11:11
Compare
Choose a tag to compare

Bypass a couple of pylama errors: #36
Add support for get_route_to and get_lldp_neighbors: #34
Convert to use Tox: #33

0.3.0

26 Dec 16:14
Compare
Choose a tag to compare

Added is_alive method.
Added Python3 support.