Skip to content

Releases: powersync-ja/powersync-service

@powersync/[email protected]

05 Aug 14:29
eba6fa5

Choose a tag to compare

Minor Changes

  • d4db4e2: MySQL:
    • Added schema change handling
    • Except for some edge cases, the following schema changes are now handled automatically:
      • Creation, renaming, dropping and truncation of tables.
      • Creation and dropping of unique indexes and primary keys.
      • Adding, modifying, dropping and renaming of table columns.
    • If a schema change cannot handled automatically, a warning with details will be logged.
    • Mismatches in table schema from the Zongji binlog listener are now handled more gracefully.
    • Replication of wildcard tables is now supported.
    • Improved logging for binlog event processing.

@powersync/[email protected]

05 Aug 14:29
eba6fa5

Choose a tag to compare

@powersync/[email protected]

05 Aug 14:29
eba6fa5

Choose a tag to compare

@powersync/[email protected]

05 Aug 14:29
eba6fa5

Choose a tag to compare

Minor Changes

  • 2378e36: Drop support for legacy Supabase keys via app.settings.jwt_secret.
  • 2378e36: Add automatic support for Supabase JWT Signing Keys.
  • d56eeb9: Delay switching over to new sync rules until we have a consistent checkpoint.
  • d4db4e2: MySQL:
    • Added schema change handling
    • Except for some edge cases, the following schema changes are now handled automatically:
      • Creation, renaming, dropping and truncation of tables.
      • Creation and dropping of unique indexes and primary keys.
      • Adding, modifying, dropping and renaming of table columns.
    • If a schema change cannot handled automatically, a warning with details will be logged.
    • Mismatches in table schema from the Zongji binlog listener are now handled more gracefully.
    • Replication of wildcard tables is now supported.
    • Improved logging for binlog event processing.

Patch Changes

@powersync/[email protected]

05 Aug 14:29
eba6fa5

Choose a tag to compare

Minor Changes

  • b1add5a: [MongoDB Storage] Compact action now also compacts parameter lookup storage.
  • d56eeb9: Delay switching over to new sync rules until we have a consistent checkpoint.
  • d4db4e2: MySQL:
    • Added schema change handling
    • Except for some edge cases, the following schema changes are now handled automatically:
      • Creation, renaming, dropping and truncation of tables.
      • Creation and dropping of unique indexes and primary keys.
      • Adding, modifying, dropping and renaming of table columns.
    • If a schema change cannot handled automatically, a warning with details will be logged.
    • Mismatches in table schema from the Zongji binlog listener are now handled more gracefully.
    • Replication of wildcard tables is now supported.
    • Improved logging for binlog event processing.

Patch Changes

@powersync/[email protected]

05 Aug 14:29
eba6fa5

Choose a tag to compare

Minor Changes

  • d56eeb9: Delay switching over to new sync rules until we have a consistent checkpoint.
  • d4db4e2: MySQL:
    • Added schema change handling
    • Except for some edge cases, the following schema changes are now handled automatically:
      • Creation, renaming, dropping and truncation of tables.
      • Creation and dropping of unique indexes and primary keys.
      • Adding, modifying, dropping and renaming of table columns.
    • If a schema change cannot handled automatically, a warning with details will be logged.
    • Mismatches in table schema from the Zongji binlog listener are now handled more gracefully.
    • Replication of wildcard tables is now supported.
    • Improved logging for binlog event processing.

Patch Changes

@powersync/[email protected]

05 Aug 14:28
eba6fa5

Choose a tag to compare

Minor Changes

  • d56eeb9: Delay switching over to new sync rules until we have a consistent checkpoint.
  • d4db4e2: MySQL:
    • Added schema change handling
    • Except for some edge cases, the following schema changes are now handled automatically:
      • Creation, renaming, dropping and truncation of tables.
      • Creation and dropping of unique indexes and primary keys.
      • Adding, modifying, dropping and renaming of table columns.
    • If a schema change cannot handled automatically, a warning with details will be logged.
    • Mismatches in table schema from the Zongji binlog listener are now handled more gracefully.
    • Replication of wildcard tables is now supported.
    • Improved logging for binlog event processing.

Patch Changes

@powersync/[email protected]

05 Aug 14:28
eba6fa5

Choose a tag to compare

Minor Changes

  • b1add5a: [MongoDB Storage] Compact action now also compacts parameter lookup storage.
  • d56eeb9: Delay switching over to new sync rules until we have a consistent checkpoint.
  • d4db4e2: MySQL:
    • Added schema change handling
    • Except for some edge cases, the following schema changes are now handled automatically:
      • Creation, renaming, dropping and truncation of tables.
      • Creation and dropping of unique indexes and primary keys.
      • Adding, modifying, dropping and renaming of table columns.
    • If a schema change cannot handled automatically, a warning with details will be logged.
    • Mismatches in table schema from the Zongji binlog listener are now handled more gracefully.
    • Replication of wildcard tables is now supported.
    • Improved logging for binlog event processing.

Patch Changes

@powersync/[email protected]

05 Aug 14:28
eba6fa5

Choose a tag to compare

Patch Changes

@powersync/[email protected]

05 Aug 14:29
eba6fa5

Choose a tag to compare

Patch Changes

  • a882b94: Change application_name on postgres connections from 'PowerSync' to 'powersync/{version}'.