Kiba v4.0.0 Release Notes

    • ๐Ÿ’ฅ Breaking: Ruby 2.4 (EOL since 2020-03-31) is not officially supported anymore.
    • ๐Ÿ CI changes: moving from Travis CI (EOL) to GitHub actions. The Windows CI has been removed for now (see #97)
    • ๐Ÿ’ฅ Breaking: if your jobs use Kiba's "legacy runner" via config :kiba, runner: Kiba::Runner, be aware that this legacy runner has been removed in #96. The upgrade path is to remove this config line and let Kiba use the more modern Kiba::StreamingRunner, which is the default anyway since Kiba v3.0.0 (see #83 for context) and is normally fully backward-compatible.
    • ๐Ÿšš Cleanup: in Kiba v3, the kiba shell command had been deprecated and replaced by a simple stub printing a warning to STDERR. It is now removed for good.
    • ๐Ÿ‘• StandardRB has been added for formatting & linting the codebase.