Skip to content

Commit 885bed2

Browse files
committed
feat: migrate to PQueue for message handling in @ydbjs/topic
Signed-off-by: Vladislav Polyakov <polRk@ydb.tech>
1 parent 8573149 commit 885bed2

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

.changeset/fruity-chairs-brush.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+
Migrate to PQueue for storing end sending message from client

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"easy-lands-cut",
2525
"evil-dogs-drive",
2626
"fresh-bushes-know",
27+
"fruity-chairs-brush",
2728
"good-berries-share",
2829
"khaki-sloths-sing",
2930
"late-baths-push",

packages/topic/CHANGELOG.md

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

3+
## 6.0.0-alpha.18
4+
5+
### Patch Changes
6+
7+
- Migrate to PQueue for storing end sending message from client
8+
39
## 6.0.0-alpha.17
410

511
### Patch Changes

packages/topic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ydbjs/topic",
3-
"version": "6.0.0-alpha.17",
3+
"version": "6.0.0-alpha.18",
44
"description": "",
55
"license": "Apache-2.0",
66
"type": "module",

0 commit comments

Comments
 (0)