Releases: ydb-platform/ydb-rs-sdk
Releases Β· ydb-platform/ydb-rs-sdk
0.9.4 Implemented nearest DC Balancer
Fixed uint8 behavior
ydb-0.9.3 bump version for ydb, patch
Supported custom TLS certificates
ydb-0.9.2 bump version for ydb, patch
Fixed dependency version of chrono
ydb-0.9.1 bump version for ydb, patch
v0.9.0 Renamed enum of Value type: ydb::Value::String -> ydb::Value::Bytes
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
thanks to @MikhailNazarov #193
ydb-0.8.3 Fixed metadata credentials
- Renamed credentials
- Fixed metadata credentials
- Deprecated old named cred types
Fixed use custom url for service account credentials
ydb-0.8.2 bump version for ydb, patch
Added service account auth
Thanks to @MikhailNazarov
#183
coordination service, fix yson
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).