Skip to content

v1.1.7

Compare
Choose a tag to compare
@dropwhile dropwhile released this 14 Aug 21:08
· 390 commits to master since this release
  • Remove old stats flag, endpoint, and feature, in favor of the new
    premetheus endpoint. Good amount of code removal as well.
  • Use a sync.Pool []byte buffer for io.CopyBuffer (instead of io.Copy). It
    should reduce some small amount of GC pressure (a bit less garbage).
  • Build with go1.12.8 - which includes security fixes for http/2.