Skip to content

Don't use envconfig to parse settings

Compare
Choose a tag to compare
@charlievieth charlievieth released this 08 Feb 06:13
· 48 commits to master since this release
59f0da0

v0.3.8

This release removes github.com/kelseyhightower/envconfig and fixes a bug in the last v0.3.8 release that resulted in Settings.UseStatsd defaulting to false (it should default to true).

  • settings: set DefaultUseStatsd to true: #89
  • settings: remove envconfig: #88

Hat tip to @chenleiwhu for discovering this bug.