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

Releases: napalm-automation/napalm-base

1.0.0

23 Nov 10:31
e462990
Compare
Choose a tag to compare

Final napalm-base release, this provides compatibility with napalm >= 2.0.0 (see https://napalm-automation.net/reunification/ and https://napalm-automation.net/reunification-first-release-announcement/).

If napalm >= 2.0.0 is installed, the get_network_driver function will return the driver class from napalm, e.g.,

>>> napalm_base.get_network_driver('junos')
<class 'napalm.junos.junos.JunOSDriver'>

This release is recommended as a middle layer between the previous approach (separate package per driver) and the current monolithic package.

0.25.0

26 Aug 12:37
Compare
Choose a tag to compare
  • [NEW] CLI tool napalm with better debugging and obsolotes cl_napalm*.
  • [ENHANCEMENT] Improvements to the search_path in load_template
  • [BUGFIX] Validate string before evaluating (#274)
  • [BUGFIX] compliance_report properly matches strings
  • [BUGFIX] compliance_report reports the expected and the actual value now
  • [BUGFIX] Properly treat exception in __enter__
  • [BUGFIX] Minor py3 compatibility issues fixed
  • [INTERNAL] Use tox for testing

0.24.3

12 Jul 17:58
Compare
Choose a tag to compare

This release fixes a minor issue where a network device with a compromised firmware could craft a string that would be evaluated as python code.

0.24.2

03 Jul 12:39
Compare
Choose a tag to compare

Bugfixes:

Internal Improvements:

0.24.1

02 Jun 12:42
Compare
Choose a tag to compare
  • Documentation improvements: #255
  • AS number helper accepting int as argument: #255

0.24.0

31 May 11:14
Compare
Choose a tag to compare

This is a feature release:

  • Add numeric compare for validation: #243
  • New helper: as_number and various improvements: #246
  • More exceptions: #248

0.23.3

03 May 17:57
Compare
Choose a tag to compare
  • Improve uptime string parser
  • Add unit tests for uptime string conversion
  • Improve __del__ handling

0.23.2

29 Mar 13:40
Compare
Choose a tag to compare

Emergency release with a bugfix for the __del__ method.

0.23.1

17 Mar 11:54
Compare
Choose a tag to compare
Merge pull request #224 from napalm-automation/develop

Release 0.23.1

0.23.0

08 Feb 19:12
Compare
Choose a tag to compare

"Add VRF support to base traceroute and ping": #185