github thomaspoignant/go-feature-flag v0.11.0

latest releases: v1.46.0, v1.45.6, v1.45.5...
4 years ago

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

Don't miss a new go-feature-flag release

NewReleases is sending notifications on new releases.