@powersync/service-module-postgres 0.19.2 → 0.19.4
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/dist/api/PostgresRouteAPIAdapter.d.ts +1 -1
- package/dist/api/PostgresRouteAPIAdapter.js +63 -72
- package/dist/api/PostgresRouteAPIAdapter.js.map +1 -1
- package/dist/module/PostgresModule.js.map +1 -1
- package/dist/replication/MissingReplicationSlotError.d.ts +41 -0
- package/dist/replication/MissingReplicationSlotError.js +33 -0
- package/dist/replication/MissingReplicationSlotError.js.map +1 -0
- package/dist/replication/PostgresErrorRateLimiter.js +1 -1
- package/dist/replication/PostgresErrorRateLimiter.js.map +1 -1
- package/dist/replication/SnapshotQuery.js +2 -2
- package/dist/replication/SnapshotQuery.js.map +1 -1
- package/dist/replication/WalStream.d.ts +37 -14
- package/dist/replication/WalStream.js +145 -41
- package/dist/replication/WalStream.js.map +1 -1
- package/dist/replication/WalStreamReplicationJob.d.ts +1 -1
- package/dist/replication/WalStreamReplicationJob.js +7 -4
- package/dist/replication/WalStreamReplicationJob.js.map +1 -1
- package/dist/replication/WalStreamReplicator.d.ts +0 -1
- package/dist/replication/WalStreamReplicator.js +0 -22
- package/dist/replication/WalStreamReplicator.js.map +1 -1
- package/dist/replication/replication-index.d.ts +3 -1
- package/dist/replication/replication-index.js +3 -1
- package/dist/replication/replication-index.js.map +1 -1
- package/dist/replication/replication-utils.d.ts +3 -11
- package/dist/replication/replication-utils.js +101 -164
- package/dist/replication/replication-utils.js.map +1 -1
- package/dist/replication/wal-budget-utils.d.ts +23 -0
- package/dist/replication/wal-budget-utils.js +57 -0
- package/dist/replication/wal-budget-utils.js.map +1 -0
- package/dist/types/registry.js +1 -1
- package/dist/types/registry.js.map +1 -1
- package/package.json +15 -11
- package/sql/check-source-configuration.plpgsql +13 -0
- package/sql/debug-tables-info-batched.plpgsql +230 -0
- package/CHANGELOG.md +0 -843
- package/src/api/PostgresRouteAPIAdapter.ts +0 -356
- package/src/index.ts +0 -1
- package/src/module/PostgresModule.ts +0 -122
- package/src/replication/ConnectionManagerFactory.ts +0 -33
- package/src/replication/PgManager.ts +0 -122
- package/src/replication/PgRelation.ts +0 -41
- package/src/replication/PostgresErrorRateLimiter.ts +0 -48
- package/src/replication/SnapshotQuery.ts +0 -213
- package/src/replication/WalStream.ts +0 -1157
- package/src/replication/WalStreamReplicationJob.ts +0 -138
- package/src/replication/WalStreamReplicator.ts +0 -79
- package/src/replication/replication-index.ts +0 -5
- package/src/replication/replication-utils.ts +0 -398
- package/src/types/registry.ts +0 -275
- package/src/types/resolver.ts +0 -227
- package/src/types/types.ts +0 -44
- package/src/utils/application-name.ts +0 -8
- package/src/utils/migration_lib.ts +0 -80
- package/src/utils/populate_test_data.ts +0 -37
- package/src/utils/populate_test_data_worker.ts +0 -53
- package/src/utils/postgres_version.ts +0 -8
- package/test/src/checkpoints.test.ts +0 -86
- package/test/src/chunked_snapshots.test.ts +0 -161
- package/test/src/env.ts +0 -11
- package/test/src/large_batch.test.ts +0 -241
- package/test/src/pg_test.test.ts +0 -729
- package/test/src/resuming_snapshots.test.ts +0 -160
- package/test/src/route_api_adapter.test.ts +0 -62
- package/test/src/schema_changes.test.ts +0 -655
- package/test/src/setup.ts +0 -12
- package/test/src/slow_tests.test.ts +0 -519
- package/test/src/storage_combination.test.ts +0 -35
- package/test/src/types/registry.test.ts +0 -149
- package/test/src/util.ts +0 -151
- package/test/src/validation.test.ts +0 -63
- package/test/src/wal_stream.test.ts +0 -607
- package/test/src/wal_stream_utils.ts +0 -284
- package/test/tsconfig.json +0 -27
- package/tsconfig.json +0 -34
- package/tsconfig.tsbuildinfo +0 -1
- package/vitest.config.ts +0 -3
package/CHANGELOG.md
DELETED
|
@@ -1,843 +0,0 @@
|
|
|
1
|
-
# @powersync/service-module-postgres
|
|
2
|
-
|
|
3
|
-
## 0.19.2
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- @powersync/service-core@1.20.3
|
|
8
|
-
|
|
9
|
-
## 0.19.1
|
|
10
|
-
|
|
11
|
-
### Patch Changes
|
|
12
|
-
|
|
13
|
-
- Updated dependencies [224c35e]
|
|
14
|
-
- Updated dependencies [acf1486]
|
|
15
|
-
- Updated dependencies [391c5ef]
|
|
16
|
-
- Updated dependencies [7ee87d4]
|
|
17
|
-
- Updated dependencies [99de8be]
|
|
18
|
-
- Updated dependencies [9daf965]
|
|
19
|
-
- Updated dependencies [4c92c24]
|
|
20
|
-
- Updated dependencies [3d230c2]
|
|
21
|
-
- Updated dependencies [206633f]
|
|
22
|
-
- Updated dependencies [3a0627e]
|
|
23
|
-
- Updated dependencies [275fd5f]
|
|
24
|
-
- Updated dependencies [7ce1b8e]
|
|
25
|
-
- @powersync/service-sync-rules@0.34.0
|
|
26
|
-
- @powersync/service-core@1.20.2
|
|
27
|
-
- @powersync/lib-services-framework@0.9.1
|
|
28
|
-
- @powersync/service-jpgwire@0.21.15
|
|
29
|
-
- @powersync/lib-service-postgres@0.4.24
|
|
30
|
-
|
|
31
|
-
## 0.19.0
|
|
32
|
-
|
|
33
|
-
### Minor Changes
|
|
34
|
-
|
|
35
|
-
- 8c5bb3b: [Internal] Allow using multiple BucketStorageBatch instances concurrently.
|
|
36
|
-
- c15efc7: [Internal] Track and propagate source on buckets and parameter indexes to storage APIs.
|
|
37
|
-
|
|
38
|
-
### Patch Changes
|
|
39
|
-
|
|
40
|
-
- Updated dependencies [8c5bb3b]
|
|
41
|
-
- Updated dependencies [dcddcf1]
|
|
42
|
-
- Updated dependencies [c15efc7]
|
|
43
|
-
- Updated dependencies [e7152ce]
|
|
44
|
-
- Updated dependencies [e150c5c]
|
|
45
|
-
- Updated dependencies [b410924]
|
|
46
|
-
- @powersync/service-core@1.20.1
|
|
47
|
-
- @powersync/lib-services-framework@0.9.0
|
|
48
|
-
- @powersync/service-sync-rules@0.33.0
|
|
49
|
-
- @powersync/lib-service-postgres@0.4.23
|
|
50
|
-
- @powersync/service-jpgwire@0.21.14
|
|
51
|
-
|
|
52
|
-
## 0.18.0
|
|
53
|
-
|
|
54
|
-
### Minor Changes
|
|
55
|
-
|
|
56
|
-
- 8bd83e8: Introduce storage versions.
|
|
57
|
-
|
|
58
|
-
### Patch Changes
|
|
59
|
-
|
|
60
|
-
- Updated dependencies [15aea77]
|
|
61
|
-
- Updated dependencies [0998251]
|
|
62
|
-
- Updated dependencies [65f3c89]
|
|
63
|
-
- Updated dependencies [1c45667]
|
|
64
|
-
- Updated dependencies [8785a3f]
|
|
65
|
-
- Updated dependencies [8a4c34e]
|
|
66
|
-
- Updated dependencies [b440093]
|
|
67
|
-
- Updated dependencies [d7ff4ad]
|
|
68
|
-
- Updated dependencies [c683322]
|
|
69
|
-
- Updated dependencies [8bd83e8]
|
|
70
|
-
- Updated dependencies [83989b2]
|
|
71
|
-
- Updated dependencies [79a9729]
|
|
72
|
-
- Updated dependencies [5edd95f]
|
|
73
|
-
- @powersync/lib-service-postgres@0.4.22
|
|
74
|
-
- @powersync/service-jpgwire@0.21.13
|
|
75
|
-
- @powersync/service-core@1.20.0
|
|
76
|
-
- @powersync/service-types@0.15.0
|
|
77
|
-
- @powersync/service-sync-rules@0.32.0
|
|
78
|
-
- @powersync/lib-services-framework@0.8.3
|
|
79
|
-
|
|
80
|
-
## 0.17.2
|
|
81
|
-
|
|
82
|
-
### Patch Changes
|
|
83
|
-
|
|
84
|
-
- Updated dependencies [a04252d]
|
|
85
|
-
- @powersync/service-sync-rules@0.31.1
|
|
86
|
-
- @powersync/lib-services-framework@0.8.2
|
|
87
|
-
- @powersync/service-jpgwire@0.21.12
|
|
88
|
-
- @powersync/service-core@1.19.2
|
|
89
|
-
- @powersync/lib-service-postgres@0.4.21
|
|
90
|
-
|
|
91
|
-
## 0.17.1
|
|
92
|
-
|
|
93
|
-
### Patch Changes
|
|
94
|
-
|
|
95
|
-
- 479997b: Introduce `BaseSyncConfig` to represent SQL-based sync rules and precompiled sync plans.
|
|
96
|
-
- Updated dependencies [0e99ce0]
|
|
97
|
-
- Updated dependencies [479997b]
|
|
98
|
-
- Updated dependencies [d1c2228]
|
|
99
|
-
- Updated dependencies [1a1a4cc]
|
|
100
|
-
- @powersync/service-sync-rules@0.31.0
|
|
101
|
-
- @powersync/service-core@1.19.1
|
|
102
|
-
- @powersync/lib-services-framework@0.8.1
|
|
103
|
-
- @powersync/service-jpgwire@0.21.11
|
|
104
|
-
- @powersync/lib-service-postgres@0.4.20
|
|
105
|
-
|
|
106
|
-
## 0.17.0
|
|
107
|
-
|
|
108
|
-
### Minor Changes
|
|
109
|
-
|
|
110
|
-
- e578245: [Internal] Refactor sync rule representation to split out the parsed definitions from the hydrated state.
|
|
111
|
-
|
|
112
|
-
### Patch Changes
|
|
113
|
-
|
|
114
|
-
- e6921dd: Remove unused dependencies.
|
|
115
|
-
- Updated dependencies [05b9661]
|
|
116
|
-
- Updated dependencies [eaa04cc]
|
|
117
|
-
- Updated dependencies [781d0e3]
|
|
118
|
-
- Updated dependencies [e578245]
|
|
119
|
-
- Updated dependencies [3040079]
|
|
120
|
-
- Updated dependencies [3b2c512]
|
|
121
|
-
- Updated dependencies [a02cc58]
|
|
122
|
-
- Updated dependencies [e108ffd]
|
|
123
|
-
- @powersync/service-core@1.19.0
|
|
124
|
-
- @powersync/service-sync-rules@0.30.0
|
|
125
|
-
- @powersync/lib-services-framework@0.8.0
|
|
126
|
-
- @powersync/service-types@0.14.0
|
|
127
|
-
- @powersync/service-jpgwire@0.21.10
|
|
128
|
-
- @powersync/lib-service-postgres@0.4.19
|
|
129
|
-
|
|
130
|
-
## 0.16.16
|
|
131
|
-
|
|
132
|
-
### Patch Changes
|
|
133
|
-
|
|
134
|
-
- a4ead94: Fix decoding arrays of enums, fix decoding `box[]` columns during initial replication.
|
|
135
|
-
- bdfd287: Add the `timestamp_max_precision` option for sync rules. It can be set to `seconds`, `milliseconds` or `microseconds` to restrict the precision of synced datetime values.
|
|
136
|
-
- c2da2be: Update `pgwire` to version `0.8.1`.
|
|
137
|
-
- Updated dependencies [8fdbf8d]
|
|
138
|
-
- Updated dependencies [bdfd287]
|
|
139
|
-
- Updated dependencies [c2da2be]
|
|
140
|
-
- @powersync/service-core@1.18.2
|
|
141
|
-
- @powersync/service-sync-rules@0.29.10
|
|
142
|
-
- @powersync/service-jpgwire@0.21.9
|
|
143
|
-
- @powersync/lib-services-framework@0.7.14
|
|
144
|
-
- @powersync/lib-service-postgres@0.4.18
|
|
145
|
-
|
|
146
|
-
## 0.16.15
|
|
147
|
-
|
|
148
|
-
### Patch Changes
|
|
149
|
-
|
|
150
|
-
- Updated dependencies [21b3a41]
|
|
151
|
-
- @powersync/service-sync-rules@0.29.9
|
|
152
|
-
- @powersync/lib-services-framework@0.7.13
|
|
153
|
-
- @powersync/service-jpgwire@0.21.8
|
|
154
|
-
- @powersync/service-core@1.18.1
|
|
155
|
-
- @powersync/lib-service-postgres@0.4.17
|
|
156
|
-
|
|
157
|
-
## 0.16.14
|
|
158
|
-
|
|
159
|
-
### Patch Changes
|
|
160
|
-
|
|
161
|
-
- b77bb2c: - First iteration of MSSQL replication using Change Data Capture (CDC).
|
|
162
|
-
- Supports resumable snapshot replication
|
|
163
|
-
- Uses CDC polling for replication
|
|
164
|
-
- Updated dependencies [dc696b1]
|
|
165
|
-
- Updated dependencies [b77bb2c]
|
|
166
|
-
- @powersync/service-core@1.18.0
|
|
167
|
-
- @powersync/service-types@0.13.3
|
|
168
|
-
- @powersync/lib-service-postgres@0.4.16
|
|
169
|
-
- @powersync/lib-services-framework@0.7.12
|
|
170
|
-
|
|
171
|
-
## 0.16.13
|
|
172
|
-
|
|
173
|
-
### Patch Changes
|
|
174
|
-
|
|
175
|
-
- Updated dependencies [57f7660]
|
|
176
|
-
- Updated dependencies [c050acd]
|
|
177
|
-
- Updated dependencies [0156d10]
|
|
178
|
-
- Updated dependencies [6eee0b3]
|
|
179
|
-
- Updated dependencies [82c490e]
|
|
180
|
-
- @powersync/service-core@1.17.0
|
|
181
|
-
- @powersync/service-types@0.13.2
|
|
182
|
-
- @powersync/service-sync-rules@0.29.8
|
|
183
|
-
- @powersync/service-jpgwire@0.21.7
|
|
184
|
-
- @powersync/lib-service-postgres@0.4.15
|
|
185
|
-
- @powersync/lib-services-framework@0.7.11
|
|
186
|
-
|
|
187
|
-
## 0.16.12
|
|
188
|
-
|
|
189
|
-
### Patch Changes
|
|
190
|
-
|
|
191
|
-
- fff0024: [Postgres] Fix custom type parsing on initial replication
|
|
192
|
-
- Updated dependencies [fff0024]
|
|
193
|
-
- @powersync/service-sync-rules@0.29.7
|
|
194
|
-
- @powersync/service-core@1.16.3
|
|
195
|
-
- @powersync/lib-services-framework@0.7.10
|
|
196
|
-
- @powersync/service-jpgwire@0.21.6
|
|
197
|
-
- @powersync/lib-service-postgres@0.4.14
|
|
198
|
-
|
|
199
|
-
## 0.16.11
|
|
200
|
-
|
|
201
|
-
### Patch Changes
|
|
202
|
-
|
|
203
|
-
- d889219: Fix memory leaks when retrying replication after errors.
|
|
204
|
-
- 7eb7957: [Postgres] Remove usage of pg_logical_slot_peek_binary_changes due to performance issues in some cases
|
|
205
|
-
- Updated dependencies [b364581]
|
|
206
|
-
- Updated dependencies [d889219]
|
|
207
|
-
- Updated dependencies [0ace0d3]
|
|
208
|
-
- Updated dependencies [7eb7957]
|
|
209
|
-
- Updated dependencies [b364581]
|
|
210
|
-
- @powersync/service-core@1.16.2
|
|
211
|
-
|
|
212
|
-
## 0.16.10
|
|
213
|
-
|
|
214
|
-
### Patch Changes
|
|
215
|
-
|
|
216
|
-
- Updated dependencies [c6bdb4f]
|
|
217
|
-
- @powersync/service-core@1.16.1
|
|
218
|
-
|
|
219
|
-
## 0.16.9
|
|
220
|
-
|
|
221
|
-
### Patch Changes
|
|
222
|
-
|
|
223
|
-
- 0e9aa94: Improve replication slot health detection, automatically re-creating "lost" slots.
|
|
224
|
-
- 80fd68b: Add SDK usage reporting support.
|
|
225
|
-
- 88982d9: Migrate to trusted publishing
|
|
226
|
-
- Updated dependencies [b4fa979]
|
|
227
|
-
- Updated dependencies [0e9aa94]
|
|
228
|
-
- Updated dependencies [80fd68b]
|
|
229
|
-
- Updated dependencies [c2bd0b0]
|
|
230
|
-
- Updated dependencies [0268858]
|
|
231
|
-
- Updated dependencies [88982d9]
|
|
232
|
-
- @powersync/service-sync-rules@0.29.6
|
|
233
|
-
- @powersync/lib-service-postgres@0.4.13
|
|
234
|
-
- @powersync/service-core@1.16.0
|
|
235
|
-
- @powersync/lib-services-framework@0.7.9
|
|
236
|
-
- @powersync/service-types@0.13.1
|
|
237
|
-
- @powersync/service-jpgwire@0.21.5
|
|
238
|
-
- @powersync/service-jsonbig@0.17.12
|
|
239
|
-
|
|
240
|
-
## 0.16.8
|
|
241
|
-
|
|
242
|
-
### Patch Changes
|
|
243
|
-
|
|
244
|
-
- Updated dependencies [a98cecb]
|
|
245
|
-
- Updated dependencies [da7ecc6]
|
|
246
|
-
- Updated dependencies [5328802]
|
|
247
|
-
- Updated dependencies [704553e]
|
|
248
|
-
- @powersync/service-sync-rules@0.29.5
|
|
249
|
-
- @powersync/service-core@1.15.8
|
|
250
|
-
- @powersync/lib-services-framework@0.7.8
|
|
251
|
-
- @powersync/service-jpgwire@0.21.4
|
|
252
|
-
- @powersync/lib-service-postgres@0.4.12
|
|
253
|
-
|
|
254
|
-
## 0.16.7
|
|
255
|
-
|
|
256
|
-
### Patch Changes
|
|
257
|
-
|
|
258
|
-
- Updated dependencies [d976830]
|
|
259
|
-
- @powersync/service-core@1.15.7
|
|
260
|
-
|
|
261
|
-
## 0.16.6
|
|
262
|
-
|
|
263
|
-
### Patch Changes
|
|
264
|
-
|
|
265
|
-
- 221289d: Correctly handle custom types in primary keys.
|
|
266
|
-
- Updated dependencies [221289d]
|
|
267
|
-
- @powersync/service-core@1.15.6
|
|
268
|
-
- @powersync/service-sync-rules@0.29.4
|
|
269
|
-
- @powersync/lib-services-framework@0.7.7
|
|
270
|
-
- @powersync/service-jpgwire@0.21.3
|
|
271
|
-
- @powersync/lib-service-postgres@0.4.11
|
|
272
|
-
|
|
273
|
-
## 0.16.5
|
|
274
|
-
|
|
275
|
-
### Patch Changes
|
|
276
|
-
|
|
277
|
-
- Updated dependencies [f34da91]
|
|
278
|
-
- @powersync/service-sync-rules@0.29.3
|
|
279
|
-
- @powersync/lib-services-framework@0.7.6
|
|
280
|
-
- @powersync/service-jpgwire@0.21.2
|
|
281
|
-
- @powersync/service-core@1.15.5
|
|
282
|
-
- @powersync/lib-service-postgres@0.4.10
|
|
283
|
-
|
|
284
|
-
## 0.16.4
|
|
285
|
-
|
|
286
|
-
### Patch Changes
|
|
287
|
-
|
|
288
|
-
- Updated dependencies [17aae6d]
|
|
289
|
-
- Updated dependencies [a2b8bb0]
|
|
290
|
-
- Updated dependencies [f400b0f]
|
|
291
|
-
- @powersync/service-sync-rules@0.29.2
|
|
292
|
-
- @powersync/service-core@1.15.4
|
|
293
|
-
- @powersync/lib-services-framework@0.7.5
|
|
294
|
-
- @powersync/service-jpgwire@0.21.1
|
|
295
|
-
- @powersync/lib-service-postgres@0.4.9
|
|
296
|
-
|
|
297
|
-
## 0.16.3
|
|
298
|
-
|
|
299
|
-
### Patch Changes
|
|
300
|
-
|
|
301
|
-
- 9681b4c: Add the `custom_postgres_types` compatibility option. When enabled, domain, composite, enum, range, multirange and custom array types will get synced in a JSON representation instead of the raw postgres wire format.
|
|
302
|
-
- Updated dependencies [9681b4c]
|
|
303
|
-
- Updated dependencies [9681b4c]
|
|
304
|
-
- Updated dependencies [f1b4cef]
|
|
305
|
-
- @powersync/service-sync-rules@0.29.1
|
|
306
|
-
- @powersync/service-jpgwire@0.21.0
|
|
307
|
-
- @powersync/service-core@1.15.3
|
|
308
|
-
- @powersync/lib-services-framework@0.7.4
|
|
309
|
-
- @powersync/lib-service-postgres@0.4.8
|
|
310
|
-
|
|
311
|
-
## 0.16.2
|
|
312
|
-
|
|
313
|
-
### Patch Changes
|
|
314
|
-
|
|
315
|
-
- Updated dependencies [bec7496]
|
|
316
|
-
- @powersync/service-core@1.15.2
|
|
317
|
-
|
|
318
|
-
## 0.16.1
|
|
319
|
-
|
|
320
|
-
### Patch Changes
|
|
321
|
-
|
|
322
|
-
- 6352283: Fix pre-computing of checksums after intial replication causing replication timeouts
|
|
323
|
-
- Updated dependencies [6352283]
|
|
324
|
-
- Updated dependencies [6352283]
|
|
325
|
-
- @powersync/service-core@1.15.1
|
|
326
|
-
|
|
327
|
-
## 0.16.0
|
|
328
|
-
|
|
329
|
-
### Minor Changes
|
|
330
|
-
|
|
331
|
-
- 6d4a4d1: Create a persisted checksum cache when compacting buckets.
|
|
332
|
-
|
|
333
|
-
### Patch Changes
|
|
334
|
-
|
|
335
|
-
- 060b829: Update license abbreviation to FSL-1.1-ALv2.
|
|
336
|
-
- Updated dependencies [6d4a4d1]
|
|
337
|
-
- Updated dependencies [b0b8ae9]
|
|
338
|
-
- Updated dependencies [d2be184]
|
|
339
|
-
- Updated dependencies [29a368e]
|
|
340
|
-
- Updated dependencies [c27e1c8]
|
|
341
|
-
- Updated dependencies [5284fb5]
|
|
342
|
-
- Updated dependencies [18435a4]
|
|
343
|
-
- Updated dependencies [5284fb5]
|
|
344
|
-
- Updated dependencies [f56acce]
|
|
345
|
-
- Updated dependencies [6fd0242]
|
|
346
|
-
- Updated dependencies [6315334]
|
|
347
|
-
- Updated dependencies [86807d0]
|
|
348
|
-
- Updated dependencies [060b829]
|
|
349
|
-
- Updated dependencies [d49bebe]
|
|
350
|
-
- @powersync/service-core@1.15.0
|
|
351
|
-
- @powersync/service-sync-rules@0.29.0
|
|
352
|
-
- @powersync/service-types@0.13.0
|
|
353
|
-
- @powersync/lib-service-postgres@0.4.7
|
|
354
|
-
- @powersync/lib-services-framework@0.7.3
|
|
355
|
-
- @powersync/service-jpgwire@0.20.2
|
|
356
|
-
- @powersync/service-jsonbig@0.17.11
|
|
357
|
-
|
|
358
|
-
## 0.15.0
|
|
359
|
-
|
|
360
|
-
### Minor Changes
|
|
361
|
-
|
|
362
|
-
- 2378e36: Drop support for legacy Supabase keys via app.settings.jwt_secret.
|
|
363
|
-
- 2378e36: Add automatic support for Supabase JWT Signing Keys.
|
|
364
|
-
- d56eeb9: Delay switching over to new sync rules until we have a consistent checkpoint.
|
|
365
|
-
- d4db4e2: MySQL:
|
|
366
|
-
- Added schema change handling
|
|
367
|
-
- Except for some edge cases, the following schema changes are now handled automatically:
|
|
368
|
-
- Creation, renaming, dropping and truncation of tables.
|
|
369
|
-
- Creation and dropping of unique indexes and primary keys.
|
|
370
|
-
- Adding, modifying, dropping and renaming of table columns.
|
|
371
|
-
- If a schema change cannot handled automatically, a warning with details will be logged.
|
|
372
|
-
- Mismatches in table schema from the Zongji binlog listener are now handled more gracefully.
|
|
373
|
-
- Replication of wildcard tables is now supported.
|
|
374
|
-
- Improved logging for binlog event processing.
|
|
375
|
-
|
|
376
|
-
### Patch Changes
|
|
377
|
-
|
|
378
|
-
- Updated dependencies [b1add5a]
|
|
379
|
-
- Updated dependencies [2378e36]
|
|
380
|
-
- Updated dependencies [4a34a51]
|
|
381
|
-
- Updated dependencies [4ebc3bf]
|
|
382
|
-
- Updated dependencies [2378e36]
|
|
383
|
-
- Updated dependencies [a882b94]
|
|
384
|
-
- Updated dependencies [1aafdaf]
|
|
385
|
-
- Updated dependencies [d56eeb9]
|
|
386
|
-
- Updated dependencies [d4db4e2]
|
|
387
|
-
- @powersync/service-core@1.14.0
|
|
388
|
-
- @powersync/service-jpgwire@0.20.1
|
|
389
|
-
- @powersync/service-sync-rules@0.28.0
|
|
390
|
-
- @powersync/lib-services-framework@0.7.2
|
|
391
|
-
- @powersync/lib-service-postgres@0.4.6
|
|
392
|
-
|
|
393
|
-
## 0.14.4
|
|
394
|
-
|
|
395
|
-
### Patch Changes
|
|
396
|
-
|
|
397
|
-
- 71cf892: Add 'powersync' or 'powersync-storage' as the app name for database connections.
|
|
398
|
-
- Updated dependencies [a60f2c7]
|
|
399
|
-
- Updated dependencies [71cf892]
|
|
400
|
-
- Updated dependencies [ba1ceef]
|
|
401
|
-
- Updated dependencies [60bf5f9]
|
|
402
|
-
- Updated dependencies [f1431b6]
|
|
403
|
-
- @powersync/service-core@1.13.4
|
|
404
|
-
- @powersync/service-types@0.12.1
|
|
405
|
-
- @powersync/lib-services-framework@0.7.1
|
|
406
|
-
- @powersync/lib-service-postgres@0.4.5
|
|
407
|
-
|
|
408
|
-
## 0.14.3
|
|
409
|
-
|
|
410
|
-
### Patch Changes
|
|
411
|
-
|
|
412
|
-
- Updated dependencies [3e7d629]
|
|
413
|
-
- Updated dependencies [e8cb8db]
|
|
414
|
-
- @powersync/service-core@1.13.3
|
|
415
|
-
|
|
416
|
-
## 0.14.2
|
|
417
|
-
|
|
418
|
-
### Patch Changes
|
|
419
|
-
|
|
420
|
-
- Updated dependencies [c002948]
|
|
421
|
-
- @powersync/service-core@1.13.2
|
|
422
|
-
|
|
423
|
-
## 0.14.1
|
|
424
|
-
|
|
425
|
-
### Patch Changes
|
|
426
|
-
|
|
427
|
-
- Updated dependencies [1b326fb]
|
|
428
|
-
- @powersync/service-core@1.13.1
|
|
429
|
-
|
|
430
|
-
## 0.14.0
|
|
431
|
-
|
|
432
|
-
### Minor Changes
|
|
433
|
-
|
|
434
|
-
- 0ccd470: Add powersync_replication_lag_seconds metric
|
|
435
|
-
- 951b010: Implement resuming of initial replication snapshots.
|
|
436
|
-
- d235f7b: [MongoDB Storage] Remove change streams on bucket storage database due to performance overhead.
|
|
437
|
-
- 08b7aa9: Add checks for RLS affecting replication.
|
|
438
|
-
|
|
439
|
-
### Patch Changes
|
|
440
|
-
|
|
441
|
-
- 1907356: Cleanly interrupt clearing of storage when the process is stopped/restarted.
|
|
442
|
-
- Updated dependencies [08b7aa9]
|
|
443
|
-
- Updated dependencies [0ccd470]
|
|
444
|
-
- Updated dependencies [1907356]
|
|
445
|
-
- Updated dependencies [08b7aa9]
|
|
446
|
-
- Updated dependencies [951b010]
|
|
447
|
-
- Updated dependencies [d235f7b]
|
|
448
|
-
- Updated dependencies [f9e8673]
|
|
449
|
-
- @powersync/service-core@1.13.0
|
|
450
|
-
- @powersync/service-types@0.12.0
|
|
451
|
-
- @powersync/service-jpgwire@0.20.0
|
|
452
|
-
- @powersync/lib-services-framework@0.7.0
|
|
453
|
-
- @powersync/lib-service-postgres@0.4.4
|
|
454
|
-
|
|
455
|
-
## 0.13.1
|
|
456
|
-
|
|
457
|
-
### Patch Changes
|
|
458
|
-
|
|
459
|
-
- Updated dependencies [100ccec]
|
|
460
|
-
- Updated dependencies [b57f938]
|
|
461
|
-
- Updated dependencies [5b39039]
|
|
462
|
-
- @powersync/service-core@1.12.1
|
|
463
|
-
- @powersync/service-sync-rules@0.27.0
|
|
464
|
-
|
|
465
|
-
## 0.13.0
|
|
466
|
-
|
|
467
|
-
### Minor Changes
|
|
468
|
-
|
|
469
|
-
- 9dc4e01: Improve authentication error messages and logs
|
|
470
|
-
|
|
471
|
-
### Patch Changes
|
|
472
|
-
|
|
473
|
-
- 94f657d: Add additional log metadata to sync requests.
|
|
474
|
-
- Updated dependencies [ca0a566]
|
|
475
|
-
- Updated dependencies [9dc4e01]
|
|
476
|
-
- Updated dependencies [94f657d]
|
|
477
|
-
- Updated dependencies [05c24d2]
|
|
478
|
-
- Updated dependencies [d154682]
|
|
479
|
-
- Updated dependencies [c672380]
|
|
480
|
-
- Updated dependencies [ca0a566]
|
|
481
|
-
- Updated dependencies [ca0a566]
|
|
482
|
-
- Updated dependencies [d869876]
|
|
483
|
-
- @powersync/service-core@1.12.0
|
|
484
|
-
- @powersync/lib-services-framework@0.6.0
|
|
485
|
-
- @powersync/service-sync-rules@0.26.1
|
|
486
|
-
- @powersync/lib-service-postgres@0.4.3
|
|
487
|
-
- @powersync/service-types@0.11.0
|
|
488
|
-
|
|
489
|
-
## 0.12.3
|
|
490
|
-
|
|
491
|
-
### Patch Changes
|
|
492
|
-
|
|
493
|
-
- Updated dependencies [08f6ae8]
|
|
494
|
-
- Updated dependencies [23ec406]
|
|
495
|
-
- Updated dependencies [64e51d1]
|
|
496
|
-
- @powersync/service-core@1.11.3
|
|
497
|
-
- @powersync/lib-services-framework@0.5.4
|
|
498
|
-
- @powersync/lib-service-postgres@0.4.2
|
|
499
|
-
|
|
500
|
-
## 0.12.2
|
|
501
|
-
|
|
502
|
-
### Patch Changes
|
|
503
|
-
|
|
504
|
-
- Updated dependencies [ac6ae0d]
|
|
505
|
-
- @powersync/service-sync-rules@0.26.0
|
|
506
|
-
- @powersync/service-core@1.11.2
|
|
507
|
-
|
|
508
|
-
## 0.12.1
|
|
509
|
-
|
|
510
|
-
### Patch Changes
|
|
511
|
-
|
|
512
|
-
- Updated dependencies [08e6e92]
|
|
513
|
-
- @powersync/service-core@1.11.1
|
|
514
|
-
|
|
515
|
-
## 0.12.0
|
|
516
|
-
|
|
517
|
-
### Minor Changes
|
|
518
|
-
|
|
519
|
-
- d1b83ce: Refactored Metrics to use a MetricsEngine which is telemetry framework agnostic.
|
|
520
|
-
|
|
521
|
-
### Patch Changes
|
|
522
|
-
|
|
523
|
-
- Updated dependencies [d1b83ce]
|
|
524
|
-
- @powersync/service-core@1.11.0
|
|
525
|
-
- @powersync/service-types@0.10.0
|
|
526
|
-
- @powersync/lib-service-postgres@0.4.1
|
|
527
|
-
|
|
528
|
-
## 0.11.2
|
|
529
|
-
|
|
530
|
-
### Patch Changes
|
|
531
|
-
|
|
532
|
-
- Updated dependencies [a9b79a5]
|
|
533
|
-
- @powersync/service-core@1.10.2
|
|
534
|
-
|
|
535
|
-
## 0.11.1
|
|
536
|
-
|
|
537
|
-
### Patch Changes
|
|
538
|
-
|
|
539
|
-
- @powersync/service-core@1.10.1
|
|
540
|
-
|
|
541
|
-
## 0.11.0
|
|
542
|
-
|
|
543
|
-
### Minor Changes
|
|
544
|
-
|
|
545
|
-
- 833e8f2: [MongoDB Storage] Stream write checkpoint changes instead of polling, reducing overhead for large numbers of concurrent connections
|
|
546
|
-
|
|
547
|
-
### Patch Changes
|
|
548
|
-
|
|
549
|
-
- Updated dependencies [833e8f2]
|
|
550
|
-
- Updated dependencies [833e8f2]
|
|
551
|
-
- Updated dependencies [bfece49]
|
|
552
|
-
- Updated dependencies [2cb5252]
|
|
553
|
-
- @powersync/service-core@1.10.0
|
|
554
|
-
- @powersync/service-sync-rules@0.25.0
|
|
555
|
-
|
|
556
|
-
## 0.10.0
|
|
557
|
-
|
|
558
|
-
### Minor Changes
|
|
559
|
-
|
|
560
|
-
- f049f68: [Postgres] Only flush once per replicated chunk, increasing transaction replication throughput.
|
|
561
|
-
|
|
562
|
-
### Patch Changes
|
|
563
|
-
|
|
564
|
-
- Updated dependencies [f049f68]
|
|
565
|
-
- Updated dependencies [8601d6c]
|
|
566
|
-
- @powersync/service-core@1.9.0
|
|
567
|
-
|
|
568
|
-
## 0.9.1
|
|
569
|
-
|
|
570
|
-
### Patch Changes
|
|
571
|
-
|
|
572
|
-
- Updated dependencies [7348ea0]
|
|
573
|
-
- @powersync/service-core@1.8.1
|
|
574
|
-
|
|
575
|
-
## 0.9.0
|
|
576
|
-
|
|
577
|
-
### Minor Changes
|
|
578
|
-
|
|
579
|
-
- 698467c: Use bigint everywhere internally for OpId.
|
|
580
|
-
|
|
581
|
-
### Patch Changes
|
|
582
|
-
|
|
583
|
-
- Updated dependencies [0298720]
|
|
584
|
-
- Updated dependencies [698467c]
|
|
585
|
-
- Updated dependencies [ba7baeb]
|
|
586
|
-
- @powersync/service-sync-rules@0.24.1
|
|
587
|
-
- @powersync/service-core@1.8.0
|
|
588
|
-
- @powersync/lib-service-postgres@0.4.0
|
|
589
|
-
- @powersync/service-types@0.9.0
|
|
590
|
-
|
|
591
|
-
## 0.8.2
|
|
592
|
-
|
|
593
|
-
### Patch Changes
|
|
594
|
-
|
|
595
|
-
- @powersync/service-core@1.7.2
|
|
596
|
-
|
|
597
|
-
## 0.8.1
|
|
598
|
-
|
|
599
|
-
### Patch Changes
|
|
600
|
-
|
|
601
|
-
- 88ab679: Keep serving current data when restarting replication due to errors.
|
|
602
|
-
- Updated dependencies [b4fe4ae]
|
|
603
|
-
- Updated dependencies [88ab679]
|
|
604
|
-
- Updated dependencies [2f75fd7]
|
|
605
|
-
- Updated dependencies [346382e]
|
|
606
|
-
- Updated dependencies [9b1868d]
|
|
607
|
-
- @powersync/service-core@1.7.1
|
|
608
|
-
- @powersync/lib-services-framework@0.5.3
|
|
609
|
-
- @powersync/lib-service-postgres@0.3.3
|
|
610
|
-
|
|
611
|
-
## 0.8.0
|
|
612
|
-
|
|
613
|
-
### Minor Changes
|
|
614
|
-
|
|
615
|
-
- 436eee6: Minor optimizations to new checkpoint calulations.
|
|
616
|
-
|
|
617
|
-
### Patch Changes
|
|
618
|
-
|
|
619
|
-
- Updated dependencies [436eee6]
|
|
620
|
-
- Updated dependencies [15283d4]
|
|
621
|
-
- Updated dependencies [88d4cb3]
|
|
622
|
-
- Updated dependencies [f55e36a]
|
|
623
|
-
- @powersync/service-core@1.7.0
|
|
624
|
-
- @powersync/service-sync-rules@0.24.0
|
|
625
|
-
- @powersync/lib-services-framework@0.5.2
|
|
626
|
-
- @powersync/lib-service-postgres@0.3.2
|
|
627
|
-
|
|
628
|
-
## 0.7.1
|
|
629
|
-
|
|
630
|
-
### Patch Changes
|
|
631
|
-
|
|
632
|
-
- ffc8d98: Fix write checkpoint race condition
|
|
633
|
-
- Updated dependencies [ffc8d98]
|
|
634
|
-
- @powersync/service-core@0.18.1
|
|
635
|
-
|
|
636
|
-
## 0.7.0
|
|
637
|
-
|
|
638
|
-
### Minor Changes
|
|
639
|
-
|
|
640
|
-
- 4b43cdb: Exit replication process when sync rules are not valid; configurable with a new `sync_rules.exit_on_error` option.
|
|
641
|
-
|
|
642
|
-
### Patch Changes
|
|
643
|
-
|
|
644
|
-
- Updated dependencies [e26e434]
|
|
645
|
-
- Updated dependencies [4b43cdb]
|
|
646
|
-
- Updated dependencies [9a9e668]
|
|
647
|
-
- @powersync/service-sync-rules@0.23.4
|
|
648
|
-
- @powersync/service-core@0.18.0
|
|
649
|
-
- @powersync/service-types@0.8.0
|
|
650
|
-
- @powersync/lib-services-framework@0.5.1
|
|
651
|
-
- @powersync/lib-service-postgres@0.3.1
|
|
652
|
-
|
|
653
|
-
## 0.6.1
|
|
654
|
-
|
|
655
|
-
### Patch Changes
|
|
656
|
-
|
|
657
|
-
- Updated dependencies [223f701]
|
|
658
|
-
- @powersync/lib-service-postgres@0.3.0
|
|
659
|
-
|
|
660
|
-
## 0.6.0
|
|
661
|
-
|
|
662
|
-
### Minor Changes
|
|
663
|
-
|
|
664
|
-
- 23fb49f: Allowed using the same Postgres server for the replication source and sync bucket storage. This is only supported on Postgres versions newer than 14.0.
|
|
665
|
-
|
|
666
|
-
### Patch Changes
|
|
667
|
-
|
|
668
|
-
- Updated dependencies [23fb49f]
|
|
669
|
-
- @powersync/service-core@0.17.0
|
|
670
|
-
|
|
671
|
-
## 0.5.1
|
|
672
|
-
|
|
673
|
-
### Patch Changes
|
|
674
|
-
|
|
675
|
-
- Updated dependencies [5043a82]
|
|
676
|
-
- @powersync/service-sync-rules@0.23.3
|
|
677
|
-
- @powersync/service-core@0.16.1
|
|
678
|
-
|
|
679
|
-
## 0.5.0
|
|
680
|
-
|
|
681
|
-
### Minor Changes
|
|
682
|
-
|
|
683
|
-
- 8675236: Allow limiting IP ranges of outgoing connections
|
|
684
|
-
|
|
685
|
-
### Patch Changes
|
|
686
|
-
|
|
687
|
-
- f049aa9: Introduce standard error codes
|
|
688
|
-
- Updated dependencies [f049aa9]
|
|
689
|
-
- Updated dependencies [8675236]
|
|
690
|
-
- Updated dependencies [f049aa9]
|
|
691
|
-
- Updated dependencies [8675236]
|
|
692
|
-
- Updated dependencies [8675236]
|
|
693
|
-
- Updated dependencies [8675236]
|
|
694
|
-
- Updated dependencies [f049aa9]
|
|
695
|
-
- @powersync/service-core@0.16.0
|
|
696
|
-
- @powersync/service-sync-rules@0.23.2
|
|
697
|
-
- @powersync/service-types@0.7.1
|
|
698
|
-
- @powersync/lib-service-postgres@0.2.0
|
|
699
|
-
- @powersync/lib-services-framework@0.5.0
|
|
700
|
-
- @powersync/service-jpgwire@0.19.0
|
|
701
|
-
|
|
702
|
-
## 0.4.0
|
|
703
|
-
|
|
704
|
-
### Minor Changes
|
|
705
|
-
|
|
706
|
-
- 9d9ff08: Initial release of Postgres bucket storage.
|
|
707
|
-
|
|
708
|
-
### Patch Changes
|
|
709
|
-
|
|
710
|
-
- Updated dependencies [9d9ff08]
|
|
711
|
-
- Updated dependencies [9d9ff08]
|
|
712
|
-
- Updated dependencies [9d9ff08]
|
|
713
|
-
- @powersync/service-core@0.15.0
|
|
714
|
-
- @powersync/lib-service-postgres@0.1.0
|
|
715
|
-
- @powersync/lib-services-framework@0.4.0
|
|
716
|
-
|
|
717
|
-
## 0.3.0
|
|
718
|
-
|
|
719
|
-
### Minor Changes
|
|
720
|
-
|
|
721
|
-
- fea550f: Added minor typing utilities
|
|
722
|
-
|
|
723
|
-
### Patch Changes
|
|
724
|
-
|
|
725
|
-
- Updated dependencies [fea550f]
|
|
726
|
-
- Updated dependencies [fea550f]
|
|
727
|
-
- Updated dependencies [48320b5]
|
|
728
|
-
- Updated dependencies [fea550f]
|
|
729
|
-
- @powersync/service-core@0.14.0
|
|
730
|
-
- @powersync/lib-services-framework@0.3.0
|
|
731
|
-
- @powersync/service-sync-rules@0.23.1
|
|
732
|
-
- @powersync/service-types@0.7.0
|
|
733
|
-
- @powersync/service-jpgwire@0.18.5
|
|
734
|
-
|
|
735
|
-
## 0.2.4
|
|
736
|
-
|
|
737
|
-
### Patch Changes
|
|
738
|
-
|
|
739
|
-
- Updated dependencies [0bf1309]
|
|
740
|
-
- Updated dependencies [a66be3b]
|
|
741
|
-
- Updated dependencies [010f6e2]
|
|
742
|
-
- @powersync/service-core@0.13.0
|
|
743
|
-
- @powersync/service-types@0.6.0
|
|
744
|
-
- @powersync/service-sync-rules@0.23.0
|
|
745
|
-
- @powersync/service-jpgwire@0.18.4
|
|
746
|
-
|
|
747
|
-
## 0.2.3
|
|
748
|
-
|
|
749
|
-
### Patch Changes
|
|
750
|
-
|
|
751
|
-
- e3a9343: Fix replication slot recovery
|
|
752
|
-
- Updated dependencies [320e646]
|
|
753
|
-
- Updated dependencies [e3a9343]
|
|
754
|
-
- @powersync/service-core@0.12.2
|
|
755
|
-
|
|
756
|
-
## 0.2.2
|
|
757
|
-
|
|
758
|
-
### Patch Changes
|
|
759
|
-
|
|
760
|
-
- 2a0eb11: Revert Postgres snapshot strategy.
|
|
761
|
-
|
|
762
|
-
## 0.2.1
|
|
763
|
-
|
|
764
|
-
### Patch Changes
|
|
765
|
-
|
|
766
|
-
- 889ac46: Fix "BSONObj size is invalid" error during replication.
|
|
767
|
-
- Updated dependencies [889ac46]
|
|
768
|
-
- @powersync/service-core@0.12.1
|
|
769
|
-
|
|
770
|
-
## 0.2.0
|
|
771
|
-
|
|
772
|
-
### Minor Changes
|
|
773
|
-
|
|
774
|
-
- f1e9ef3: Improve timeouts and table snapshots for Postgres initial replication.
|
|
775
|
-
|
|
776
|
-
### Patch Changes
|
|
777
|
-
|
|
778
|
-
- Updated dependencies [ebc62ff]
|
|
779
|
-
- Updated dependencies [f1e9ef3]
|
|
780
|
-
- @powersync/service-core@0.12.0
|
|
781
|
-
- @powersync/service-types@0.5.0
|
|
782
|
-
- @powersync/service-jpgwire@0.18.3
|
|
783
|
-
|
|
784
|
-
## 0.1.0
|
|
785
|
-
|
|
786
|
-
### Minor Changes
|
|
787
|
-
|
|
788
|
-
- 62e97f3: Support resuming initial replication for Postgres.
|
|
789
|
-
|
|
790
|
-
### Patch Changes
|
|
791
|
-
|
|
792
|
-
- 15b2d8e: Disable SupabaseKeyCollector when a specific secret is configured.
|
|
793
|
-
- 0fa01ee: Fix replication lag diagnostics for Postgres.
|
|
794
|
-
- Updated dependencies [62e97f3]
|
|
795
|
-
- Updated dependencies [a235c9f]
|
|
796
|
-
- Updated dependencies [8c6ce90]
|
|
797
|
-
- @powersync/service-core@0.11.0
|
|
798
|
-
- @powersync/service-sync-rules@0.22.0
|
|
799
|
-
- @powersync/service-jpgwire@0.18.2
|
|
800
|
-
|
|
801
|
-
## 0.0.4
|
|
802
|
-
|
|
803
|
-
### Patch Changes
|
|
804
|
-
|
|
805
|
-
- Updated dependencies [2a4f020]
|
|
806
|
-
- @powersync/service-core@0.10.1
|
|
807
|
-
|
|
808
|
-
## 0.0.3
|
|
809
|
-
|
|
810
|
-
### Patch Changes
|
|
811
|
-
|
|
812
|
-
- Updated dependencies [2c18ad2]
|
|
813
|
-
- Updated dependencies [35c267f]
|
|
814
|
-
- @powersync/service-core@0.10.0
|
|
815
|
-
- @powersync/service-types@0.4.0
|
|
816
|
-
- @powersync/service-jpgwire@0.18.1
|
|
817
|
-
|
|
818
|
-
## 0.0.2
|
|
819
|
-
|
|
820
|
-
### Patch Changes
|
|
821
|
-
|
|
822
|
-
- 57bd18b: Updates from Replication events changes
|
|
823
|
-
- 57bd18b: - Introduced modules to the powersync service architecture
|
|
824
|
-
- Core functionality has been moved to "engine" classes. Modules can register additional functionality with these engines.
|
|
825
|
-
- The sync API functionality used by the routes has been abstracted to an interface. API routes are now managed by the RouterEngine.
|
|
826
|
-
- Replication is managed by the ReplicationEngine and new replication data sources can be registered to the engine by modules.
|
|
827
|
-
- Refactored existing Postgres replication as a module.
|
|
828
|
-
- Removed Postgres specific code from the core service packages.
|
|
829
|
-
- Updated dependencies [57bd18b]
|
|
830
|
-
- Updated dependencies [57bd18b]
|
|
831
|
-
- Updated dependencies [57bd18b]
|
|
832
|
-
- Updated dependencies [57bd18b]
|
|
833
|
-
- Updated dependencies [57bd18b]
|
|
834
|
-
- Updated dependencies [57bd18b]
|
|
835
|
-
- Updated dependencies [57bd18b]
|
|
836
|
-
- Updated dependencies [57bd18b]
|
|
837
|
-
- Updated dependencies [57bd18b]
|
|
838
|
-
- Updated dependencies [57bd18b]
|
|
839
|
-
- @powersync/service-core@0.9.0
|
|
840
|
-
- @powersync/lib-services-framework@0.2.0
|
|
841
|
-
- @powersync/service-sync-rules@0.21.0
|
|
842
|
-
- @powersync/service-types@0.3.0
|
|
843
|
-
- @powersync/service-jpgwire@0.18.0
|