Skip to content
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
5 changes: 0 additions & 5 deletions .changeset/afraid-weeks-matter.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nasty-snakes-double.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/short-pumpkins-retire.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ten-walls-cough.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.16

### Patch Changes

- @powersync/[email protected]

## 0.6.15

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

## 0.4.18

### Patch Changes

- Updated dependencies [bdfd287]
- Updated dependencies [c2da2be]
- @powersync/[email protected]
- @powersync/[email protected]

## 0.4.17

### 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.17",
"version": "0.4.18",
"main": "dist/index.js",
"license": "FSL-1.1-ALv2",
"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.14

### Patch Changes

- Updated dependencies [bdfd287]
- @powersync/[email protected]

## 0.7.13

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

## 0.2.16

### Patch Changes

- Updated dependencies [8fdbf8d]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]

## 0.2.15

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

## 0.12.16

### Patch Changes

- Updated dependencies [8fdbf8d]
- Updated dependencies [bdfd287]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]

## 0.12.15

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

## 0.12.16

### Patch Changes

- bdfd287: Add the `timestamp_max_precision` option for sync rules. It can be set to `seconds`, `milliseconds` or `microseconds` to restrict the precision of synced datetime values.
- Updated dependencies [8fdbf8d]
- Updated dependencies [bdfd287]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]

## 0.12.15

### 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.12.15",
"version": "0.12.16",
"main": "dist/index.js",
"license": "FSL-1.1-ALv2",
"type": "module",
Expand Down
11 changes: 11 additions & 0 deletions modules/module-mssql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @powersync/service-module-mssql

## 0.1.2

### Patch Changes

- bdfd287: Add the `timestamp_max_precision` option for sync rules. It can be set to `seconds`, `milliseconds` or `microseconds` to restrict the precision of synced datetime values.
- Updated dependencies [8fdbf8d]
- Updated dependencies [bdfd287]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]

## 0.1.1

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

## 0.9.16

### Patch Changes

- bdfd287: Add the `timestamp_max_precision` option for sync rules. It can be set to `seconds`, `milliseconds` or `microseconds` to restrict the precision of synced datetime values.
- Updated dependencies [8fdbf8d]
- Updated dependencies [bdfd287]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]

## 0.9.15

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

## 0.10.16

### Patch Changes

- Updated dependencies [8fdbf8d]
- Updated dependencies [bdfd287]
- Updated dependencies [c2da2be]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]

## 0.10.15

### 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.10.15",
"version": "0.10.16",
"main": "dist/index.js",
"license": "FSL-1.1-ALv2",
"type": "module",
Expand Down
16 changes: 16 additions & 0 deletions modules/module-postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @powersync/service-module-postgres

## 0.16.16

### Patch Changes

- a4ead94: Fix decoding arrays of enums, fix decoding `box[]` columns during initial replication.
- bdfd287: Add the `timestamp_max_precision` option for sync rules. It can be set to `seconds`, `milliseconds` or `microseconds` to restrict the precision of synced datetime values.
- c2da2be: Update `pgwire` to version `0.8.1`.
- Updated dependencies [8fdbf8d]
- Updated dependencies [bdfd287]
- Updated dependencies [c2da2be]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]

## 0.16.15

### 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.16.15",
"version": "0.16.16",
"main": "dist/index.js",
"license": "FSL-1.1-ALv2",
"type": "module",
Expand Down
9 changes: 9 additions & 0 deletions packages/jpgwire/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @powersync/service-jpgwire

## 0.21.9

### Patch Changes

- bdfd287: Add the `timestamp_max_precision` option for sync rules. It can be set to `seconds`, `milliseconds` or `microseconds` to restrict the precision of synced datetime values.
- c2da2be: Update `pgwire` to version `0.8.1`.
- Updated dependencies [bdfd287]
- @powersync/[email protected]

## 0.21.8

### Patch 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.21.8",
"version": "0.21.9",
"main": "dist/index.js",
"license": "FSL-1.1-ALv2",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/rsocket-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @powersync/service-rsocket-router

## 0.2.11

### Patch Changes

- @powersync/[email protected]

## 0.2.10

### Patch 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.2.10",
"version": "0.2.11",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "FSL-1.1-ALv2",
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.19.0

## 1.18.1

## 1.18.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.18.1",
"version": "1.19.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "FSL-1.1-ALv2",
Expand Down
9 changes: 9 additions & 0 deletions packages/service-core-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @powersync/service-core-tests

## 0.12.16

### Patch Changes

- Updated dependencies [8fdbf8d]
- Updated dependencies [bdfd287]
- @powersync/[email protected]
- @powersync/[email protected]

## 0.12.15

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

## 1.19.0

### Patch Changes

- 8fdbf8d: - Rework dynamic module loading, fixing startup issues for migration and compact jobs in 1.18.0 / 1.18.1
- Updated dependencies [bdfd287]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]

## 1.18.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/service-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.18.1",
"version": "1.19.0",
"main": "dist/index.js",
"license": "FSL-1.1-ALv2",
"type": "module",
Expand Down
Loading