v3.39.0
·
3964 commits
to master
since this release
- Removed message level partitioning from experimental topic API. It is unavailable on server side yet.
- Supported
NullValuetype as received type fromYDB - Supported
types.SetValuetype - Added
types.CastTo(types.Value, destination)public method for casttypes.Valueto golang native type value destination - Added
types.TupleItem(types.Value),types.StructFields(types.Value)andtypes.DictValues(types.Value)funcs (extractors of internal fields of tuple, struct and dict values) - Added
types.Value.Yql()func for getting values string representation asYQLliteral - Added
types.Type.Yql()func for gettingYQLrepresentation of type - Marked
table/types.WriteTypeStringToas deprecated - Added
table/options.WithDataColumnsfor supporting covering indexes - Supported
balancerquery string parameter inDSN - Fixed bug with scanning
YSONvalue from result set - Added certificate caching in
WithCertificatesFromFileandWithCertificatesFromPem
Full Changelog: v3.38.5...v3.39.0