Releases: napalm-automation-community/napalm-srlinux
Releases · napalm-automation-community/napalm-srlinux
v1.0.5
Release v1.0.4
- Fixes an issue with /tmp files not always being deleted across different runs
Release v1.0.3
- Add 'commit_save' option (default False) to save config changes to startup
- Security fix: Don't include username/password in URLs that could get logged, use HTTP Basic Auth headers instead
Release v1.0.2
- Improved warnings and certificate parameter handling for JSON RPC
- Fix CI/CD to run all tests
Release v1.0.1
Fixed in this release:
- get_interfaces_ip: handle case of interface without an address, add secondary ipv6 IPs (refactored method)
- remove setuptools_rust dependency (unused)
Release v1.0.0
New release 1.0.0
Highlights:
- uses https for JSON RPC, with the latest urllib3 package
- Fully automated CI/CD pipeline using Containerlab, for regression testing on all supported Python versions
- Cleaned up dependencies