We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f96d6b commit 4ed1848Copy full SHA for 4ed1848
BUILD.md
@@ -45,3 +45,11 @@ Use the command below to run unit tests.
45
```sh
46
tox -epy38
47
```
48
+
49
+### Regenerate protobuf
50
51
+Use the command below for regenerate protobuf code.
52
53
+```sh
54
+make protobuf
55
+```
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+* Regenerate protobuf code from public api protos (some private protobufs was removed)
2
+* Remove internal S3 client code
3
4
## 2.11.0 ##
5
6
* removed unused experimental client from ydb python sdk.
0 commit comments