@powersync/service-core 0.0.0-dev-20251110132117 → 0.0.0-dev-20251111093449

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,12 +1,19 @@
1
1
  # @powersync/service-core
2
2
 
3
- ## 0.0.0-dev-20251110132117
3
+ ## 0.0.0-dev-20251111093449
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 422ae99: General client connections analytics added
8
+ - 7eb7957: [Postgres] Remove usage of pg_logical_slot_peek_binary_changes due to performance issues in some cases
8
9
  - Updated dependencies [422ae99]
9
- - @powersync/service-types@0.0.0-dev-20251110132117
10
+ - @powersync/service-types@0.0.0-dev-20251111093449
11
+
12
+ ## 1.16.1
13
+
14
+ ### Patch Changes
15
+
16
+ - c6bdb4f: [MongoDB storage] Fix migration for indexes on connection_report_events.
10
17
 
11
18
  ## 1.16.0
12
19
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
8
- "version": "0.0.0-dev-20251110132117",
8
+ "version": "0.0.0-dev-20251111093449",
9
9
  "main": "dist/index.js",
10
10
  "license": "FSL-1.1-ALv2",
11
11
  "type": "module",
@@ -37,7 +37,7 @@
37
37
  "@powersync/service-jsonbig": "0.17.12",
38
38
  "@powersync/service-rsocket-router": "0.2.6",
39
39
  "@powersync/service-sync-rules": "0.29.6",
40
- "@powersync/service-types": "0.0.0-dev-20251110132117"
40
+ "@powersync/service-types": "0.0.0-dev-20251111093449"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/async": "^3.2.24",