Skip to content

Version Packages #274

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
6 changes: 0 additions & 6 deletions .changeset/eight-turtles-design.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/good-years-marry.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/honest-ties-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-foxes-hug.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/perfect-ads-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-readers-happen.md

This file was deleted.

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

## 0.6.1

### Patch Changes

- Updated dependencies [951b010]
- @powersync/[email protected]

## 0.6.0

### Minor 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.0",
"version": "0.6.1",
"main": "dist/index.js",
"license": "FSL-1.1-Apache-2.0",
"type": "module",
Expand Down
11 changes: 11 additions & 0 deletions libs/lib-postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @powersync/lib-service-postgres

## 0.4.4

### Patch Changes

- Updated dependencies [0ccd470]
- Updated dependencies [08b7aa9]
- Updated dependencies [951b010]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]

## 0.4.3

### 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.3",
"version": "0.4.4",
"main": "dist/index.js",
"license": "FSL-1.1-Apache-2.0",
"type": "module",
Expand Down
11 changes: 11 additions & 0 deletions libs/lib-services/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @powersync/lib-services-framework

## 0.7.0

### Minor Changes

- 951b010: Implement resuming of initial replication snapshots.

### Patch Changes

- Updated dependencies [951b010]
- @powersync/[email protected]

## 0.6.0

### Minor 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.6.0",
"version": "0.7.0",
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions modules/module-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @powersync/service-module-core

## 0.1.2

### Patch Changes

- Updated dependencies [08b7aa9]
- Updated dependencies [0ccd470]
- Updated dependencies [951b010]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]

## 0.1.1

### 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.1",
"version": "0.1.2",
"main": "dist/index.js",
"license": "FSL-1.1-Apache-2.0",
"type": "module",
Expand Down
17 changes: 17 additions & 0 deletions modules/module-mongodb-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @powersync/service-module-mongodb-storage

## 0.10.0

### Minor Changes

- 0ccd470: Add powersync_replication_lag_seconds metric
- 951b010: Implement resuming of initial replication snapshots.

### Patch Changes

- Updated dependencies [08b7aa9]
- Updated dependencies [0ccd470]
- Updated dependencies [951b010]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]

## 0.9.5

### 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.9.5",
"version": "0.10.0",
"main": "dist/index.js",
"license": "FSL-1.1-Apache-2.0",
"type": "module",
Expand Down
17 changes: 17 additions & 0 deletions modules/module-mongodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @powersync/service-module-mongodb

## 0.10.0

### Minor Changes

- 0ccd470: Add powersync_replication_lag_seconds metric
- 951b010: Implement resuming of initial replication snapshots.

### Patch Changes

- Updated dependencies [08b7aa9]
- Updated dependencies [0ccd470]
- Updated dependencies [951b010]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]

## 0.9.1

### 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.9.1",
"version": "0.10.0",
"main": "dist/index.js",
"license": "FSL-1.1-Apache-2.0",
"type": "module",
Expand Down
19 changes: 19 additions & 0 deletions modules/module-mysql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @powersync/service-module-mysql

## 0.7.0

### Minor Changes

- 0ccd470: Add powersync_replication_lag_seconds metric
- e11754d: Added a configurable limit for the MySQL binlog processing queue to limit memory usage.
Removed MySQL Zongji type definitions, they are now instead imported from the `@powersync/mysql-zongji` package.
Now passing in port for the Zongji connection, so that it can be used with MySQL servers that are not running on the default port 3306.

### Patch Changes

- 951b010: Implement resuming of initial replication snapshots.
- Updated dependencies [08b7aa9]
- Updated dependencies [0ccd470]
- Updated dependencies [951b010]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]

## 0.6.5

### 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.6.5",
"version": "0.7.0",
"license": "FSL-1.1-Apache-2.0",
"main": "dist/index.js",
"type": "module",
Expand Down
20 changes: 20 additions & 0 deletions modules/module-postgres-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @powersync/service-module-postgres-storage

## 0.8.0

### Minor Changes

- 0ccd470: Add powersync_replication_lag_seconds metric
- 951b010: Implement resuming of initial replication snapshots.

### Patch Changes

- Updated dependencies [08b7aa9]
- Updated dependencies [0ccd470]
- Updated dependencies [08b7aa9]
- Updated dependencies [951b010]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]

## 0.7.5

### 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.7.5",
"version": "0.8.0",
"main": "dist/index.js",
"type": "module",
"publishConfig": {
Expand Down
20 changes: 20 additions & 0 deletions modules/module-postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @powersync/service-module-postgres

## 0.14.0

### Minor Changes

- 0ccd470: Add powersync_replication_lag_seconds metric
- 951b010: Implement resuming of initial replication snapshots.
- 08b7aa9: Add checks for RLS affecting replication.

### Patch Changes

- Updated dependencies [08b7aa9]
- Updated dependencies [0ccd470]
- Updated dependencies [08b7aa9]
- Updated dependencies [951b010]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]

## 0.13.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion modules/module-postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.13.1",
"version": "0.14.0",
"main": "dist/index.js",
"license": "FSL-1.1-Apache-2.0",
"type": "module",
Expand Down
10 changes: 10 additions & 0 deletions packages/jpgwire/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @powersync/service-jpgwire

## 0.20.0

### Minor Changes

- 951b010: Implement resuming of initial replication snapshots.

### Patch Changes

- 08b7aa9: Add types to pgwireRows.

## 0.19.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jpgwire/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.19.0",
"version": "0.20.0",
"main": "dist/index.js",
"license": "FSL-1.1-Apache-2.0",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions packages/rsocket-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @powersync/service-rsocket-router

## 0.1.1

### Patch Changes

- Updated dependencies [951b010]
- @powersync/[email protected]

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rsocket-router/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@powersync/service-rsocket-router",
"repository": "https://github.com/powersync-ja/powersync-service",
"version": "0.1.0",
"version": "0.1.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "FSL-1.1-Apache-2.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @powersync/service-schema

## 1.13.0

## 1.12.1

## 1.12.0
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/service-schema",
"version": "1.12.1",
"version": "1.13.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "FSL-1.1-Apache-2.0",
Expand Down
Loading