Skip to content

3.2.7 is Released

Compare
Choose a tag to compare
@mythmgn mythmgn released this 01 Apr 07:55
· 67 commits to master since this release

Version 3.2.7 2020.1.1 ~ 2020.3.31

  • [Enhancement] Change cup.net.async to cup.net.asyn to avoid language keyword "async"
  • [New] Support Python version >= 3.5
  • [New] add safe_rmtree in cup.exfile
  • [Bug] cup.exfile fix bug for cup.exfile for macos
  • [Bug] cup.shell.ShellExec fix bug for
  • [New] Add support for global socket keepalive
  • [Enhancement] cup.exfile Add some path into CANNOT_DEL_PATHLIST
  • [New] cup.services.generator Add cached generator
  • [Enhancement] cup.shell.expect Replace shell expect with paramiko based remote cmd execution
  • [Enhancement] cup.net.async.conn Replace mutex lock with ReadWriteLock to speed up