- Added - Add servermgr.Server create_service() and remove_service() methods.
- Changed - Don't perform a remote appcmd call on the local host in iispy. - Upgraded docker to 4.0.1. - Upgraded psutil to 5.6.3. - Upgraded PyQt to 5.12.2. - Upgraded requests to 2.22.0.
35.0.0
- Changed - Allow ConfigCollection to take a pathlib.Path object. - Fix error in qbpy.QuickBuildCfg._get_id(). - Fix configmgr parent/include processing. - Upgraded psutil to 5.6.2. - Upgraded setuptools to 41.0.1.
34.0.0
- Added - Added CopyBuilder and CopyProduct to build module. - Added option to both publish and extract files from docker container. - Added __setattr__(), enable(), and disable() to qbpy.QuickBuildCfg. - Added qbpy.QuickBuildBuild class to support wait flag in QuickBuildCfg.disable().
- Changed - Fixed issues with C-Sharp version files and created Builder.update_cs_assemblyinfo(). - Upgraded docker to 3.7.2. - Upgraded setuptools to 41.0.0. - Upgraded unittest-xml-reporting to 2.5.1. - Fixed lang.str_to_pythonval() to convert None.
33.0.2
- Changed - Upgraded docker to 3.7.1. - Upgraded psutil to 5.6.1. - Upgraded PyQt5 to 5.12.1.
33.0.1
- Changed - Replace use of property decorator when getter has optional arguments.