Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@thbar thbar released this 24 Mar 12:35
· 3 commits to master since this release
9d33283

This is a maintenance release with code clean-up. Regular use should see no impact.

  • 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.