- Feature: Support for `Visual Studio toolsets` (https://github.com/conan-io/conan-package-tools/pull/291)
- Feature: Added support for [ConanInvalidConfiguration](https://docs.conan.io/en/latest/reference/conanfile/methods.html?#invalid-configuration) so when a recipe declares that a configuration is not supported, CPT will print a warning but will skip that configuration (without raising any error). (https://github.com/conan-io/conan-package-tools/pull/290)
- Feature: Checks that the installed Conan client version is supported and raise an exception otherwise. (https://github.com/conan-io/conan-package-tools/pull/289)
- Feature: Updated defaulted versions of every compiler. (https://github.com/conan-io/conan-package-tools/pull/285)
- Feature: New `remove_build_if` and `update_build_if` helper methods to filter/update existing builds. (https://github.com/conan-io/conan-package-tools/pull/272)
- Feature: Added `CONAN_PIP_INSTALL` to install additional pip packages. (https://github.com/conan-io/conan-package-tools/pull/271)
- Feature: Run `conan config install` before the build by `config_url` argument or `CONAN_CONFIG_URL` env var (https://github.com/conan-io/conan-package-tools/pull/268)
- Fix: Only try to upload packages that have been built. (https://github.com/conan-io/conan-package-tools/pull/284)
- Fix: Renamed docker images to use the new ones from conan.io namespace (https://github.com/conan-io/conan-package-tools/pull/276)