Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Releases: topfreegames/pitaya-cli

Support passing an entire handshake JSON to the 'sethandshake' command.

24 Jul 23:38
4d45fce
Compare
Choose a tag to compare

It is now possible to pass an entire handshake JSON to the sethandshake command:

Pitaya REPL Client
>>> sethandshake {"sys":{"clientVersion":"1.0.6", "clientBuildNumber":"999","platform":"ios"}, "user":{"data":"sample"}}

And an issue was fixed that prevented the use of the sethandshake command when reading pitaya-cli commands from a file with the -filename <scenario-file> command line parameter.

Support WS Connector and change Handshake args

26 Dec 14:44
Compare
Choose a tag to compare

pitaya-cli is now capable of handling WS connection.

also, you can change handshake args:

Pitaya REPL Client
>>> sethandshake platform ios
>>> sethandshake buildNumber 999
>>> sethandshake version 1.0.6

v1.0.0...v1.1.0

Go module support

28 Oct 17:06
3228ff2
Compare
Choose a tag to compare
v1.0.0

Adding go modules and removing vendor and dep (#9)

Fix bug in protobuf support

14 Feb 16:43
Compare
Choose a tag to compare

Fixed a bug where errors were not being handled correctly when using protobuf mode

Support to protobuf

13 Feb 17:08
Compare
Choose a tag to compare

use --docs flag

Dep updates and TLS support

18 Oct 22:36
Compare
Choose a tag to compare

Features:

  • Added support to TLS connections
  • Updated deps
  • Fixed bug when passing data with spaces to request and notify

v0.2.1

04 May 16:57
c19ffd7
Compare
Choose a tag to compare

Changelog

  • use rawargs in notify command to fix sending jsons

v0.2.0...v0.2.1

v0.2.0

25 Apr 17:20
0c0dbf7
Compare
Choose a tag to compare

Changelog

  • persistent command history
  • handle timeouts locally
  • handle compressed handshake

v0.1.0...v0.2.0

v0.1.0

19 Apr 20:55
8295d58
Compare
Choose a tag to compare

initial release of pitaya-cli