Skip to content

Latest commit

 

History

History
61 lines (49 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

61 lines (49 loc) · 1.32 KB

v0.6.1

  • Check status of the transport or server for an invalidated session
  • Fixed NPE in DescribeTable

v0.6.0

  • ADO.NET over query-service
  • Add EndpointPool
  • Add SessionPool 2.0

v0.4.0

  • Fix bug: rounding down when inserting a Timestamp YDB type
  • ChannelCache has been implemented using ChannelPool and EndpointPool

v0.3.2

  • Make KeepAlive method public for TableClient

v0.3.1

  • Fix error: Access denied without user token

v0.3.0

  • Add rollback transaction API

v0.2.2

  • Passed logger to TxControl.ToProto

v0.2.1

  • Retry discovery on driver initialize

v0.2.0

  • Added MakeTablePath, CopyTable, CopyTables, DescribeTable methods for TableClient
  • Add logging for transactions

v0.1.5

  • Fix timeout error on create session
  • Fix transport error on delete session

v0.1.4

  • Add exception throwing when results truncated
  • lint: add line feed at file end

v0.1.3

  • Add static auth

v0.1.1

  • Add static code analysis
  • Add CodeQL analysis
  • Add linter
  • Apply uniform code style and fix all warnings

v0.1.0

  • Add support of decimal type

v0.0.9

  • Remove support for .NET Core 3.1
  • Add support for .NET 7.0

v0.0.8

  • Fixed version number

v0.0.6

  • Add methods for castion to c# nullable to YQL Optional
  • Add explicit cast operator for some types
  • Tests refactoring
  • Add Bool type support