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 runningbaur 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 messagebaur 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