@powersync/service-module-postgres-storage 0.0.0-dev-20250804065653 → 0.0.0-dev-20250811145516
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 -11
- package/LICENSE +3 -3
- package/dist/.tsbuildinfo +1 -1
- package/dist/@types/storage/PostgresSyncRulesStorage.d.ts +2 -2
- package/dist/storage/PostgresReportStorageFactory.js +3 -4
- package/dist/storage/PostgresReportStorageFactory.js.map +1 -1
- package/dist/storage/PostgresSyncRulesStorage.js +16 -9
- package/dist/storage/PostgresSyncRulesStorage.js.map +1 -1
- package/package.json +9 -9
- package/src/storage/PostgresReportStorageFactory.ts +3 -4
- package/src/storage/PostgresSyncRulesStorage.ts +21 -10
- package/test/src/__snapshots__/sdk-report-storage.test.ts.snap +4 -4
- package/test/src/sdk-report-storage.test.ts +5 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,28 @@
|
|
|
1
1
|
# @powersync/service-module-postgres-storage
|
|
2
2
|
|
|
3
|
-
## 0.0.0-dev-
|
|
3
|
+
## 0.0.0-dev-20250811145516
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- a700ec9: Reporting mongo storage added to storage engine.
|
|
8
|
+
- 060b829: Update license abbreviation to FSL-1.1-ALv2.
|
|
9
|
+
- Updated dependencies [f1d187b]
|
|
10
|
+
- Updated dependencies [a700ec9]
|
|
11
|
+
- Updated dependencies [060b829]
|
|
12
|
+
- @powersync/service-core@0.0.0-dev-20250811145516
|
|
13
|
+
- @powersync/service-types@0.0.0-dev-20250811145516
|
|
14
|
+
- @powersync/lib-services-framework@0.0.0-dev-20250811145516
|
|
15
|
+
- @powersync/service-core-tests@0.0.0-dev-20250811145516
|
|
16
|
+
- @powersync/service-sync-rules@0.0.0-dev-20250811145516
|
|
17
|
+
- @powersync/lib-service-postgres@0.0.0-dev-20250811145516
|
|
18
|
+
- @powersync/service-jpgwire@0.0.0-dev-20250811145516
|
|
19
|
+
- @powersync/service-jsonbig@0.0.0-dev-20250811145516
|
|
20
|
+
|
|
21
|
+
## 0.9.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|
|
6
24
|
|
|
25
|
+
- b1add5a: [MongoDB Storage] Compact action now also compacts parameter lookup storage.
|
|
7
26
|
- d56eeb9: Delay switching over to new sync rules until we have a consistent checkpoint.
|
|
8
27
|
- d4db4e2: MySQL:
|
|
9
28
|
- Added schema change handling
|
|
@@ -18,24 +37,21 @@
|
|
|
18
37
|
|
|
19
38
|
### Patch Changes
|
|
20
39
|
|
|
21
|
-
-
|
|
40
|
+
- Updated dependencies [b1add5a]
|
|
22
41
|
- Updated dependencies [2378e36]
|
|
23
42
|
- Updated dependencies [4a34a51]
|
|
24
|
-
- Updated dependencies [f1d187b]
|
|
25
43
|
- Updated dependencies [4ebc3bf]
|
|
26
44
|
- Updated dependencies [2378e36]
|
|
27
45
|
- Updated dependencies [a882b94]
|
|
28
46
|
- Updated dependencies [1aafdaf]
|
|
29
47
|
- Updated dependencies [d56eeb9]
|
|
30
|
-
- Updated dependencies [a700ec9]
|
|
31
48
|
- Updated dependencies [d4db4e2]
|
|
32
|
-
- @powersync/service-core@0.
|
|
33
|
-
- @powersync/service-
|
|
34
|
-
- @powersync/service-jpgwire@0.
|
|
35
|
-
- @powersync/service-
|
|
36
|
-
- @powersync/lib-services-framework@0.
|
|
37
|
-
- @powersync/service-
|
|
38
|
-
- @powersync/lib-service-postgres@0.0.0-dev-20250804065653
|
|
49
|
+
- @powersync/service-core-tests@0.11.0
|
|
50
|
+
- @powersync/service-core@1.14.0
|
|
51
|
+
- @powersync/service-jpgwire@0.20.1
|
|
52
|
+
- @powersync/service-sync-rules@0.28.0
|
|
53
|
+
- @powersync/lib-services-framework@0.7.2
|
|
54
|
+
- @powersync/lib-service-postgres@0.4.6
|
|
39
55
|
|
|
40
56
|
## 0.8.4
|
|
41
57
|
|
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
|
|