@powersync/service-module-postgres-storage 0.0.0-dev-20250730111724 → 0.0.0-dev-20250730114043

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,15 +1,26 @@
1
1
  # @powersync/service-module-postgres-storage
2
2
 
3
- ## 0.0.0-dev-20250730111724
3
+ ## 0.0.0-dev-20250730114043
4
4
 
5
5
  ### Minor Changes
6
6
 
7
7
  - d56eeb9: Delay switching over to new sync rules until we have a consistent checkpoint.
8
+ - d4db4e2: MySQL:
9
+ - Added schema change handling
10
+ - Except for some edge cases, the following schema changes are now handled automatically:
11
+ - Creation, renaming, dropping and truncation of tables.
12
+ - Creation and dropping of unique indexes and primary keys.
13
+ - Adding, modifying, dropping and renaming of table columns.
14
+ - If a schema change cannot handled automatically, a warning with details will be logged.
15
+ - Mismatches in table schema from the Zongji binlog listener are now handled more gracefully.
16
+ - Replication of wildcard tables is now supported.
17
+ - Improved logging for binlog event processing.
8
18
 
9
19
  ### Patch Changes
10
20
 
11
21
  - a700ec9: Reporting mongo storage added to storage engine.
12
22
  - Updated dependencies [2378e36]
23
+ - Updated dependencies [4a34a51]
13
24
  - Updated dependencies [f1d187b]
14
25
  - Updated dependencies [4ebc3bf]
15
26
  - Updated dependencies [2378e36]
@@ -17,12 +28,14 @@
17
28
  - Updated dependencies [1aafdaf]
18
29
  - Updated dependencies [d56eeb9]
19
30
  - Updated dependencies [a700ec9]
20
- - @powersync/service-core@0.0.0-dev-20250730111724
21
- - @powersync/service-types@0.0.0-dev-20250730111724
22
- - @powersync/service-jpgwire@0.0.0-dev-20250730111724
23
- - @powersync/service-core-tests@0.0.0-dev-20250730111724
24
- - @powersync/lib-services-framework@0.0.0-dev-20250730111724
25
- - @powersync/lib-service-postgres@0.0.0-dev-20250730111724
31
+ - Updated dependencies [d4db4e2]
32
+ - @powersync/service-core@0.0.0-dev-20250730114043
33
+ - @powersync/service-types@0.0.0-dev-20250730114043
34
+ - @powersync/service-jpgwire@0.0.0-dev-20250730114043
35
+ - @powersync/service-core-tests@0.0.0-dev-20250730114043
36
+ - @powersync/lib-services-framework@0.0.0-dev-20250730114043
37
+ - @powersync/service-sync-rules@0.0.0-dev-20250730114043
38
+ - @powersync/lib-service-postgres@0.0.0-dev-20250730114043
26
39
 
27
40
  ## 0.8.4
28
41