v0.11.0
Features
- #95 - Add an option to start even when retriever is unreachable
- #94 - Add a log data exporter to replace automatic variation logging
⚠️ Breaking changes
If you were using these logs, you need to add the log data exporter to your configuration.
err := Init(Config{
// ...
DataExporter: DataExporter{
Exporter: &ffexporter.Log{},
},
})
Fixes
- #92 - Wait longer to avoid flaky test
Changes
- #93 - CI: Upgrade CI to go 1.16 + Scope coveralls