Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 751 Bytes

CHANGELOG.md

File metadata and controls

32 lines (28 loc) · 751 Bytes
  • 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