• 3.0.6 136859c39f

    3.0.6
    Some checks failed
    Build and Release Docker Images / build (8.3, map[fpm_enabled:-fpm name:fpm tag:fpm]) (push) Failing after 1s
    Build and Release Docker Images / create-release (push) Has been skipped
    CI Pipeline / build (push) Failing after 1s
    CI Pipeline / test-install (push) Has been skipped
    CI Pipeline / test (push) Has been skipped
    Build and Release Docker Images / build (8.3, map[fpm_enabled: name:alpine tag:latest]) (push) Failing after 1s
    CI Pipeline / upload-release (push) Has been skipped
    Stable

    netkas released this 2026-01-23 18:29:25 +00:00 | 101 commits to master since this release

    This update introduces regular bug fixes, a new command and some major changes related to IO operations for better
    safety.

    Added

    • Added new command ncc project docker-update which updates a running Docker container with the latest compiled
      package, useful for live-testing changes without rebuilding or restarting the container. (Experimental)
    • Added dependency fslib

    Changed

    • Replaced builtin IO operations to use fslib instead
    • Updated dependency depreaction-contracts
    • Updated dependency loglib2
    • Updated dependency optslib
    • Updated dependency Process

    Removed

    • Removed builtin IO class in favor for fslib to handle filesystem operations.
    • Removed builtin IOException
    • Removed unused dependency PHP-Parser
    Downloads