<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/library/cpp/protobuf, branch meta-1.0.3-dev2</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=meta-1.0.3-dev2</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=meta-1.0.3-dev2'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2025-06-17T09:07:27Z</updated>
<entry>
<title>Support google::protobuf::Struct and google::protobuf::Value in Json2Proto</title>
<updated>2025-06-17T09:07:27Z</updated>
<author>
<name>timuratshin</name>
<email>timuratshin@yandex-team.com</email>
</author>
<published>2025-06-17T08:39:01Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=280fed21e0058de0be049996f68b10a336b69370'/>
<id>urn:sha1:280fed21e0058de0be049996f68b10a336b69370</id>
<content type='text'>
Добавляем поддержку парсинга TJsonValue в google::protobuf::Struct и google::protobuf::Value

Сериализация в пути…
commit_hash:0815499b09ba8eeaf77dbda5ab5aced91f1e2474
</content>
</entry>
<entry>
<title>Intermediate changes</title>
<updated>2025-04-16T12:31:39Z</updated>
<author>
<name>robot-piglet</name>
<email>robot-piglet@yandex-team.com</email>
</author>
<published>2025-04-16T12:19:25Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=f2d5d88031564a430ea49c32ad0dc35f22008c72'/>
<id>urn:sha1:f2d5d88031564a430ea49c32ad0dc35f22008c72</id>
<content type='text'>
commit_hash:f16769226fca7335d2bcf5fb633bf82f06011d96
</content>
</entry>
<entry>
<title>Fix bug in proto2json map empty keys serialization</title>
<updated>2025-04-16T08:13:01Z</updated>
<author>
<name>voevodskiy</name>
<email>voevodskiy@yandex-team.com</email>
</author>
<published>2025-04-16T07:55:30Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=f4d366e1882cfbae7ccda2e7a601b9fa5da09bdb'/>
<id>urn:sha1:f4d366e1882cfbae7ccda2e7a601b9fa5da09bdb</id>
<content type='text'>
`&lt;library/cpp/protobuf/json/proto2json.h&gt;` неправильно сериализует пустой ключ protobuf'ной map'ы

```
message TMyMessage {
    map&lt;string, string&gt; Fields = 1;
}
```

При таком протобуфе

```
Fields { key: "" value: "1" }
```

Сейчас получается json

```
{
    "value": "1"
}
```

Хотя должен получаться такой

```
{
    "": 1
}
```
commit_hash:e678bffbda1a062fa0fcaaba65c2e5f6bf13d558
</content>
</entry>
<entry>
<title>Intermediate changes</title>
<updated>2025-04-11T10:13:08Z</updated>
<author>
<name>robot-piglet</name>
<email>robot-piglet@yandex-team.com</email>
</author>
<published>2025-04-11T09:48:16Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=b6b2ed1703f13a750993297a29862b818a781ced'/>
<id>urn:sha1:b6b2ed1703f13a750993297a29862b818a781ced</id>
<content type='text'>
commit_hash:3ca33ca3ca1c17f83267938f846bee0cb3c3461b
</content>
</entry>
<entry>
<title>change orm</title>
<updated>2025-03-19T09:08:07Z</updated>
<author>
<name>athene-grey</name>
<email>athene-grey@yandex-team.com</email>
</author>
<published>2025-03-19T08:45:53Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=6c4b9a2b45127baabf73cdcb6323f3e3e09e5440'/>
<id>urn:sha1:6c4b9a2b45127baabf73cdcb6323f3e3e09e5440</id>
<content type='text'>
commit_hash:9c93eed6009f6341594f2c67190e2c9574947f8e
</content>
</entry>
<entry>
<title>Intermediate changes</title>
<updated>2025-01-09T18:09:19Z</updated>
<author>
<name>robot-piglet</name>
<email>robot-piglet@yandex-team.com</email>
</author>
<published>2025-01-09T17:55:43Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=667707fa06732f2943922d08ef77a2c9a52cbd47'/>
<id>urn:sha1:667707fa06732f2943922d08ef77a2c9a52cbd47</id>
<content type='text'>
commit_hash:c97917e5fe0a2f094b8f7a50cf183357e8d07096
</content>
</entry>
<entry>
<title>SortMapKeys in proto2json for deterministic seriarialization</title>
<updated>2024-09-30T14:11:11Z</updated>
<author>
<name>dimastark</name>
<email>dimastark@yandex-team.com</email>
</author>
<published>2024-09-30T13:58:58Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=4cd5d4661db60c7f096ec51f08bca0ed7aba8f9b'/>
<id>urn:sha1:4cd5d4661db60c7f096ec51f08bca0ed7aba8f9b</id>
<content type='text'>
commit_hash:e64dedae589fa2d16347be4d80e2596f46566b38
</content>
</entry>
<entry>
<title>Поддержка автопартиционирования топиков в MVP (перенос из mvp/stable-2024-07)</title>
<updated>2024-09-09T11:59:11Z</updated>
<author>
<name>tesseract</name>
<email>tesseract@yandex-team.com</email>
</author>
<published>2024-09-09T11:47:50Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=f49f63dc87ade98240dbb20ac1f2889b3b2ef0aa'/>
<id>urn:sha1:f49f63dc87ade98240dbb20ac1f2889b3b2ef0aa</id>
<content type='text'>
fix create stream without autopartitioning

Add topics autopartitioning for MVP
fix
add support
apply datastreams patch

Fix empty result of datastreams if kinesisEndpoint is not set
2a51beea2bab550e743f19ec7ee8c5c5eb27ed15
</content>
</entry>
<entry>
<title>[yt/cpp/mapreduce]Fix build with system protoc, std::string and system stl</title>
<updated>2024-07-30T11:12:09Z</updated>
<author>
<name>nadya73</name>
<email>nadya73@yandex-team.com</email>
</author>
<published>2024-07-30T10:16:23Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=cb13057a00bee6a4c0dd414b44686d3ee5680cba'/>
<id>urn:sha1:cb13057a00bee6a4c0dd414b44686d3ee5680cba</id>
<content type='text'>
Fix build with system protoc, std::string and system stl
8b5b81b2d7855f6b0dcb4bb0583a6408e5b7d3f7
</content>
</entry>
<entry>
<title>Intermediate changes</title>
<updated>2024-07-19T14:41:55Z</updated>
<author>
<name>robot-piglet</name>
<email>robot-piglet@yandex-team.com</email>
</author>
<published>2024-07-19T14:30:04Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=b48cb40b16a2a26d360ddcb809dcbf48a3843513'/>
<id>urn:sha1:b48cb40b16a2a26d360ddcb809dcbf48a3843513</id>
<content type='text'>
</content>
</entry>
</feed>
