Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .changeset/angry-mice-hide.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/cuddly-radios-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-pens-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-queens-float.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ninety-points-provide.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/pretty-apricots-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-fireants-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-bees-serve.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/shiny-pugs-train.md

This file was deleted.

21 changes: 0 additions & 21 deletions .changeset/wet-berries-enjoy.md

This file was deleted.

6 changes: 6 additions & 0 deletions libs/lib-mongodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @powersync/lib-service-mongodb

## 0.6.3

### Patch Changes

- @powersync/lib-services-framework@0.7.2

## 0.6.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/lib-mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@powersync/lib-service-mongodb",
"repository": "https://github.com/powersync-ja/powersync-service",
"types": "dist/index.d.ts",
"version": "0.6.2",
"version": "0.6.3",
"main": "dist/index.js",
"license": "FSL-1.1-Apache-2.0",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions libs/lib-postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @powersync/lib-service-postgres

## 0.4.6

### Patch Changes

- Updated dependencies [a882b94]
- @powersync/service-jpgwire@0.20.1
- @powersync/lib-services-framework@0.7.2

## 0.4.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/lib-postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@powersync/lib-service-postgres",
"repository": "https://github.com/powersync-ja/powersync-service",
"types": "dist/index.d.ts",
"version": "0.4.5",
"version": "0.4.6",
"main": "dist/index.js",
"license": "FSL-1.1-Apache-2.0",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions libs/lib-services/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @powersync/lib-services-framework

## 0.7.2

### Patch Changes

- Updated dependencies [1aafdaf]
- @powersync/service-errors@0.3.3

## 0.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/lib-services/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@powersync/lib-services-framework",
"repository": "https://github.com/powersync-ja/powersync-service",
"version": "0.7.1",
"version": "0.7.2",
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
Expand Down
16 changes: 16 additions & 0 deletions modules/module-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @powersync/service-module-core

## 0.1.7

### Patch Changes

- Updated dependencies [b1add5a]
- Updated dependencies [2378e36]
- Updated dependencies [4a34a51]
- Updated dependencies [4ebc3bf]
- Updated dependencies [2378e36]
- Updated dependencies [1aafdaf]
- Updated dependencies [d56eeb9]
- Updated dependencies [d4db4e2]
- @powersync/service-core@1.14.0
- @powersync/lib-services-framework@0.7.2
- @powersync/service-rsocket-router@0.1.3

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion modules/module-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@powersync/service-module-core",
"repository": "https://github.com/powersync-ja/powersync-service",
"types": "dist/index.d.ts",
"version": "0.1.6",
"version": "0.1.7",
"main": "dist/index.js",
"license": "FSL-1.1-Apache-2.0",
"type": "module",
Expand Down
32 changes: 32 additions & 0 deletions modules/module-mongodb-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# @powersync/service-module-mongodb-storage

## 0.11.0

### 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

- Updated dependencies [b1add5a]
- Updated dependencies [2378e36]
- Updated dependencies [4a34a51]
- Updated dependencies [4ebc3bf]
- Updated dependencies [2378e36]
- Updated dependencies [1aafdaf]
- Updated dependencies [d56eeb9]
- Updated dependencies [d4db4e2]
- @powersync/service-core@1.14.0
- @powersync/service-sync-rules@0.28.0
- @powersync/lib-services-framework@0.7.2
- @powersync/lib-service-mongodb@0.6.3

## 0.10.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion modules/module-mongodb-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@powersync/service-module-mongodb-storage",
"repository": "https://github.com/powersync-ja/powersync-service",
"types": "dist/index.d.ts",
"version": "0.10.4",
"version": "0.11.0",
"main": "dist/index.js",
"license": "FSL-1.1-Apache-2.0",
"type": "module",
Expand Down
31 changes: 31 additions & 0 deletions modules/module-mongodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# @powersync/service-module-mongodb

## 0.11.0

### 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

- Updated dependencies [b1add5a]
- Updated dependencies [2378e36]
- Updated dependencies [4a34a51]
- Updated dependencies [4ebc3bf]
- Updated dependencies [2378e36]
- Updated dependencies [1aafdaf]
- Updated dependencies [d56eeb9]
- Updated dependencies [d4db4e2]
- @powersync/service-core@1.14.0
- @powersync/service-sync-rules@0.28.0
- @powersync/lib-services-framework@0.7.2
- @powersync/lib-service-mongodb@0.6.3

## 0.10.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion modules/module-mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@powersync/service-module-mongodb",
"repository": "https://github.com/powersync-ja/powersync-service",
"types": "dist/index.d.ts",
"version": "0.10.4",
"version": "0.11.0",
"main": "dist/index.js",
"license": "FSL-1.1-Apache-2.0",
"type": "module",
Expand Down
30 changes: 30 additions & 0 deletions modules/module-mysql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# @powersync/service-module-mysql

## 0.8.0

### 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

- Updated dependencies [b1add5a]
- Updated dependencies [2378e36]
- Updated dependencies [4a34a51]
- Updated dependencies [4ebc3bf]
- Updated dependencies [2378e36]
- Updated dependencies [1aafdaf]
- Updated dependencies [d56eeb9]
- Updated dependencies [d4db4e2]
- @powersync/service-core@1.14.0
- @powersync/service-sync-rules@0.28.0
- @powersync/lib-services-framework@0.7.2

## 0.7.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion modules/module-mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@powersync/service-module-mysql",
"repository": "https://github.com/powersync-ja/powersync-service",
"types": "dist/index.d.ts",
"version": "0.7.4",
"version": "0.8.0",
"license": "FSL-1.1-Apache-2.0",
"main": "dist/index.js",
"type": "module",
Expand Down
35 changes: 35 additions & 0 deletions modules/module-postgres-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# @powersync/service-module-postgres-storage

## 0.9.0

### 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

- Updated dependencies [b1add5a]
- Updated dependencies [2378e36]
- Updated dependencies [4a34a51]
- Updated dependencies [4ebc3bf]
- Updated dependencies [2378e36]
- Updated dependencies [a882b94]
- Updated dependencies [1aafdaf]
- Updated dependencies [d56eeb9]
- Updated dependencies [d4db4e2]
- @powersync/service-core-tests@0.11.0
- @powersync/service-core@1.14.0
- @powersync/service-jpgwire@0.20.1
- @powersync/service-sync-rules@0.28.0
- @powersync/lib-services-framework@0.7.2
- @powersync/lib-service-postgres@0.4.6

## 0.8.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion modules/module-postgres-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@powersync/service-module-postgres-storage",
"repository": "https://github.com/powersync-ja/powersync-service",
"types": "dist/@types/index.d.ts",
"version": "0.8.4",
"version": "0.9.0",
"main": "dist/index.js",
"type": "module",
"publishConfig": {
Expand Down
Loading