- fixed Error parsing JSON @1:9: No such field
- added
$grpc_config
array for customize gRPC behavior
- added
ScanQueryMode
forTable::scanQuery
- fixed case with unexisting rows in query result
- changed default mode for ExecuteScanQueryRequest from MODE_UNSPECIFIED to MODE_EXEC
- added transaction mode for retryTransaction
- fix keepInCache param in YdbQuery
- added Yson type
- add logger as Ydb config
- added snapshot mode in noninteractive transaction
- added StaticAuthentication
- added query timeout and canceled params
- added query stats
- added ReadTokenFromFile
- added lambda on exception in retryTransaction
- changed level of update token log record from info to debug
- created refresh token ratio parameter
- added microseconds in Timestamp type
- fixed discovery on exception
- fixed logger in EnvironCredentials
- fixed bug, when function Retry::backoffType always return SlowBackoff
- update destructor in MemorySessionPool
- fixed exception on re-create server nodes
- fixed key name in createTable function
- added simple std looger
- added environment credentials
- added retry function
- fixed result with empty list
- added optional type in prepare statment
- added support of php 7.2
- fixed iam auth for PHP < 8.0
- added examples
- updated saveToken function in Iam.php
- fixed jwt authentication
- removed query id in prepare statement
- fixed refresh token when it expired
- fixed retry at BAD_SESSION
- added credentials authentication
- added CI test
- added access token authentication
- make protobuf
- updated protos
- JWT replacement
- improved issue tree
- uint64 type casting
- anonymous authentication method
- insecure grpc connection
- fixed lcobucci/jwt to 4.1.5 version
- updated namespace
- updated namespace
- improved display of issue messages
- introduced the query builder to customize the query settings
- added PHP 8 support
- updated lcobucci/jwt to 4 version
- implemented readTable option: key_range
- YdbType conversion fix for integers
- implemented auth with metadata url
- implemented converting int8 & int16 to typed value
- readTable options: limit, ordered
- createTable composite PK annotation