snowplow / snowplow-golang-tracker

Snowplow event tracker for Golang. Add analytics to your Go apps and servers
http://snowplowanalytics.com
Apache License 2.0
25 stars 14 forks source link

Release 2.1.0 #31

Closed mhadam closed 5 years ago

mhadam commented 5 years ago

Converts the project to a Go module and more importantly fixes problems with connection pooling (under load there were excess TIME_WAIT connections).

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.1%) to 99.421% when pulling 9d4d472ed543f5f3482b422862cd1f0bcb2fb797 on develop into c2ba91f843c86e0224e32747c9193f48bf468458 on master.

jbeemster commented 5 years ago

Hey @mhadam - looks like you updated the copyright in the README but not in any of the actual golang files - for consistency might not be a bad idea to update those aswell!

Have you also updated the documentation with the new changes?

jrluis commented 5 years ago

LGTM!

mhadam commented 5 years ago

Should be good now @jbeemster

jbeemster commented 5 years ago

LGTM!