Skip to content

Commit 97da283

Browse files
Version Packages (#660)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 810c6ad commit 97da283

26 files changed

+150
-77
lines changed

.changeset/bright-snakes-clean.md

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

.changeset/cuddly-dingos-check.md

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

.changeset/fresh-laws-join.md

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

.changeset/mighty-doors-judge.md

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

.changeset/orange-baboons-work.md

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

.changeset/short-countries-swim.md

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

packages/attachments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"test": "pnpm build && vitest"
3030
},
3131
"peerDependencies": {
32-
"@powersync/common": "workspace:^1.33.2"
32+
"@powersync/common": "workspace:^1.34.0"
3333
},
3434
"devDependencies": {
3535
"@powersync/common": "workspace:*",

packages/common/CHANGELOG.md

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

3+
## 1.34.0
4+
5+
### Minor Changes
6+
7+
- ab33799: Add experimental support for raw tables, giving you full control over the table structure to sync into.
8+
While PowerSync manages tables as JSON views by default, raw tables have to be created by the application
9+
developer.
10+
11+
For more information about raw tables, see [the documentation](https://docs.powersync.com/usage/use-case-examples/raw-tables).
12+
13+
- 810c6ad: Propagate logger from PowerSyncDatabase to streaming sync and remote implementations, and tweak some log messages.
14+
15+
### Patch Changes
16+
17+
- a1aa18c: Fix sync stream delays during CRUD upload.
18+
- 9fb898d: [Internal] Removed shared mutex implementation of `readLock` and `writeLock`.
19+
320
## 1.33.2
421

522
### Patch 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.33.2",
3+
"version": "1.34.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.33.2",
29+
"@powersync/common": "workspace:^1.34.0",
3030
"drizzle-orm": "<1.0.0"
3131
},
3232
"devDependencies": {

0 commit comments

Comments
 (0)