* Added support for inputs sections and outputs sections in a playbook.
* Added a new service for file management, allowing to write files and read files from specific git branches, local file system, or from any remote api.
* Added a new flag `--docker/--no-docker` to demisto-sdk pre-commit, in order to enable the option to run the pre-commit command without docker hooks.
* Added support for xsoar, xsoar-saas and xsiam wrapper clients to ease the integration via their apis.
* Added the command demisto-sdk coverage-analyze to the pre-commit hooks.
* Updated merge_coverage_report to be a hook in the pre-commit.
* Updated the mode option to be free text. for more details see https://github.com/demisto/demisto-sdk/blob/master/demisto_sdk/commands/pre_commit/README.md#modes
* Added a new command **setup-env** to setup the environment for integrations and scripts in vs code IDE, XSOAR and XSIAM.
* Fixed an issue where the SDK failed to retrieve docker hub token when there were temporary connection errors.
* Internal: Added a welcome comment to contributions PRs.
* Fixed metadata dependencies dumping in **prepare-content** command.
* Fixed an issue where the TagParser didn't work properly on all edge cases.