<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/yt/cpp/mapreduce/client/client.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-08-19T12:24:08Z</updated>
<entry>
<title>[yt/cpp/mapreduce] YT-25894: Support $remaining_row_bytes in SkiffRow readers</title>
<updated>2025-08-19T12:24:08Z</updated>
<author>
<name>nadya73</name>
<email>nadya73@yandex-team.com</email>
</author>
<published>2025-08-19T12:03:44Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=8bd81db869d23a6cf025f51e8948528d568dcec0'/>
<id>urn:sha1:8bd81db869d23a6cf025f51e8948528d568dcec0</id>
<content type='text'>
commit_hash:f2670aa725e0acbd8cda1c6ccb7efc01c5f95ef5
</content>
</entry>
<entry>
<title>Allow passing ProxyUrlAliasingRules to clients directly</title>
<updated>2025-06-13T13:43:25Z</updated>
<author>
<name>ngc224</name>
<email>ngc224@yandex-team.com</email>
</author>
<published>2025-06-13T13:17:14Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=5af77c069f798dda36e69d1628c12252a5117702'/>
<id>urn:sha1:5af77c069f798dda36e69d1628c12252a5117702</id>
<content type='text'>
commit_hash:5493d9ed32b24050fa5feb08fe13097302ca0a23
</content>
</entry>
<entry>
<title>Simplify multiproxy API</title>
<updated>2025-06-07T12:46:39Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-06-07T12:20:53Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=8f827c09acb5a8559c20af8a35c90720b293ae18'/>
<id>urn:sha1:8f827c09acb5a8559c20af8a35c90720b293ae18</id>
<content type='text'>
This pull request refactors the RPC client creation process to enhance clarity and flexibility.

The previous method of specifying the Unix domain socket path directly in
```
CreateRpcClient(
	"socketPath",
	TCreateClientOptions()
    	.UseProxyUnixDomainSocket(true)
        .MultiproxyTargetCluster("clusterName"));
```

has been changed to

```
CreateRpcClient(
    "clusterName",
    TCreateClientOptions()
    	.JobUnixDomainSocketPath("socketPath"));
```

Also fixes a minor bug, when serverName was set to socket path instead of cluster name.
commit_hash:d2e19d713304fd99c864377203642cff7a4652e7
</content>
</entry>
<entry>
<title>YT-24245: Add MultiproxyTargetCluster option</title>
<updated>2025-05-27T13:00:53Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-05-27T12:42:48Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=b63664175ad2225afade783d34b7bd3d20286a0d'/>
<id>urn:sha1:b63664175ad2225afade783d34b7bd3d20286a0d</id>
<content type='text'>
commit_hash:4ad0d709eab6a3191e6cccd54f85765ae80cf3b2
</content>
</entry>
<entry>
<title>YT-23616: Split TRetryfulWriter implementation into rpc and http</title>
<updated>2025-04-23T12:59:27Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-04-23T12:43:56Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=7c0632d935742fed09b7e3c49c5677e9bc3320b3'/>
<id>urn:sha1:7c0632d935742fed09b7e3c49c5677e9bc3320b3</id>
<content type='text'>
commit_hash:2b01b1b2387f71903fc29f3364d1e5f46f35a703
</content>
</entry>
<entry>
<title>Don't wait Yt poller thread shutdown under lock</title>
<updated>2025-04-21T16:04:53Z</updated>
<author>
<name>udovichenko-r</name>
<email>udovichenko-r@yandex-team.com</email>
</author>
<published>2025-04-21T15:45:07Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=313931aa07bc4eac43f483a70122d78a21567078'/>
<id>urn:sha1:313931aa07bc4eac43f483a70122d78a21567078</id>
<content type='text'>
commit_hash:1ddf88b71f3418bee4e3621d13b822ef59dc8e9d
</content>
</entry>
<entry>
<title>YT-23616: Dispatch on some dyntable methods</title>
<updated>2025-04-18T03:26:19Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-04-18T03:14:31Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=794bfc553e78c09c6b275acbf5a71c62c722df1a'/>
<id>urn:sha1:794bfc553e78c09c6b275acbf5a71c62c722df1a</id>
<content type='text'>
commit_hash:c279c66b6d18c54f7f1794d2a0ba851119dd59c8
</content>
</entry>
<entry>
<title>YT-20969: C++ methods for reading table partitions</title>
<updated>2025-04-02T09:51:10Z</updated>
<author>
<name>ermolovd</name>
<email>ermolovd@yandex-team.com</email>
</author>
<published>2025-04-02T09:35:54Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=295387ba8adc18227ec4f401265e4e0bfc5e982a'/>
<id>urn:sha1:295387ba8adc18227ec4f401265e4e0bfc5e982a</id>
<content type='text'>
* Changelog entry
Type: feature
Component: cpp-mapreduce-sdk

Introduce methods for reading table partition
commit_hash:ab818edd21ccb2a9c5f3d5f010686c3314532192
</content>
</entry>
<entry>
<title>Change UnixDomainSocket option into boolean</title>
<updated>2025-04-01T23:16:52Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-04-01T23:02:00Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=71dbc38bded6bb95ef3da39caaeb56d8f61fa008'/>
<id>urn:sha1:71dbc38bded6bb95ef3da39caaeb56d8f61fa008</id>
<content type='text'>
commit_hash:b2716bf7efedb55f6a99c800356dfaaeab6abaff
</content>
</entry>
<entry>
<title>YT-23616: Add ProxyUnixDomainSocket client option</title>
<updated>2025-03-28T12:27:38Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-03-28T12:13:18Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=a3709f79ab2678b16c3b2b57e43dd977d08bf7bf'/>
<id>urn:sha1:a3709f79ab2678b16c3b2b57e43dd977d08bf7bf</id>
<content type='text'>
commit_hash:1f6882f7cda53ebe7e544d255f657f027af5b553
</content>
</entry>
</feed>
