master
* Added binding `ydb.WithWideTypes()` which interprets `time.Time` and `time.Duration` as `Timestamp64` and `Interval64` YDB types
* Added public package `pkg/xtest` with test helpers (#1850)
feat: added fastest json methods (#2014)
Add integration tests for extended date/interval types with database/sql (#1984)
* 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)
fix style
Migrate `golangci-lint` to v2
variant struct params builder implemented