github.com/ydb-platform/ydb-go-sdk/v3@v3.57.0/NEXT_MAJOR_RELEASE.md (about)

     1  # Breaking changes for the next major release
     2  - [ ] Make connection string as required param to ydb.New call (instead optional params ydb.WithConnectionString, ydb.WithEndpoint, ydb.WithDatabase, ydb.WithInsecure)
     3  - [ ] Change signature of `closer.Closer.Close(ctx) error` to `closer.Closer.Close()`
     4  - [ ] Remove `retry.FastBackoff` and `retry.SlowBackoff` public variables