• 1.0.2-alpha 8fca981d85

    1.0.2-alpha Stable

    netkas released this 2023-06-29 19:55:43 +00:00 | 451 commits to master since this release

    Fixed

    • Fixed issue where error states are not properly handled in ExecutionPointerManager issue #44
    • Updated \ncc\Managers > ExecutionPointerManager > executeUnit to set processes to run forever if a timeout is not set/null

    Changed

    • Updated Symfony\Filesystem to version 6.2.5
    • Updated Symfony\polyfill-ctype to version 1.27.0
    • Updated Symfony\polyfill-mbstring to version 1.27.0
    • Updated Symfony\polyfill-uuid to version 1.27.0
    • Updated Symfony\Process to version 6.2.5
    • Updated Symfony\Uid to version 6.2.5
    • Updated Symfony\Yaml to version 6.2.5
    • Updated \ncc\Managers > PackageManager to display more logging messages

    Added

    • Dockerfile for building a docker image of NCC
    Downloads
  • 1.0.1-alpha 8bd4d304cf

    1.0.1-alpha Stable

    netkas released this 2023-02-07 21:27:41 +00:00 | 485 commits to master since this release

    Added

    • Added file downloads progress
    • Added pass-through arguments to composer command, all arguments beginning with --composer- will be passed to the composer command, for example --composer-dev will be passed as --dev to the composer command

    Fixed

    • Bug fix where resources are not decoded correctly when installing packages #31
    • Fixed issue where dependency conflicts are thrown even when --reinstall is used
    • Properly implemented composer.enable_internal_composer so that warnings regarding improper configuration values are not thrown
    • Minor improvements to the CLI interface including fixing --version

    Changed

    • File downloads now cache the URL as a pointer to the file reducing the number of times the same file is downloaded
    Downloads
  • 1.0.0-alpha 164287ec20

    1.0.0-alpha Stable

    netkas released this 2023-01-30 02:07:26 +00:00 | 496 commits to master since this release

    Added

    • Initial release of NCC
    Downloads