master
Add default idempotent retry option (#2256)
Moved the trace-generated code in `trace` package from the public API to the internal packages (#2172)
* Added public package `github.com/ydb-platform/ydb-go-sdk/v3/types` and marked as deprecated all public API in `github.com/ydb-platform/ydb-go-sdk/v3/table/types` as deprecated (#2217)
Apply suggestions from code review
Add comprehensive unit tests for internal/table package to increase test coverage (#1891)
fixed deadlock on closing session
perf: internal.Pool with semaphore (#2163)
fix(table): send DeleteSession when Close gets a done context (#2267)
added support for GlobalUniqueIndex type in table/options.IndexDescription (#2008)
Modernize Go codebase: adopt modern idioms and upgrade CI tooling (#2082)
Merge branch 'master' into master