v3.2.3
·
5731 commits
to master
since this release
- Fixed bug of interpret tilda in path of certificates file
- Added chapter to
README.mdabout ecosystem of debug tools overydb-go-sdk - Fixed result type of
RawValue.String(ydb string compatible) - Fixed scans ydb types into string and slice byte receivers
- Added
WithEndpointandWithDatabaseOption constructors - added package
logwith interfacelog.Logger - implements
trace.Driverandtrace.Tablewithlog.Logger - added internal leveled logger which implement interface
log.Logger - supported environment variable
YDB_LOG_SEVERITY_LEVEL - changed name of the field
RetryAttemptstoAttemptsin the structuretrace.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