Skip to content

Commit fb58929

Browse files
committed
update(proto): update to package compiling protos from a submodule
1 parent bafe225 commit fb58929

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
# Changelog
22

3+
### 2.6.0
4+
* YDB definitions bundle and generating bundle from protobuf files have been moved to ydb-sdk-proto
5+
dependency package
6+
37
### 2.5.0
48
* All authentication helper classes are now exported from top-level and ready to be used in client
59
code.
610
* Added authentication code snippets to /examples
711

812
### 2.4.0
9-
* Support new unified environment variables: YDB_ACCESS_TOKEN_CREDENTIALS,
13+
* Support new unified environment variables: YDB_ACCESS_TOKEN_CREDENTIALS,
1014
YDB_ANONYMOUS_CREDENTIALS, YDB_METADATA_CREDENTIALS, YDB_SERVICE_ACCOUNT_KEY_FILE_CREDENTIALS
11-
* Deprecate old credentials environment variables: YDB_TOKEN, SA_ID, SA_PRIVATE_KEY_FILE,
15+
* Deprecate old credentials environment variables: YDB_TOKEN, SA_ID, SA_PRIVATE_KEY_FILE,
1216
SA_ACCESS_KEY_ID, SA_JSON_FILE
1317
* Put back embedded certificate file, now certificates for YDB dedicated instances are
1418
concatenated with system certificates, which should allow to use embedded certificate

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"pino": "^6.3.0",
4040
"reflect-metadata": "^0.1.13",
4141
"yandex-cloud": "^1.4.2",
42-
"ydb-sdk-proto": "^0.0.1"
42+
"ydb-sdk-proto": "^0.1.0"
4343
},
4444
"devDependencies": {
4545
"@types/jest": "^27.0.1",

0 commit comments

Comments
 (0)