@powersync/service-module-postgres-storage 0.0.0-dev-20250304151813 → 0.0.0-dev-20250307115534
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 +25 -7
- package/dist/.tsbuildinfo +1 -1
- package/dist/@types/storage/PostgresSyncRulesStorage.d.ts +4 -4
- package/dist/@types/storage/batch/PostgresBucketBatch.d.ts +4 -4
- package/dist/storage/PostgresCompactor.js.map +1 -1
- package/dist/storage/PostgresSyncRulesStorage.js +13 -10
- package/dist/storage/PostgresSyncRulesStorage.js.map +1 -1
- package/dist/storage/batch/PostgresBucketBatch.js +7 -4
- package/dist/storage/batch/PostgresBucketBatch.js.map +1 -1
- package/dist/utils/bucket-data.js +2 -2
- package/dist/utils/bucket-data.js.map +1 -1
- package/package.json +6 -6
- package/src/storage/PostgresCompactor.ts +7 -7
- package/src/storage/PostgresSyncRulesStorage.ts +20 -14
- package/src/storage/batch/PostgresBucketBatch.ts +11 -10
- package/src/utils/bucket-data.ts +2 -2
- package/test/src/setup.ts +2 -8
- package/test/src/storage.test.ts +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,36 @@
|
|
|
1
1
|
# @powersync/service-module-postgres-storage
|
|
2
2
|
|
|
3
|
-
## 0.0.0-dev-
|
|
3
|
+
## 0.0.0-dev-20250307115534
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- d239244: Refactored Metrics to use a MetricsEngine which is telemetry framework agnostic.
|
|
8
8
|
|
|
9
9
|
### Patch Changes
|
|
10
10
|
|
|
11
|
-
- Updated dependencies [
|
|
12
|
-
- @powersync/service-core-tests@0.0.0-dev-
|
|
13
|
-
- @powersync/service-core@0.0.0-dev-
|
|
14
|
-
- @powersync/
|
|
15
|
-
- @powersync/service-
|
|
11
|
+
- Updated dependencies [d239244]
|
|
12
|
+
- @powersync/service-core-tests@0.0.0-dev-20250307115534
|
|
13
|
+
- @powersync/service-core@0.0.0-dev-20250307115534
|
|
14
|
+
- @powersync/service-types@0.0.0-dev-20250307115534
|
|
15
|
+
- @powersync/lib-service-postgres@0.0.0-dev-20250307115534
|
|
16
|
+
|
|
17
|
+
## 0.5.0
|
|
18
|
+
|
|
19
|
+
### Minor Changes
|
|
20
|
+
|
|
21
|
+
- 698467c: Use bigint everywhere internally for OpId.
|
|
22
|
+
- ba7baeb: Make some service limits configurable.
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- Updated dependencies [0298720]
|
|
27
|
+
- Updated dependencies [698467c]
|
|
28
|
+
- Updated dependencies [ba7baeb]
|
|
29
|
+
- @powersync/service-sync-rules@0.24.1
|
|
30
|
+
- @powersync/service-core-tests@0.7.0
|
|
31
|
+
- @powersync/service-core@1.8.0
|
|
32
|
+
- @powersync/lib-service-postgres@0.4.0
|
|
33
|
+
- @powersync/service-types@0.9.0
|
|
16
34
|
|
|
17
35
|
## 0.4.2
|
|
18
36
|
|