<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/yt/cpp, branch CLI_2.27.0</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=CLI_2.27.0</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=CLI_2.27.0'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2025-10-23T09:32:25Z</updated>
<entry>
<title>YT-26145: do not serialize token</title>
<updated>2025-10-23T09:32:25Z</updated>
<author>
<name>achains</name>
<email>achains@yandex-team.com</email>
</author>
<published>2025-10-23T08:40:48Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=37940c4dc1adbb9888a8ef82beadbbacf502192a'/>
<id>urn:sha1:37940c4dc1adbb9888a8ef82beadbbacf502192a</id>
<content type='text'>
commit_hash:83bc09ba25f5b4a647c95b444952aa4cf35d7ecf
</content>
</entry>
<entry>
<title>proper ensure initialize for rpc</title>
<updated>2025-10-22T12:07:29Z</updated>
<author>
<name>achains</name>
<email>achains@yandex-team.com</email>
</author>
<published>2025-10-22T11:42:00Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=43c5ce5da23221b376903b6b32365ed79a86c2cd'/>
<id>urn:sha1:43c5ce5da23221b376903b6b32365ed79a86c2cd</id>
<content type='text'>
* Changelog entry
  Type: fix
  Component: cpp-sdk

Proper ensure initialize for rpc-client C\+\+ SDK
commit_hash:d584950fbe7d387d01ab212db124212cf4938ce4
</content>
</entry>
<entry>
<title>YT-26213: Per table input_query (chunk_filter only)</title>
<updated>2025-10-22T08:36:24Z</updated>
<author>
<name>lucius</name>
<email>lucius@yandex-team.com</email>
</author>
<published>2025-10-22T08:00:50Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=a3ff6b1f20b37a7ce6790aaf9841d2780800cf56'/>
<id>urn:sha1:a3ff6b1f20b37a7ce6790aaf9841d2780800cf56</id>
<content type='text'>
Сейчас поддерживается только режим chunk\_filter (ровно он нужен сейчас для оптимизаторов в yql), а row\_filter можно будет поддержать в будущем.

&lt;Message NOT for release notes&gt;

* Changelog entry
  Type: feature
  Component: controller-agent

Introduce chunk filtration via `input_query` in path attributes. Useful for read optimizations.
commit_hash:575c384f3156e57e692d4a05c9b50a54ad0fa377
</content>
</entry>
<entry>
<title>fix proto column filter for proto with EMBEDDED messages</title>
<updated>2025-10-21T13:00:22Z</updated>
<author>
<name>ermolovd</name>
<email>ermolovd@yandex-team.com</email>
</author>
<published>2025-10-21T12:26:11Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=65b8155bcc5ec62f732e1adb11af8f6a34c5bb50'/>
<id>urn:sha1:65b8155bcc5ec62f732e1adb11af8f6a34c5bb50</id>
<content type='text'>
* Changelog entry
Type: fix
Component: cpp-sdk

fix inferring column filter when running operations in protobuf format
commit_hash:9263474e2121155b4678af32e0d20b5a685fac0c
</content>
</entry>
<entry>
<title>YT-24624: Rework get_job_trace api</title>
<updated>2025-10-17T17:16:41Z</updated>
<author>
<name>bystrovserg</name>
<email>bystrovserg@yandex-team.com</email>
</author>
<published>2025-10-17T16:32:57Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=9ff4ecace8645ecd5746e7754247187c81a6da5e'/>
<id>urn:sha1:9ff4ecace8645ecd5746e7754247187c81a6da5e</id>
<content type='text'>
&lt;Message NOT for release notes&gt;

* Changelog entry
  Type: fix
  Component: scheduler

Rework get\_job\_trace api: enable streaming and return perfetto-friendly format
commit_hash:082e255afb9022eb137dac3d0c3be8ac49d3b5e2
</content>
</entry>
<entry>
<title>YT-26065: Add TPatchableField to C++ config</title>
<updated>2025-10-11T12:16:12Z</updated>
<author>
<name>rp-1</name>
<email>rp-1@yandex-team.com</email>
</author>
<published>2025-10-11T11:59:44Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=384d7a82d5838408972b6df01c48dccdc25f08d5'/>
<id>urn:sha1:384d7a82d5838408972b6df01c48dccdc25f08d5</id>
<content type='text'>
Initial commit
commit_hash:d8d8a160ba64cc1e63e174430aec262d2359cf4e
</content>
</entry>
<entry>
<title>YT-26381: workaround with file lock</title>
<updated>2025-10-10T08:21:57Z</updated>
<author>
<name>achains</name>
<email>achains@yandex-team.com</email>
</author>
<published>2025-10-10T08:03:34Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=4159b06326a3891610f911dea115fb5205a27e97'/>
<id>urn:sha1:4159b06326a3891610f911dea115fb5205a27e97</id>
<content type='text'>
* Changelog entry
  Type: fix
  Component: cpp-sdk

Obtain file lock right after uploading to file cache instead of batch locking
commit_hash:079dd01859dfaf2c943656ce6da2f967e58efcba
</content>
</entry>
<entry>
<title>Fix UpdateOperation: read response from server</title>
<updated>2025-10-04T15:07:07Z</updated>
<author>
<name>ermolovd</name>
<email>ermolovd@yandex-team.com</email>
</author>
<published>2025-10-04T14:49:05Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=ea42b5300c2c9e63e225b6da81a7a95dc42df77c'/>
<id>urn:sha1:ea42b5300c2c9e63e225b6da81a7a95dc42df77c</id>
<content type='text'>
commit_hash:8f403d09e4902266671a4c8b149104272a4126eb
</content>
</entry>
<entry>
<title>Bring hostname to lowercase when checking local mode</title>
<updated>2025-10-04T10:22:40Z</updated>
<author>
<name>ermolovd</name>
<email>ermolovd@yandex-team.com</email>
</author>
<published>2025-10-04T09:31:06Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=049bea0346b33ad90b43610d810ad30e71b3c8aa'/>
<id>urn:sha1:049bea0346b33ad90b43610d810ad30e71b3c8aa</id>
<content type='text'>
commit_hash:869aeab23ea9ff098cefb8ffbee64fb340352cf4
</content>
</entry>
<entry>
<title>YT-26221: Parse control events and save trace info in operations archive</title>
<updated>2025-10-03T17:17:47Z</updated>
<author>
<name>bystrovserg</name>
<email>bystrovserg@yandex-team.com</email>
</author>
<published>2025-10-03T17:01:31Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=a9f494913848a8e56b5c10d83d0615a0f51dd71f'/>
<id>urn:sha1:a9f494913848a8e56b5c10d83d0615a0f51dd71f</id>
<content type='text'>
commit_hash:af1a447629e24e0b2fa1e075a45fdc5b5cb16bf4
</content>
</entry>
</feed>
