Skip to content

Version Packages #306

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
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/[email protected]

## 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/[email protected]
- @powersync/[email protected]

## 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/[email protected]

## 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
15 changes: 15 additions & 0 deletions modules/module-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @powersync/service-module-core

## 0.1.7

### Patch Changes

- Updated dependencies [2378e36]
- Updated dependencies [4a34a51]
- Updated dependencies [4ebc3bf]
- Updated dependencies [2378e36]
- Updated dependencies [1aafdaf]
- Updated dependencies [d56eeb9]
- Updated dependencies [d4db4e2]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]

## 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
30 changes: 30 additions & 0 deletions modules/module-mongodb-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# @powersync/service-module-mongodb-storage

## 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 [2378e36]
- Updated dependencies [4a34a51]
- Updated dependencies [4ebc3bf]
- Updated dependencies [2378e36]
- Updated dependencies [1aafdaf]
- Updated dependencies [d56eeb9]
- Updated dependencies [d4db4e2]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]

## 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
30 changes: 30 additions & 0 deletions modules/module-mongodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# @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 [2378e36]
- Updated dependencies [4a34a51]
- Updated dependencies [4ebc3bf]
- Updated dependencies [2378e36]
- Updated dependencies [1aafdaf]
- Updated dependencies [d56eeb9]
- Updated dependencies [d4db4e2]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]

## 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
29 changes: 29 additions & 0 deletions modules/module-mysql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# @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 [2378e36]
- Updated dependencies [4a34a51]
- Updated dependencies [4ebc3bf]
- Updated dependencies [2378e36]
- Updated dependencies [1aafdaf]
- Updated dependencies [d56eeb9]
- Updated dependencies [d4db4e2]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]

## 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
33 changes: 33 additions & 0 deletions modules/module-postgres-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# @powersync/service-module-postgres-storage

## 0.9.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 [2378e36]
- Updated dependencies [4a34a51]
- Updated dependencies [4ebc3bf]
- Updated dependencies [2378e36]
- Updated dependencies [a882b94]
- Updated dependencies [1aafdaf]
- Updated dependencies [d56eeb9]
- Updated dependencies [d4db4e2]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]

## 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
34 changes: 34 additions & 0 deletions modules/module-postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# @powersync/service-module-postgres

## 0.15.0

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

- 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/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]

## 0.14.4

### Patch Changes
Expand Down
Loading