This repository has been archived by the owner on May 20, 2023. It is now read-only.
Releases: topfreegames/pitaya-cli
Releases · topfreegames/pitaya-cli
Support passing an entire handshake JSON to the 'sethandshake' command.
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
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
Go module support
v1.0.0 Adding go modules and removing vendor and dep (#9)
Fix bug in protobuf support
Fixed a bug where errors were not being handled correctly when using protobuf mode
Support to protobuf
use --docs flag
Dep updates and TLS support
Features:
- Added support to TLS connections
- Updated deps
- Fixed bug when passing data with spaces to request and notify
v0.2.1
v0.2.0
Changelog
- persistent command history
- handle timeouts locally
- handle compressed handshake