Releases: lyft/gostats
v0.2.6: Add Timespan Func with Initial Value (#27)
* update func * unit test fix * fix edge case * lint fix * unit test logic * update to value
v0.2.5
commit 26800ee
Author: parker parker.spielman@gmail.com
Date: Thu Mar 8 08:22:57 2018 -0800
Remove variable print statement on full channel
#24
v0.2.4
commit 9c23c53
Author: parker parker.spielman@gmail.com
Date: Thu Mar 1 16:28:15 2018 -0800
Make mock sink thread safe (#23)
commit 2069cc4
Author: Christopher Burnett cburnett@lyft.com
Date: Wed Jan 3 10:36:27 2018 -0500
adding test for NewCounter race (#22)
Fixing Race Condition in NewCounter
Fixing race condition with publish. If two threads try to create the same counter they can both try and export the same variable. Doing this causes the second thread to panic.
v0.2.2
commit c08ad4c
Author: Chris Roche github@rodaine.com
Date: Mon Oct 2 09:25:32 2017 -0700
HTTPHandler: Expose http.ResponseWriter optional interfaces (#18)
* checkpoint
* Expose all optional http.ResponseWriter interfaces
* http.Pusher only exists in go1.8+
* Add Go 1.9 to CI
commit 770d57b
Author: Chris Roche github@rodaine.com
Date: Sun Oct 1 13:46:01 2017 -0700
Reduce allocations in tag serialization (#15)
commit 0c365ab
Author: Diego Siqueira DiSiqueira@users.noreply.github.com
Date: Sun Oct 1 22:44:38 2017 +0200
Update glide and Fix Logrus rename problem (#17)
* Fix logrus rename problem
* Glide update
v0.2.1
commit 1a658ed
Author: jpinner-lyft jpinner@lyft.com
Date: Sat Aug 5 18:53:44 2017 -0700
stat response writer should support Flusher interface (#16)
commit 04fc2f0
Author: Chris Roche github@rodaine.com
Date: Thu Jul 6 14:48:56 2017 -0700
Update Readme (#14)
v0.2.0: Cleanup Makefile, Travis config, and Linting (#13)
* Cleanup Makefile, Travis config, and Linting * Create bin directory in GOPATH
v0.1.4
commit ee0de5c
Author: Rich Unger rich.unger@gmail.com
Date: Wed May 24 15:24:41 2017 -0700
Don't flood devel logs (#12)
commit 9080df5
Author: Chris Roche github@rodaine.com
Date: Tue Apr 18 15:56:33 2017 -0700
Use preferred struct literal directly instead of dot notation (#11)