All Versions
257
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 9

  • v3.26.5 Changes

    • Disabled the KeepInCache policy for queries without params
  • v3.26.4 Changes

    • โšก๏ธ Updated the indirect dependency to gopkg.in/yaml.v3
  • v3.26.3 Changes

    • โœ‚ Removed Deprecated mark from table/session.Prepare method
    • โž• Added comments for table/session.Execute method
  • v3.26.2 Changes

    • ๐Ÿ”จ Refactored of making permissions from scheme entry
  • v3.26.1 Changes

    • โœ‚ Removed deprecated traces
  • v3.26.0 Changes

    • ๐Ÿ›  Fixed data race on session stream queries
    • ๐Ÿ“ฆ Renamed internal/router package to internal/balancer for unambiguous understanding of package mission
    • Implemented detection of local data-center with measuring tcp dial RTT
    • โž• Added trace.Driver.OnBalancer{Init,Close,ChooseEndpoint,Update} events
    • ๐Ÿ—„ Marked the driver cluster events as deprecated
    • Simplified the balancing logic
  • v3.25.3 Changes

    • ๐Ÿ”„ Changed primary license to Apache2.0 for auto-detect license
    • ๐Ÿ”จ Refactored types.Struct value creation
  • v3.25.2 Changes

    • ๐Ÿ›  Fixed repeater initial force timeout from 500 to 0.5 second
  • v3.25.1 Changes

    • ๐Ÿ›  Fixed bug with unexpected failing of call Invoke and NewStream on closed cluster
    • ๐Ÿ›  Fixed bug with releasing internal/conn/conn.Pool in cluster
    • Replaced interface internal/conn/conn.Pool to struct internal/conn/conn.Pool
  • v3.25.0 Changes

    • โž• Added ydb.GRPCConn(ydb.Connection) helper for connect to driver-unsupported YDB services
    • ๐Ÿ—„ Marked as deprecated session.Prepare callback
    • ๐Ÿ—„ Marked as deprecated options.WithQueryCachePolicyKeepInCache and options.WithQueryCachePolicy options
    • โž• Added options.WithKeepInCache option
    • 0๏ธโƒฃ Enabled by default keep-in-cache policy for data queries
    • โœ‚ Removed from ydb.Connection embedding of grpc.ClientConnInterface
    • ๐Ÿ›  Fixed stopping of repeater
    • โž• Added log backoff between force repeater wake up's (from 500ms to 32s)
    • ๐Ÿ“‡ Renamed trace.DriverRepeaterTick{Start,Done}Info to trace.DriverRepeaterWakeUp{Start,Done}Info
    • ๐Ÿ›  Fixed unexpected NullFlag while parse nil JSONDocument value
    • โœ‚ Removed internal/conn/conn.streamUsages and internal/conn/conn.usages (internal/conn.conn always touching last usage timestamp on API calls)
    • โœ‚ Removed auto-reconnecting for broken conns
    • ๐Ÿ“ฆ Renamed internal/database package to internal/router for unambiguous understanding of package mission
    • ๐Ÿ”จ Refactored applying actual endpoints list after re-discovery (replaced diff-merge logic to swap cluster struct, cluster and balancers are immutable now)
    • โž• Added trace.Driver.OnUnpessimizeNode trace event