<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/yt/cpp/mapreduce/rpc_client/rpc_parameters_serialization.cpp, branch main</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=main</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2026-06-15T10:54:52Z</updated>
<entry>
<title>YT-28380: Add CheckClusterLiveness to C++ SDK</title>
<updated>2026-06-15T10:54:52Z</updated>
<author>
<name>dagorokhov</name>
<email>dagorokhov@yandex-team.com</email>
</author>
<published>2026-06-15T10:22:53Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=246d9269952ba8a27a1487cf4775ae6ec4740ee6'/>
<id>urn:sha1:246d9269952ba8a27a1487cf4775ae6ec4740ee6</id>
<content type='text'>
* Changelog entry
  Type: feature
  Component: cpp-sdk

Add CheckClusterLiveness handle
commit_hash:9b3f23b70fb639693a67edbe9ed2b80683fea61b
</content>
</entry>
<entry>
<title>YT-22593: Migrate TString to std::string in yt/yt/client/api option fields</title>
<updated>2026-06-14T14:22:47Z</updated>
<author>
<name>babenko</name>
<email>babenko@yandex-team.com</email>
</author>
<published>2026-06-14T13:47:16Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=e5b33b02f5a95ab4b18978f78032dd8f9c1cca36'/>
<id>urn:sha1:e5b33b02f5a95ab4b18978f78032dd8f9c1cca36</id>
<content type='text'>
Migrate the string option/struct fields in the api headers to std::string
and propagate the change through the native client attribute helpers,
list_operations, operation cache and the api-bound driver accessors. A cold
to_lower boundary keeps a TString cast.
commit_hash:2541bfe57f03e50212c1b8f9abb394d403a9dafb
</content>
</entry>
<entry>
<title>YT-28161: Prerequisite options for cypress and transactions request</title>
<updated>2026-06-09T08:41:45Z</updated>
<author>
<name>maybenotilya</name>
<email>maybenotilya@yandex-team.com</email>
</author>
<published>2026-06-09T08:13:31Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=a579817c876837458415bccade44613ab27039d9'/>
<id>urn:sha1:a579817c876837458415bccade44613ab27039d9</id>
<content type='text'>
* Changelog entry
  Type: fix
  Component: cpp-sdk

Add prerequisite options for cypress and transactions requests.
commit_hash:4288a35e2237cfaa015ff3990e2be909d18cd6b0
</content>
</entry>
<entry>
<title>YT-28161: Add Prerequisite options to C++ SDK</title>
<updated>2026-05-15T09:50:47Z</updated>
<author>
<name>maybenotilya</name>
<email>maybenotilya@yandex-team.com</email>
</author>
<published>2026-05-15T09:04:41Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=b00f770e0fdd650a7e85114e4ec4c56f96c16816'/>
<id>urn:sha1:b00f770e0fdd650a7e85114e4ec4c56f96c16816</id>
<content type='text'>
* Changelog entry
  Type: fix
  Component: cpp-sdk

Add Prerequisite options similar to native client ones. Only for Cypress Get for now
commit_hash:6c3c0fe7e6540754033486f785f3b1b3c313808e
</content>
</entry>
<entry>
<title>YT-27848: add FetchCookieNodeDescriptors flag in C++ SDK</title>
<updated>2026-04-23T08:25:18Z</updated>
<author>
<name>achains</name>
<email>achains@yandex-team.com</email>
</author>
<published>2026-04-23T07:55:28Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=8ec12f4a34df5d293efb57d37f6c1416cf0192af'/>
<id>urn:sha1:8ec12f4a34df5d293efb57d37f6c1416cf0192af</id>
<content type='text'>
commit_hash:2b3c252afc470f808af644051444907eddc53c04
</content>
</entry>
<entry>
<title>fix write file options rpc serializator</title>
<updated>2026-02-26T19:36:41Z</updated>
<author>
<name>o-gulyaev</name>
<email>o-gulyaev@yandex-team.com</email>
</author>
<published>2026-02-26T18:22:12Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=3b432fbb363315a81bbd3d4ad74db4d5af09db39'/>
<id>urn:sha1:3b432fbb363315a81bbd3d4ad74db4d5af09db39</id>
<content type='text'>
* Changelog entry
  Type: fix
  Component: cpp-sdk

Fix WriteFile options rpc serializator
commit_hash:72571cc4756ce667348933d5d4e62e4ce9046f1f
</content>
</entry>
<entry>
<title>YT-27432: support create with IgnoreTypeMismatch in C++ SDK</title>
<updated>2026-02-18T18:36:35Z</updated>
<author>
<name>achains</name>
<email>achains@yandex-team.com</email>
</author>
<published>2026-02-18T17:03:36Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=e9aa538cbcddac85385c1cd87e4d6ec31479e4d5'/>
<id>urn:sha1:e9aa538cbcddac85385c1cd87e4d6ec31479e4d5</id>
<content type='text'>
* Changelog entry
  Type: cpp-sdk

&lt;Message for release notes&gt;

Support TCreateOptions::IgnoreTypeMismatch in C\+\+ SDK
commit_hash:5d45311d21562502b1df035fa6edbacb720a34a0
</content>
</entry>
<entry>
<title>Add OmitInaccessibleRows in mapreduce client</title>
<updated>2026-01-30T08:48:25Z</updated>
<author>
<name>mpereskokova</name>
<email>mpereskokova@yandex-team.com</email>
</author>
<published>2026-01-30T08:22:26Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=12d4b097af58020a777bb7f674d702a7ca36f6ce'/>
<id>urn:sha1:12d4b097af58020a777bb7f674d702a7ca36f6ce</id>
<content type='text'>
commit_hash:568d5d9a722dbfc08bee1a1666a1b49c8369cd03
</content>
</entry>
<entry>
<title>YT-27085: Rename shadowed data member Timeout to SessionTimeout</title>
<updated>2026-01-30T07:48:04Z</updated>
<author>
<name>achains</name>
<email>achains@yandex-team.com</email>
</author>
<published>2026-01-30T07:22:35Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=0b8ebbfdafbdebf9b55e2eaad0db9347135a815c'/>
<id>urn:sha1:0b8ebbfdafbdebf9b55e2eaad0db9347135a815c</id>
<content type='text'>
* Changelog entry
  Type: fix
  Component: proxy

Rename shadowed data member NYT::TStartDistributedWriteTable(File)Options::Timeout -\&gt; SessionTimeout

&lt;Message for release notes&gt;
commit_hash:1b5b967b5136a7105627854044de6eee634dde03
</content>
</entry>
<entry>
<title>YT-27155: propagate control attributes to parttion reader</title>
<updated>2026-01-21T21:12:35Z</updated>
<author>
<name>achains</name>
<email>achains@yandex-team.com</email>
</author>
<published>2026-01-21T20:52:29Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=d77340b18bc0628e79a84ca1992d164d5ded69e3'/>
<id>urn:sha1:d77340b18bc0628e79a84ca1992d164d5ded69e3</id>
<content type='text'>
* Changelog entry
  Type: fix
  Component: proxy

Support ControlAttributes with table partition reader (C\+\+ SDK and driver)

&lt;Message for release notes&gt;
commit_hash:56b1aaa58c4580fda0f9136d40092081eaab2292
</content>
</entry>
</feed>
