Skip to content

Releases: snowplow/factotum

Release 0.6.0

07 Feb 19:24
03b7a6b
Compare
Choose a tag to compare
Release 0.6.0

Release 0.6.0-rc9

07 Feb 14:18
0832583
Compare
Choose a tag to compare
Release 0.6.0-rc9 Pre-release
Pre-release
Release 0.6.0-rc9

Release 0.6.0-rc8

07 Feb 14:03
a3e8c1f
Compare
Choose a tag to compare
Release 0.6.0-rc8 Pre-release
Pre-release
Release 0.6.0-rc8

Release 0.6.0-rc7

07 Feb 13:48
133f0dd
Compare
Choose a tag to compare
Release 0.6.0-rc7 Pre-release
Pre-release
Release 0.6.0-rc7

0.6.0-rc6

23 Feb 13:00
045f1ef
Compare
Choose a tag to compare
0.6.0-rc6 Pre-release
Pre-release
Release 0.6.0-rc6

Version 0.5.0

26 Jun 15:13
7020147
Compare
Choose a tag to compare

New functionality

  • Configurable max event size for webhook updates (#94)

Documentation

  • Update Copyright years to 2016-2018 (#109)
  • Change reference to "Snowplow" to "Factotum" in copyright notice in README (#93)

CI/CD

  • Use pip2 instead of pip for OSX build on Travis (#110)

Version 0.4.1

16 Mar 11:12
Compare
Choose a tag to compare

Minor fixes

  • Fix panic!(..) on logging initialization error (#100)
  • Fix behaviour on dot --overwrite (#97)

Version 0.4.0

22 Dec 19:59
Compare
Choose a tag to compare

Adds the ability to constrain a run to a specific server

New features

  • Add support for run constraints (#45)

Under the hood

  • Lock version for rust-mustache to 0.7.0 (#90)

Version 0.3.0

07 Nov 15:13
Compare
Choose a tag to compare

Adding functionality for creating and validating factfiles, visualising them and outbound webhook support.

New features

  • New command to display version - factotum -v / factotum --version (#36)
  • Published Factotum binaries for macOS (#69)
  • Move run behavior into a run sub-command factotum run <factfile> (#70)
  • New --dry-run option factotum run <factfile> --dry-run (#60)
  • New validate command factotum validate <factfile> (#68)
  • New graphviz dotfile export factotum dot <factfile> (#62)
  • New --no-colour command line switch for turning off colour codes (#53)
  • Change how failures are processed (continue as far as possible) (#61)
  • Added outbound webhook support (#59)
  • Support for attaching tags at runtime over the CLI (#77)

Version 0.2.0

13 Jun 17:15
Compare
Choose a tag to compare

Adding functionality for resuming jobs and configuring jobs with variables

New features

  • Support starting from an arbitrary task using --start option (#4)
  • Support variables in Factfiles, using mustache / --env option (#21)
  • Allow terminal colour toggling using CLICOLOR (#51)

Improvements

  • Improve output to STDERR / STDOUT (#51)