v1.1.7
- 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.