- Check status of the transport or server for an invalidated session
- Fixed NPE in DescribeTable
- ADO.NET over query-service
- Add EndpointPool
- Add SessionPool 2.0
- Fix bug: rounding down when inserting a Timestamp YDB type
- ChannelCache has been implemented using ChannelPool and EndpointPool
- Make KeepAlive method public for TableClient
- Fix error: Access denied without user token
- Add rollback transaction API
- Passed logger to TxControl.ToProto
- Retry discovery on driver initialize
- Added MakeTablePath, CopyTable, CopyTables, DescribeTable methods for TableClient
- Add logging for transactions
- Fix timeout error on create session
- Fix transport error on delete session
- Add exception throwing when results truncated
- lint: add line feed at file end
- Add static auth
- Add static code analysis
- Add CodeQL analysis
- Add linter
- Apply uniform code style and fix all warnings
- Add support of decimal type
- Remove support for .NET Core 3.1
- Add support for .NET 7.0
- Fixed version number
- Add methods for castion to c# nullable to YQL Optional
- Add explicit cast operator for some types
- Tests refactoring
- Add Bool type support