<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/yt/cpp, branch CLI_2.26.0</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=CLI_2.26.0</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=CLI_2.26.0'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2025-09-23T13:23:09Z</updated>
<entry>
<title>YT-26145: Revert visible changes for config serialization</title>
<updated>2025-09-23T13:23:09Z</updated>
<author>
<name>achains</name>
<email>achains@yandex-team.com</email>
</author>
<published>2025-09-23T12:38:31Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=6e3513d8ec0b4f82b63c04f808d553e798c3ec5f'/>
<id>urn:sha1:6e3513d8ec0b4f82b63c04f808d553e798c3ec5f</id>
<content type='text'>
&lt;Message NOT for release notes&gt;

* Changelog entry
  Type: fix
  Component: cpp-sdk

Revert breaking public changes in header files
commit_hash:e25a66243042b5961984505e6ecd67cb9f9f2635
</content>
</entry>
<entry>
<title>Fix read results with yson fields by reference.</title>
<updated>2025-09-23T08:26:12Z</updated>
<author>
<name>Tony-Romanov</name>
<email>150126326+Tony-Romanov@users.noreply.github.com</email>
</author>
<published>2025-09-23T08:05:52Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=fbe1e7a8085bd5a794406a47d9925b631159583b'/>
<id>urn:sha1:fbe1e7a8085bd5a794406a47d9925b631159583b</id>
<content type='text'>
Type: fix
Component: query-tracker

---

Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1427

Co-authored-by: Anton Romanov &lt;a-romanov@nebius.com&gt;
commit_hash:0be7c33547e351e840978eb763d6a56762f8a0d2
</content>
</entry>
<entry>
<title>YT-26145: TConfig serialization</title>
<updated>2025-09-19T14:55:25Z</updated>
<author>
<name>achains</name>
<email>achains@yandex-team.com</email>
</author>
<published>2025-09-19T13:38:48Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=d5841aaecfd21f305a7aa02367410d9f3a673136'/>
<id>urn:sha1:d5841aaecfd21f305a7aa02367410d9f3a673136</id>
<content type='text'>
* Changelog entry
  Type: feature
  Component: cpp-sdk

Add serialization / deserialization methods for TConfig class
commit_hash:b8dbd0cb04aa88fb629e6f2b855a3e7b1bad0ded
</content>
</entry>
<entry>
<title>YT-26196: increase stream timeouts for reading tables with rpc</title>
<updated>2025-09-19T10:08:44Z</updated>
<author>
<name>ermolovd</name>
<email>ermolovd@yandex-team.com</email>
</author>
<published>2025-09-19T09:19:36Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=cb7f210ad6f413f89213d510c28b4eb9fb6fb8b9'/>
<id>urn:sha1:cb7f210ad6f413f89213d510c28b4eb9fb6fb8b9</id>
<content type='text'>
commit_hash:bacf65d689e829af8ae1db6d8b6860ae4e551010
</content>
</entry>
<entry>
<title>YT-15805: introduce tz-types into type info</title>
<updated>2025-09-17T12:41:40Z</updated>
<author>
<name>ermolovd</name>
<email>ermolovd@yandex-team.com</email>
</author>
<published>2025-09-17T11:47:26Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=9f850526f9cea07d55a28f3cab6047074e994bac'/>
<id>urn:sha1:9f850526f9cea07d55a28f3cab6047074e994bac</id>
<content type='text'>
#### Добавление поддержки временных типов с часовым поясом (TZ-типы) 📝

- 🧱 Добавлены новые примитивные типы для представления даты, даты-времени и меток времени с часовым поясом: `TzDate32`, `TzDatetime64`, `TzTimestamp64`.
- 🧪 В модульные тесты добавлены проверки корректности создания и идентификации новых временных типов.
- 📦 Обновлена логика сериализации/десериализации: TZ-типы отображаются в строковый формат при работе с различными протоколами (Skiff, protobuf, JSON).
- ⚠️ В местах чтения данных добавлена заглушка, которая выбрасывает исключение при попытке обработки новых типов — это временное решение до реализации полной поддержки.
- 🔧 Упрощена иерархия классов примитивных типов за счёт использования шаблона `TPrimitiveTypeBase`.
- 🗂️ Изменён подход к обработке неизвестных типов в нескольких компонентах: вместо явного перечисления всех поддерживаемых типов теперь используется `default` ветка с общим обработчиком.

