* Fixes an issue with /tmp files not always being deleted across different runs
1.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
1.0.2
* Improved warnings and certificate parameter handling for JSON RPC * Fix CI/CD to run all tests
1.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)
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