@powersync/service-module-postgres-storage 0.14.0 → 0.15.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 CHANGED
@@ -1,5 +1,38 @@
1
1
  # @powersync/service-module-postgres-storage
2
2
 
3
+ ## 0.15.0
4
+
5
+ ### Minor Changes
6
+
7
+ - e2bf1ad: [Internal] rework resolveTables to handle multiple SourceTables.
8
+ - 15e2466: [MongoDB] Support snapshotting concurrently with streaming in storage v3+.
9
+ - ebeaa3b: [Postgres] Skip storing a redundant copy of replicated rows in `current_data` for tables with `REPLICA IDENTITY FULL`.
10
+
11
+ ### Patch Changes
12
+
13
+ - 6e2a57e: Refactor HydratedSyncConfig to support multiple SyncConfigs.
14
+ - Updated dependencies [17fd96b]
15
+ - Updated dependencies [6e2a57e]
16
+ - Updated dependencies [ec6df9f]
17
+ - Updated dependencies [99d33d5]
18
+ - Updated dependencies [cae92ce]
19
+ - Updated dependencies [5ac5345]
20
+ - Updated dependencies [15cb880]
21
+ - Updated dependencies [f2f5086]
22
+ - Updated dependencies [5b1b215]
23
+ - Updated dependencies [e2bf1ad]
24
+ - Updated dependencies [92cc83b]
25
+ - Updated dependencies [0aab0f9]
26
+ - Updated dependencies [15e2466]
27
+ - Updated dependencies [ebeaa3b]
28
+ - Updated dependencies [b116857]
29
+ - Updated dependencies [a94b6c3]
30
+ - @powersync/service-core@1.22.0
31
+ - @powersync/service-sync-rules@0.37.0
32
+ - @powersync/lib-services-framework@0.9.5
33
+ - @powersync/service-jpgwire@0.21.19
34
+ - @powersync/lib-service-postgres@0.4.28
35
+
3
36
  ## 0.14.0
4
37
 
5
38
  ### Minor Changes