- Dropped Python 3.6, new minimum is 3.7
- Dropped Python 2.7 and 3.5, new minimum is 3.6
- Updated the
PAExec
executable to1.29
- Breaking change where processes are run as the native architecture bitness, e.g. 64-bit on 64-bit OS' and 32-bit on 32-bit OS'
- This changes the old behaviour of always running as a 32-bit process.
- Any application relying on running with 32-bit paths will need to set
wow64=True
onrun_executable()
to restore the older behaviour.
- Dropped support for Python 2.6 and Python 3.4.
- Updated the
PAExec
executable to1.27
. - Handle non-ASCII characters when enumerating the services on the remote host.
Initial release of pypsexec.