Skip to content

Releases: ydb-platform/ydb-rs-sdk

0.9.4 Implemented nearest DC Balancer

31 Oct 16:30
Compare
Choose a tag to compare
ydb-0.9.4

bump version for ydb, patch

Fixed uint8 behavior

09 Oct 08:47
Compare
Choose a tag to compare
ydb-0.9.3

bump version for ydb, patch

Supported custom TLS certificates

17 May 09:35
Compare
Choose a tag to compare
ydb-0.9.2

bump version for ydb, patch

Fixed dependency version of chrono

15 May 15:41
Compare
Choose a tag to compare
ydb-0.9.1

bump version for ydb, patch

v0.9.0 Renamed enum of Value type: ydb::Value::String -> ydb::Value::Bytes

14 May 12:52
Compare
Choose a tag to compare

Broken change.

Will broke code, which use ydb::Value::String value in sources. For fix replace the usage to ydb::Value::Bytes.

Functional of the type no changed - it is rename only. For prevent type mistake: String in YDB is binary data, not text.
https://ydb.tech/docs/en/yql/reference/types/primitive#string

Added support of Decimal

16 Apr 21:14
Compare
Choose a tag to compare

ydb-0.8.3 Fixed metadata credentials

08 Apr 15:51
Compare
Choose a tag to compare
  • Renamed credentials
  • Fixed metadata credentials
  • Deprecated old named cred types

Fixed use custom url for service account credentials

03 Apr 06:09
Compare
Choose a tag to compare
ydb-0.8.2

bump version for ydb, patch

Added service account auth

02 Apr 15:57
Compare
Choose a tag to compare

coordination service, fix yson

26 Jan 09:05
Compare
Choose a tag to compare

Initial implemented client for YDB coordination service (shared semaphores)
Add CopyTable and CopyTables to table service - for atomicatty copy tables.
Fixed YSON mistake - while it was send to server as text, it was caused error.

Now it sends as binary, and need bynary for create value (change public api - previous versions require text for yson value, but it never worked).