@powersync/service-module-postgres-storage 0.0.0-dev-20250827091123 → 0.0.0-dev-20250828134335
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 +27 -14
- package/dist/.tsbuildinfo +1 -1
- package/dist/@types/storage/PostgresStorageProvider.d.ts +1 -1
- package/dist/@types/storage/PostgresSyncRulesStorage.d.ts +3 -1
- package/dist/@types/{utils/test-utils.d.ts → storage/PostgresTestStorageFactoryGenerator.d.ts} +3 -5
- package/dist/@types/storage/storage-index.d.ts +1 -0
- package/dist/@types/types/models/models-index.d.ts +0 -1
- package/dist/@types/utils/utils-index.d.ts +0 -1
- package/dist/migrations/scripts/1684951997326-init.js +0 -18
- package/dist/migrations/scripts/1684951997326-init.js.map +1 -1
- package/dist/storage/PostgresStorageProvider.js +1 -10
- package/dist/storage/PostgresStorageProvider.js.map +1 -1
- package/dist/storage/PostgresSyncRulesStorage.js +19 -6
- package/dist/storage/PostgresSyncRulesStorage.js.map +1 -1
- package/dist/{utils/test-utils.js → storage/PostgresTestStorageFactoryGenerator.js} +6 -22
- package/dist/storage/PostgresTestStorageFactoryGenerator.js.map +1 -0
- package/dist/storage/batch/PostgresBucketBatch.js +5 -2
- package/dist/storage/batch/PostgresBucketBatch.js.map +1 -1
- package/dist/storage/storage-index.js +1 -0
- package/dist/storage/storage-index.js.map +1 -1
- package/dist/types/models/models-index.js +0 -1
- package/dist/types/models/models-index.js.map +1 -1
- package/dist/utils/utils-index.js +0 -1
- package/dist/utils/utils-index.js.map +1 -1
- package/package.json +12 -11
- package/src/migrations/scripts/1684951997326-init.ts +0 -22
- package/src/storage/PostgresStorageProvider.ts +2 -13
- package/src/storage/PostgresSyncRulesStorage.ts +26 -7
- package/src/{utils/test-utils.ts → storage/PostgresTestStorageFactoryGenerator.ts} +5 -21
- package/src/storage/batch/PostgresBucketBatch.ts +4 -2
- package/src/storage/storage-index.ts +1 -0
- package/src/types/models/models-index.ts +0 -1
- package/src/utils/utils-index.ts +0 -1
- package/test/src/__snapshots__/storage_sync.test.ts.snap +110 -0
- package/test/src/util.ts +6 -3
- package/dist/@types/migrations/scripts/1756282360128-connection-reporting.d.ts +0 -3
- package/dist/@types/storage/PostgresReportStorageFactory.d.ts +0 -24
- package/dist/@types/types/models/SdkReporting.d.ts +0 -21
- package/dist/migrations/scripts/1756282360128-connection-reporting.js +0 -107
- package/dist/migrations/scripts/1756282360128-connection-reporting.js.map +0 -1
- package/dist/storage/PostgresReportStorageFactory.js +0 -238
- package/dist/storage/PostgresReportStorageFactory.js.map +0 -1
- package/dist/types/models/SdkReporting.js +0 -17
- package/dist/types/models/SdkReporting.js.map +0 -1
- package/dist/utils/test-utils.js.map +0 -1
- package/src/migrations/scripts/1756282360128-connection-reporting.ts +0 -41
- package/src/storage/PostgresReportStorageFactory.ts +0 -258
- package/src/types/models/SdkReporting.ts +0 -23
- package/test/src/__snapshots__/connection-report-storage.test.ts.snap +0 -215
- package/test/src/connection-report-storage.test.ts +0 -233
package/CHANGELOG.md
CHANGED
|
@@ -1,32 +1,45 @@
|
|
|
1
1
|
# @powersync/service-module-postgres-storage
|
|
2
2
|
|
|
3
|
-
## 0.0.0-dev-
|
|
3
|
+
## 0.0.0-dev-20250828134335
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [d74d874]
|
|
8
|
+
- @powersync/service-core@0.0.0-dev-20250828134335
|
|
9
|
+
|
|
10
|
+
## 0.10.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- 6d4a4d1: Create a persisted checksum cache when compacting buckets.
|
|
15
|
+
- c27e1c8: Upgrade Node, Sentry, Fastify and OpenTelemetry dependencies.
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
6
18
|
|
|
7
|
-
- 0fad466: Added sdk reporting to storage
|
|
8
|
-
- a700ec9: Reporting mongo storage added to storage engine.
|
|
9
19
|
- 060b829: Update license abbreviation to FSL-1.1-ALv2.
|
|
10
20
|
- d49bebe: - Hooked up the MySQL binlog heartbeat events with the bucket batch keepalive mechanism.
|
|
11
21
|
Heartbeat events will now update the latest keepalive timestamp in the sync rules.
|
|
22
|
+
- Updated dependencies [6d4a4d1]
|
|
12
23
|
- Updated dependencies [b0b8ae9]
|
|
13
24
|
- Updated dependencies [d2be184]
|
|
14
25
|
- Updated dependencies [29a368e]
|
|
15
|
-
- Updated dependencies [
|
|
16
|
-
- Updated dependencies [0fad466]
|
|
26
|
+
- Updated dependencies [c27e1c8]
|
|
17
27
|
- Updated dependencies [5284fb5]
|
|
28
|
+
- Updated dependencies [18435a4]
|
|
18
29
|
- Updated dependencies [5284fb5]
|
|
19
|
-
- Updated dependencies [
|
|
30
|
+
- Updated dependencies [f56acce]
|
|
31
|
+
- Updated dependencies [6fd0242]
|
|
32
|
+
- Updated dependencies [6315334]
|
|
33
|
+
- Updated dependencies [86807d0]
|
|
20
34
|
- Updated dependencies [060b829]
|
|
21
35
|
- Updated dependencies [d49bebe]
|
|
22
|
-
- @powersync/service-
|
|
23
|
-
- @powersync/service-
|
|
24
|
-
- @powersync/service-types@0.
|
|
25
|
-
- @powersync/lib-
|
|
26
|
-
- @powersync/
|
|
27
|
-
- @powersync/
|
|
28
|
-
- @powersync/service-
|
|
29
|
-
- @powersync/service-jsonbig@0.0.0-dev-20250827091123
|
|
36
|
+
- @powersync/service-core@1.15.0
|
|
37
|
+
- @powersync/service-sync-rules@0.29.0
|
|
38
|
+
- @powersync/service-types@0.13.0
|
|
39
|
+
- @powersync/lib-service-postgres@0.4.7
|
|
40
|
+
- @powersync/lib-services-framework@0.7.3
|
|
41
|
+
- @powersync/service-jpgwire@0.20.2
|
|
42
|
+
- @powersync/service-jsonbig@0.17.11
|
|
30
43
|
|
|
31
44
|
## 0.9.0
|
|
32
45
|
|