<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/yt/cpp/mapreduce/interface/client_method_options.h, branch meta-1.0.3-dev5</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=meta-1.0.3-dev5</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=meta-1.0.3-dev5'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2025-06-07T12:46:39Z</updated>
<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>Introduce suppress access tracking options</title>
<updated>2025-05-30T11:52:12Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-05-30T11:23:32Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=4850e38fc581e776c4b74166b24cc67a65726ae1'/>
<id>urn:sha1:4850e38fc581e776c4b74166b24cc67a65726ae1</id>
<content type='text'>
commit_hash:1b44475c0447374091b3f13cd7e2126757874ebb
</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: Add RPC implementation of LookupRows, DeleteRows and InsertRows methods</title>
<updated>2025-04-17T05:43:27Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-04-17T05:31:22Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=a2a5a3ce98cd881dd0f1d0d205a353dfa49cbbbb'/>
<id>urn:sha1:a2a5a3ce98cd881dd0f1d0d205a353dfa49cbbbb</id>
<content type='text'>
commit_hash:c71f62e346bef766379d7b3c3ac2933bb96ac543
</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>
<entry>
<title>YT-24560: Move ProxyRole from TCreateClientOptions to TConfig</title>
<updated>2025-03-24T20:46:36Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-03-24T20:32:35Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=0c198482005b44e3265cafbce86ebe229affc793'/>
<id>urn:sha1:0c198482005b44e3265cafbce86ebe229affc793</id>
<content type='text'>
commit_hash:084ed566137acac02d701e8b07c99af4c78db549
</content>
</entry>
<entry>
<title>YT-23616: Support ProxyRole in TCreateClientOptions</title>
<updated>2025-02-15T20:09:20Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-02-15T19:51:37Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=b49c2fc9d96aa43f8f993a9e2f037209f0ebdb68'/>
<id>urn:sha1:b49c2fc9d96aa43f8f993a9e2f037209f0ebdb68</id>
<content type='text'>
commit_hash:9ae5443415404568faae52d025c9c0fcbd8b8db4
</content>
</entry>
<entry>
<title>introduce batching for concatenate</title>
<updated>2025-02-11T08:47:01Z</updated>
<author>
<name>ermolovd</name>
<email>ermolovd@yandex-team.com</email>
</author>
<published>2025-02-11T08:25:22Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=3dc6d9b0c75d5069b6161422d636aadb725644a1'/>
<id>urn:sha1:3dc6d9b0c75d5069b6161422d636aadb725644a1</id>
<content type='text'>
commit_hash:9db24e2e676d80f2972897ed8f5a9b84c4f8628c
</content>
</entry>
</feed>
