Skip to content

Releases: topfreegames/pitaya

v0.14.7: Fix possible server startup concurrency (#108)

26 Aug 13:30
d7bd48f
Compare
Choose a tag to compare
The fix is done by initializing the service discovery
module as the last one, ensuring other modules have already
initialized correctly

v0.14.5

15 Jul 15:00
a2fab1a
Compare
Choose a tag to compare
Update prometheus/client_golang to 1.0.0 (#106)

v0.14.4: Properly closing grpc connections on deregister (#104)

20 Jun 22:40
d059578
Compare
Choose a tag to compare
* Properly closing grpc connections on deregister

* Remove keepalive args from grpc connections

* Changing grpcServer to grpcClient

Service discovery improvements and max packet size set to 16mb

23 Apr 16:11
aa452e1
Compare
Choose a tag to compare

Golang protobuf

19 Mar 18:32
e4e7560
Compare
Choose a tag to compare

In this release we stopped using gogo protobuf and will only support golang's default protobuf implementation, this may break support with existing clients

Fix panic in specific situations

20 Feb 14:31
Compare
Choose a tag to compare
Added mutex to agent close to avoid panic

The panic was caused by trying to close the channel multiple times,
this was fixed by adding a mutex to the close operation.

v0.7.6

12 Feb 18:25
3f934ba
Compare
Choose a tag to compare
bump travis go version

0.7.0

03 Dec 16:53
Compare
Choose a tag to compare

New version with ETCD groups

0.6.3

23 Nov 15:44
Compare
Choose a tag to compare
Updating uuid dependency version

0.6.0

06 Nov 21:31
Compare
Choose a tag to compare

Custom metrics