Skip to content

v3.2.3

Compare
Choose a tag to compare
@asmyasnikov asmyasnikov released this 30 Oct 07:36
· 4437 commits to master since this release
  • Fixed bug of interpret tilda in path of certificates file
  • Added chapter to README.md about ecosystem of debug tools over ydb-go-sdk
  • Fixed result type of RawValue.String (ydb string compatible)
  • Fixed scans ydb types into string and slice byte receivers
  • Added WithEndpoint and WithDatabase Option constructors
  • added package log with interface log.Logger
  • implements trace.Driver and trace.Table with log.Logger
  • added internal leveled logger which implement interface log.Logger
  • supported environment variable YDB_LOG_SEVERITY_LEVEL
  • changed name of the field RetryAttempts to Attempts in the structure trace.PoolGetDoneInfo.
    This change reduces back compatibility, but there are no external uses of v3 sdk, so this change is
    fine. We are sorry if this change broke your code