Skip to content

Logo! Deprecate comms_ansi, 3.10 testing, doc fixes, examples, minor bug fixes and more!

Pre-release
Pre-release
Compare
Choose a tag to compare
@carlmontanari carlmontanari released this 29 May 17:25
062a5f4

mostly another pre-release to keep replay/cfg chugging along toward their eventual first "real" release.

  • bump pins
  • deprecate comms_ansi
  • convert deprecation warning -> FutureWarning so users see it
  • update docs, fix some links, redeploy docs
  • handle annoying rare paramiko eof at tear down of integration tests
  • first swag adding 3.10 testing
    • skip ssh2 on 3.10 for now
    • skip pyfakefs tests on 3.10 for now
  • make tests not a package.... remove unnecessary sleep for iosxr
  • fix system transport double timeout issue
  • add logging and commandeer example
  • remove unnecessary call to strip ansi in in channel auth
  • remove comms_ansi arg from tests
  • handle "parallel" privs correctly (i.e. configuration and configuration_exclusive)
  • Logo (#121)
  • change creds to just scrapli/scrapli in examples, functional test updates for lab environment
  • remove unnecessary ansi strip in async channel telnet auth