From 3557a65712c7c7969d717689fb030cbd64287c57 Mon Sep 17 00:00:00 2001 From: nerzh Date: Sun, 17 Apr 2022 23:07:23 +0200 Subject: [PATCH] version 1.1.25 --- README.md | 14 +++++++++++++- lib/everscale-client-ruby/version.rb | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 340e26d..20af626 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ + # Ruby Client for Free TON SDK [![GEM](https://img.shields.io/badge/ruby-gem-orange)](https://rubygems.org/gems/everscale-client-ruby) -[![SPM](https://img.shields.io/badge/SDK%20VERSION-1.31.0-green)](https://github.com/tonlabs/TON-SDK) +[![SPM](https://img.shields.io/badge/SDK%20VERSION-1.32.0-green)](https://github.com/tonlabs/TON-SDK) ## Install @@ -134,6 +135,12 @@ end - case LocalStorageError = 35 +# Network protocol used to perform GraphQL queries. +- #### NetworkQueriesProtocol + Each GraphQL query uses separate HTTP request. - case HTTP = + + All GraphQL queries will be served using single web socket connection. - case WS = + - #### AppRequestResult - case Error = Error @@ -219,6 +226,11 @@ end Must be specified in milliseconds. Default is 60000 (1 min). - query_timeout: Number<Optional> + Queries protocol. + `HTTP` or `WS`. + Default is `HTTP`. + - queries_protocol: NetworkQueriesProtocol<Optional> + Access key to GraphQL API. At the moment is not used in production. - access_key: String<Optional> diff --git a/lib/everscale-client-ruby/version.rb b/lib/everscale-client-ruby/version.rb index bd2b0b0..44c350a 100644 --- a/lib/everscale-client-ruby/version.rb +++ b/lib/everscale-client-ruby/version.rb @@ -1,4 +1,4 @@ module TonClient - VERSION = "1.1.23" + VERSION = "1.1.25" end