Skip to content

Releases: topfreegames/pitaya

First Stable Version

02 Jan 21:33
3d3b62a
Compare
Choose a tag to compare

This is the first stable release of Pitaya.

We have already 4+ big games using it in production, so the API should not change much from now on.

There's also an improvement in the TCP acceptor for correctly treating it as a streaming protocol rather than a messaging one.
Acceptors are now more decoupled from the agent, so it must be even easier to create new ones.

v0.15.0...v1.1.0

v0.15.0: Lazy gRPC connections (#109)

06 Sep 20:50
c2f787d
Compare
Choose a tag to compare
* Improve grpc client logging

* Lazy grpc connections

* Avoiding concurrent connection

* Add locking on grpc disconnect

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