Skip to content

Commit 79ea6df

Browse files
github-actions[bot]polRk
authored andcommitted
Version Packages
1 parent 61e9330 commit 79ea6df

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

.changeset/fix-commit-offset-gap.md

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

examples/topic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@ydbjs/core": "^6.0.7",
1717
"@ydbjs/query": "^6.0.7",
18-
"@ydbjs/topic": "^6.1.0"
18+
"@ydbjs/topic": "^6.1.1"
1919
},
2020
"publishConfig": {
2121
"access": "restricted"

package-lock.json

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

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.1.1
4+
5+
### Patch Changes
6+
7+
- [#554](https://github.com/ydb-platform/ydb-js-sdk/pull/554) [`85b2ea0`](https://github.com/ydb-platform/ydb-js-sdk/commit/85b2ea05092e96943ccc2ed2fe1164d67345a910) Thanks [@polRk](https://github.com/polRk)! - Fix commit hanging indefinitely when there's a gap between committedOffset and first available message offset (e.g., due to retention policy deleting old messages).
8+
39
## 6.1.0
410

511
### Minor 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.1.0",
3+
"version": "6.1.1",
44
"description": "YDB Topics client for publish-subscribe messaging. Provides at-least-once delivery, exactly-once publishing, FIFO guarantees, and scalable message processing for unstructured data.",
55
"keywords": [
66
"ydb",

0 commit comments

Comments
 (0)