What’s changed
- “collect_metrics” input set to “false” by default. We saw performance issues when this option was enabled, and we’re working on the fix, but in the meantime we’re changing the default to “false” to prevent unexpected build time degradation.
Migration guide
There’s no action needed to migrate to the new version if you don’t need metrics collection. If you want to enable metrics collection just change the collect_metrics
input to true
to restore metrics collection (which was on by default in version 1.1.0). There was no code change between 1.1.0 and 1.1.1, the only change is this default value.
Changelog: 1.1.0…1.1.1