---
**Оценить качество описания можно [здесь](https://nda.ya.ru/t/_MxIaV0Q7FnCMG**

&lt;a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"&gt;&lt;font size="2"&gt;Autodescription by Code Assistant&lt;/font&gt;&lt;/a&gt;
commit_hash:265cf034372d36f60988238e273cbfe532c2a4e5
</content>
</entry>
<entry>
<title>YT-25583: Disable appending debug arguments by default</title>
<updated>2025-09-15T09:43:14Z</updated>
<author>
<name>rp-1</name>
<email>rp-1@yandex-team.com</email>
</author>
<published>2025-09-15T09:27:31Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=21e94f3512ca1aeda37ecb35b6ec498a0c9cd041'/>
<id>urn:sha1:21e94f3512ca1aeda37ecb35b6ec498a0c9cd041</id>
<content type='text'>
Disable appending debug arguments by default
commit_hash:52024039c1124ba43f07a2d8927b0ea5295a9617
</content>
</entry>
<entry>
<title>Add table_collocation support</title>
<updated>2025-09-10T09:32:47Z</updated>
<author>
<name>say</name>
<email>say@yandex-team.com</email>
</author>
<published>2025-09-10T09:18:56Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=5a2a1e68bf58f2212e7081b69fa3a7079b075b3e'/>
<id>urn:sha1:5a2a1e68bf58f2212e7081b69fa3a7079b075b3e</id>
<content type='text'>
* Changelog entry
Type: feature
Component: cpp-sdk

Add table_collocation support
commit_hash:70150205f53cbf945a970ccdd270f0e90b70ca59
</content>
</entry>
<entry>
<title>YT-25583: Rename parameter to enable_debug_command_line_arguments in C++ SDK</title>
<updated>2025-09-09T14:12:55Z</updated>
<author>
<name>rp-1</name>
<email>rp-1@yandex-team.com</email>
</author>
<published>2025-09-09T12:52:32Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=dcc139e7095b1dc604aebf711db371b3d29b5b7a'/>
<id>urn:sha1:dcc139e7095b1dc604aebf711db371b3d29b5b7a</id>
<content type='text'>
Rename append_debug_options to enable_debug_command_line_arguments
commit_hash:af73e8a4e566209d657fefadb1e90fe133b85de5
</content>
</entry>
<entry>
<title>YT-25583: Fix appending debug options to command jobs</title>
<updated>2025-09-04T20:32:34Z</updated>
<author>
<name>rp-1</name>
<email>rp-1@yandex-team.com</email>
</author>
<published>2025-09-04T20:16:45Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=4942f1a013ee74eaac8fab28707dbb98ff43d30d'/>
<id>urn:sha1:4942f1a013ee74eaac8fab28707dbb98ff43d30d</id>
<content type='text'>
Check if command job when appending debug options
commit_hash:b9bb785bc0c7f25f175b41935a492f85e5a57562
</content>
</entry>
<entry>
<title>YT-26083: Support LinkNodes with attributes via rpc</title>
<updated>2025-09-04T08:48:32Z</updated>
<author>
<name>achains</name>
<email>achains@yandex-team.com</email>
</author>
<published>2025-09-04T08:26:35Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=af903872cb65cbe01633f71e5ad2fd0a91421bb7'/>
<id>urn:sha1:af903872cb65cbe01633f71e5ad2fd0a91421bb7</id>
<content type='text'>
* Changelog entry
  Type: feature
  Component: proxy

Support LinkNodes with attributes via rpc
commit_hash:c45c720ee7b9977cb5b68e79ff37878f4ee83280
</content>
</entry>
</feed>
