Skip to content

Releases: ydb-platform/ydb-dotnet-sdk

v0.9.1

17 Dec 08:24
Compare
Choose a tag to compare
  • Update log level on AttachStream

Full Changelog: v0.9.0-rc1...v0.9.1

v0.9.0

16 Dec 10:56
Compare
Choose a tag to compare
  • Writer client for YDB topics
  • Fix: delete default timeout grpc.deadline

Full Changelog: v0.9.0-rc1...v0.9.0

v0.9.0-rc1

04 Dec 07:58
Compare
Choose a tag to compare
  • Topic Writer updated release candidate:
    • Do not send messages that have a timeout by cancelToken.
    • If your value serializer throws an exception, this will be wrapped in a WriterException with unspecified status.
    • Added BufferOverflowRetryTimeoutMs to the next try write.
    • Rename _disposeTokenSource -> _disposeCts.
    • Optimize write worker: if (_toSendBuffer.IsEmpty) continue.
    • On RPC errors create DummyWriterSession.
    • Message has been skipped because its sequence number is less than or equal to the last processed server's SeqNo.
    • Calculate the next sequence number from the calculated previous messages.

Full Changelog: v0.9.0-rc0...v0.9.0-rc1

v0.9.0-rc0

29 Nov 09:30
Compare
Choose a tag to compare
  • Topic Writer release candidate
  • Fixed: grpc requests go via proxy on Grpc.NET.Client >= 2.44

Full Changelog: v0.8.0...v0.9.0-rc0

v0.8.0

11 Nov 14:13
Compare
Choose a tag to compare
  • Fixed bug on commit with fail, no set failed flag for rollback invocation
  • Supported UUID (Guid)

Full Changelog: v0.7.3...v0.8.0

v0.7.3

09 Oct 11:05
Compare
Choose a tag to compare
  • Fixed YdbDataReader: extract Json / Yson types

Full Changelog: v0.7.2...v0.7.3

v0.7.2

01 Oct 16:15
Compare
Choose a tag to compare
  • Fixed YdbDataReader: GetValue() returns DbNull.Value if field is null
  • YdbOperationInProgressException extends YdbException

Full Changelog: v0.7.1...v0.7.2

v0.7.1

25 Sep 10:17
Compare
Choose a tag to compare
  • If an error happened in the transaction, allow one empty rollback

Full Changelog: v0.7.0...v0.7.1

v0.7.0

11 Sep 16:01
Compare
Choose a tag to compare
  • Parsed @param then prepared for use with $ prefix (@p -> $p)
  • Fully integrated with Dapper

Full Changelog: v0.6.3...v0.7.0

v0.6.3

05 Sep 12:15
Compare
Choose a tag to compare
  • Fixed bug: parameter type mismatch, when setting optional with null

Full Changelog: v0.6.2...v0.6.3