Skip to content

Commit d3b77a9

Browse files
committed
Bump @ydbjs/auth-yandex-cloud to 0.1.1
1 parent ab9f96e commit d3b77a9

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.changeset/fix-service-account-key-cleaning.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

third-parties/auth-yandex-cloud/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @ydbjs/auth-yandex-cloud
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- a48d01c: Fix Service Account provider: clean private key in constructor
8+
- Move private key cleaning from JWT creation to constructor for better performance
9+
- Remove unnecessary log about warning line detection
10+
- Add key ID to debug logs for better traceability
11+
- Directly modify key.private_key instead of creating new object
12+
313
## 0.1.0
414

515
### Minor Changes

third-parties/auth-yandex-cloud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ydbjs/auth-yandex-cloud",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Yandex Cloud Service Account authentication provider for YDB. Supports authorized key JSON files and automatic IAM token management.",
55
"keywords": [
66
"ydb",

0 commit comments

Comments
 (0)