Releases: snowplow/factotum
Releases · snowplow/factotum
Version 0.5.0
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
Minor fixes
- Fix panic!(..) on logging initialization error (#100)
- Fix behaviour on dot --overwrite (#97)
Version 0.4.0
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)