Updater Changelog

Version 2.6.0
- The update command now verifies that all required update packages and scenarios are available before the update starts and reports the result of every check.
- Missing update packages/scenarios are downloaded automatically during the update; a separate --download run is no longer required.
- The update starts only after all required files are available; the new SkipAvailabilityCheck feature skips this pre-update verification (including its automatic download).
- Configuration overrides passed as --<key>=<value> arguments (for example --stopAppPoolTries=3) are accepted again, standalone or combined with a command, and are no longer rejected by the command parser.
- A mistyped command no longer starts the update implicitly; the updater reports the unrecognized command and exits with a failure code.
- The distribution archive now includes Oracle's license terms (ORACLE_LICENSE.txt) for the bundled Oracle database driver.
- When a newer updater version is required, the error message now explains how to obtain it: download the latest Updater.zip, unpack it to a new folder, copy your creatio.json there and run the update again. The standalone Downloader is no longer referenced.

Version 2.5.1
- Implemented a client-facing change log.
- Enhanced updater error messaging with guidance to use the Downloader when a newer updater version is required.
- Improved system logic.
- Resolved various bugs.