Skip to content

Releases: lyft/gostats

v0.2.6: Add Timespan Func with Initial Value (#27)

12 Mar 17:27
Compare
Choose a tag to compare
* update func

* unit test fix

* fix edge case

* lint fix

* unit test logic

* update to value

v0.2.5

08 Mar 16:27
Compare
Choose a tag to compare

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

02 Mar 01:34
9c23c53
Compare
Choose a tag to compare

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

03 Jan 02:00
f060fc5
Compare
Choose a tag to compare

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

02 Oct 16:26
Compare
Choose a tag to compare

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

06 Aug 01:56
Compare
Choose a tag to compare

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)

06 Jul 21:25
Compare
Choose a tag to compare
* Cleanup Makefile, Travis config, and Linting

* Create bin directory in GOPATH

v0.1.4

24 May 22:25
Compare
Choose a tag to compare

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)

v0.1.3

18 Apr 21:46
Compare
Choose a tag to compare
Finer-grained mutex control on Store (#10)

v0.1.2

18 Apr 17:34
Compare
Choose a tag to compare

commit 3370670
Author: Christopher Burnett cburnett@lyft.com
Date: Tue Apr 18 13:33:12 2017 -0400

Prevent panic on duplicate export of exp vars (#9)