@powersync/service-module-postgres-storage 0.9.0 → 0.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +34 -0
- package/LICENSE +3 -3
- package/dist/.tsbuildinfo +1 -1
- package/dist/@types/storage/PostgresSyncRulesStorage.d.ts +3 -1
- package/dist/@types/types/models/SyncRules.d.ts +2 -2
- package/dist/storage/PostgresSyncRulesStorage.js +19 -6
- package/dist/storage/PostgresSyncRulesStorage.js.map +1 -1
- package/dist/storage/batch/PostgresBucketBatch.js +6 -3
- package/dist/storage/batch/PostgresBucketBatch.js.map +1 -1
- package/package.json +11 -10
- package/src/storage/PostgresSyncRulesStorage.ts +26 -7
- package/src/storage/batch/PostgresBucketBatch.ts +5 -3
- package/test/src/__snapshots__/storage_sync.test.ts.snap +319 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,39 @@
|
|
|
1
1
|
# @powersync/service-module-postgres-storage
|
|
2
2
|
|
|
3
|
+
## 0.10.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 6d4a4d1: Create a persisted checksum cache when compacting buckets.
|
|
8
|
+
- c27e1c8: Upgrade Node, Sentry, Fastify and OpenTelemetry dependencies.
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- 060b829: Update license abbreviation to FSL-1.1-ALv2.
|
|
13
|
+
- d49bebe: - Hooked up the MySQL binlog heartbeat events with the bucket batch keepalive mechanism.
|
|
14
|
+
Heartbeat events will now update the latest keepalive timestamp in the sync rules.
|
|
15
|
+
- Updated dependencies [6d4a4d1]
|
|
16
|
+
- Updated dependencies [b0b8ae9]
|
|
17
|
+
- Updated dependencies [d2be184]
|
|
18
|
+
- Updated dependencies [29a368e]
|
|
19
|
+
- Updated dependencies [c27e1c8]
|
|
20
|
+
- Updated dependencies [5284fb5]
|
|
21
|
+
- Updated dependencies [18435a4]
|
|
22
|
+
- Updated dependencies [5284fb5]
|
|
23
|
+
- Updated dependencies [f56acce]
|
|
24
|
+
- Updated dependencies [6fd0242]
|
|
25
|
+
- Updated dependencies [6315334]
|
|
26
|
+
- Updated dependencies [86807d0]
|
|
27
|
+
- Updated dependencies [060b829]
|
|
28
|
+
- Updated dependencies [d49bebe]
|
|
29
|
+
- @powersync/service-core@1.15.0
|
|
30
|
+
- @powersync/service-sync-rules@0.29.0
|
|
31
|
+
- @powersync/service-types@0.13.0
|
|
32
|
+
- @powersync/lib-service-postgres@0.4.7
|
|
33
|
+
- @powersync/lib-services-framework@0.7.3
|
|
34
|
+
- @powersync/service-jpgwire@0.20.2
|
|
35
|
+
- @powersync/service-jsonbig@0.17.11
|
|
36
|
+
|
|
3
37
|
## 0.9.0
|
|
4
38
|
|
|
5
39
|
### Minor Changes
|
package/LICENSE
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
# Functional Source License, Version 1.1,
|
|
1
|
+
# Functional Source License, Version 1.1, ALv2 Future License
|
|
2
2
|
|
|
3
3
|
## Abbreviation
|
|
4
4
|
|
|
5
|
-
FSL-1.1-
|
|
5
|
+
FSL-1.1-ALv2
|
|
6
6
|
|
|
7
7
|
## Notice
|
|
8
8
|
|
|
9
|
-
Copyright 2023-
|
|
9
|
+
Copyright 2023-2025 Journey Mobile, Inc.
|
|
10
10
|
|
|
11
11
|
## Terms and Conditions
|
|
12
12
|
|