Skip to content

Commit e190454

Browse files
Version Packages (#490)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 893d42b commit e190454

File tree

21 files changed

+77
-45
lines changed

21 files changed

+77
-45
lines changed

.changeset/angry-pumpkins-double.md

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

.changeset/calm-pans-worry.md

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

.changeset/lovely-impalas-do.md

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

.changeset/slow-spiders-smash.md

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

.changeset/spotty-students-serve.md

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

.changeset/swift-seahorses-help.md

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

packages/common/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @powersync/common
22

3+
## 1.24.0
4+
5+
### Minor Changes
6+
7+
- 893d42b: Introduced `fetchStrategy` option to connect, allowing you to choose either `buffered` or `sequential` for the Websocket connect option. Internally the functionality of `buffered` was used by default, but now it can be switched to the sequential mode. This changes the WebSocket sync queue to only process one sync event at a time, improving known keep-alive issues for lower-end hardware with minimal impact on sync performance.
8+
- 0606ac2: add 'connecting' flag to SyncStatus
9+
310
## 1.23.0
411

512
### Minor Changes

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/common",
3-
"version": "1.23.0",
3+
"version": "1.24.0",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"

packages/drizzle-driver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"test": "vitest"
2727
},
2828
"peerDependencies": {
29-
"@powersync/common": "workspace:^1.23.0",
29+
"@powersync/common": "workspace:^1.24.0",
3030
"drizzle-orm": "<1.0.0"
3131
},
3232
"devDependencies": {

packages/kysely-driver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"test": "pnpm build && vitest"
2727
},
2828
"peerDependencies": {
29-
"@powersync/common": "workspace:^1.23.0"
29+
"@powersync/common": "workspace:^1.24.0"
3030
},
3131
"dependencies": {
3232
"kysely": "^0.27.4"

0 commit comments

Comments
 (0)