Skip to content

v5.1.0

Latest
Compare
Choose a tag to compare
@fho fho released this 12 Nov 16:49
07b2c61

Release Notes

Changes

This release introduces the --fail-fast parameter for baur run, improves
baur cleanup performance and fixes minor issues.

New Features

  • baur run: got a --fail-fast parameter, when specified and multiple tasks
    are run, queued tasks are skipped when an error occurs while executing a task

Enhancements

  • baur cleanup: Improve performance by optimizing queries and adding a
    database index.
    The index is created by running baur update db. The operation increments the
    database schema version and makes the database incompatible with prior baur
    versions. The operation is optional. baur 5.1.0 is compatible with the
    database schema of baur 5.0.0.
  • Release Binaries: built with Go 1.23.3
  • 3. Party Packages: upgraded to new versions

Bug Fixes

  • baur cleanup: fixed the spelling in terminal message
  • baur init db: fixed that a baur repository config must exist when the
    BAUR_POSTGRESQL_URL environment variable is set

--

Full Changelog: v5.0.0...v5.1.0