Skip to content

v0.25.0

Choose a tag to compare

@ydb-platform-bot ydb-platform-bot released this 06 Nov 09:16
· 3 commits to main since this release
  • Breaking Change: Renamed YdbDbType enum members to match the ydb.tech naming:
    • UInt8 -> Uint8.
    • UInt16 -> Uint16.
    • UInt32 -> Uint32.
    • Uint64 -> Uint64.
    • DateTime -> Datetime.
  • Breaking Change: Removed unused methods GetJson, GetJsonDocument, and GetYson from YdbDataReader.
  • Feat ADO.NET: Add support for reading Yson from YdbDataReader.GetBytes.
  • Feat ADO.NET: Add support for reading Json and JsonDocument from YdbDataReader.GetString.
  • Feat ADO.NET: Added type checking in the parameter list in sql statement IN (@id1, @id2).
  • Breaking Change: Ydb.Sdk.Services.Topic moved to Ydb.Sdk.Topic.

Full Changelog: v0.24.0...v0.25.0