Skip to content

Commit b6bf6de

Browse files
committed
refactor: update version to 6.0.0-alpha.20 and improve error handling for topic clients
Signed-off-by: Vladislav Polyakov <[email protected]>
1 parent 7743ea3 commit b6bf6de

File tree

5 files changed

+27
-2
lines changed

5 files changed

+27
-2
lines changed

.changeset/moody-friends-laugh.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@ydbjs/topic': patch
3+
---
4+
5+
Remove conditional compressing

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,14 @@
3232
"lazy-dolls-dream",
3333
"major-aliens-go",
3434
"major-poets-work",
35+
"moody-friends-laugh",
3536
"moody-houses-divide",
3637
"polite-eggs-fetch",
3738
"pretty-zebras-enter",
3839
"quick-bananas-sip",
3940
"shy-rocks-find",
4041
"small-pigs-divide",
42+
"spicy-mammals-bet",
4143
"sweet-carpets-talk",
4244
"tall-colts-follow",
4345
"tender-symbols-drive",

.changeset/spicy-mammals-bet.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@ydbjs/topic': patch
3+
---
4+
5+
Improve error handling for topic clients

packages/topic/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @ydbjs/topic
22

3+
## 6.0.0-alpha.20
4+
5+
### Patch Changes
6+
7+
- Improve error handling for topic clients
8+
9+
## 6.0.0-alpha.19
10+
11+
### Patch Changes
12+
13+
- Remove conditional compressing
14+
315
## 6.0.0-alpha.18
416

517
### Patch Changes

packages/topic/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ydbjs/topic",
3-
"version": "6.0.0-alpha.18",
3+
"version": "6.0.0-alpha.20",
44
"description": "",
55
"license": "Apache-2.0",
66
"type": "module",
@@ -52,7 +52,8 @@
5252
"@ydbjs/value": "6.0.0-alpha.12",
5353
"debug": "^4.4.0",
5454
"ms": "^2.1.3",
55-
"nice-grpc": "^2.1.12"
55+
"nice-grpc": "^2.1.12",
56+
"xstate": "^5.19.4"
5657
},
5758
"devDependencies": {
5859
"@types/debug": "^4.1.12",

0 commit comments

Comments
 (0)