Releases: t3ran13/php-graphene-node-client
Releases · t3ran13/php-graphene-node-client
v4.0.10
v4.0.9
v4.0.8
v4.0.7
v4.0.6
Serializer Critical Bug Fix
fix of string serialization bug fix for strings between 128-256 length
Connectors Update
- rename HTTP connectors;
- HTTP connectors use only curl, composer package 'fguillot/json-rpc' was removed;
- in HttpJsonRpcConnectorAbstract/WSConnectorAbstract some properties was made static and to constructor added ordering node by timeout answer;
- close old connection before new for WSConnectorAbstract;
- to SteemitHttpJsonRpcConnector were added new nodes (6 total);
- new connector for GOLOS GolosHttpJsonRpcConnector;
upd CommandQueryData
added bool type in CommandQueryData validator
Critical Connectors Fix
- fix critical bag of connectors
- upd php version in composer.json
New Functional And Fix
- requests format was changed to json-rpc2.0 style
- single commands was moved to Single namespace
- new Commads class with is commands aggregator
- string serializer critical bug was fixed