Skip to content

v3.9.4

Compare
Choose a tag to compare
@asmyasnikov asmyasnikov released this 19 Feb 21:37
· 4159 commits to master since this release
63089e5
  • Removed ydb.EndpointDatabase, ydb.ConnectionString and ydb.MustConnectionString helpers
  • Removed ydb.ConnectParams struct and ydb.WithConnectParams option creator
  • Added internal package dsn for register external parsers and parse connection string
  • Added ydb.RegisterParser method for registering external parser of connection string
  • Fixed data race on closing session pool
  • Fixed busy loop on call internal logger with external logger implementation of log.Logger
  • Fixed WithDiscoveryInterval() option with negative argument (must use SingleConn balancer)
  • Added WithMinTLSVersion option