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

## 0.8.3

### Patch Changes

- 4f7bd0f: Fix slow clearing of bucket_parameters collection.
- Updated dependencies [4f7bd0f]
- @powersync/[email protected]

## 0.8.2

### 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.8.2",
"version": "0.8.3",
"main": "dist/index.js",
"license": "FSL-1.1-Apache-2.0",
"type": "module",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ export class MongoSyncBucketStorage
);
await this.db.bucket_parameters.deleteMany(
{
key: idPrefixFilter<SourceKey>({ g: this.group_id }, ['t', 'k'])
'key.g': this.group_id
},
{ maxTimeMS: lib_mongo.db.MONGO_CLEAR_OPERATION_TIMEOUT_MS }
);
Expand Down
7 changes: 7 additions & 0 deletions modules/module-mongodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @powersync/service-module-mongodb

## 0.7.6

### Patch Changes

- Updated dependencies [4f7bd0f]
- @powersync/[email protected]

## 0.7.5

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

## 0.5.6

### Patch Changes

- Updated dependencies [4f7bd0f]
- @powersync/[email protected]

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

## 0.6.3

### Patch Changes

- Updated dependencies [4f7bd0f]
- @powersync/[email protected]
- @powersync/[email protected]

## 0.6.2

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

## 0.11.3

### Patch Changes

- Updated dependencies [4f7bd0f]
- @powersync/[email protected]

## 0.11.2

### 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.11.2",
"version": "0.11.3",
"main": "dist/index.js",
"license": "FSL-1.1-Apache-2.0",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/service-core-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @powersync/service-core-tests

## 0.8.3

### Patch Changes

- Updated dependencies [4f7bd0f]
- @powersync/[email protected]

## 0.8.2

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

## 1.10.3

### Patch Changes

- 4f7bd0f: Fix slow clearing of bucket_parameters collection.

## 1.10.2

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

## 1.10.3

### Patch Changes

- 4f7bd0f: Fix slow clearing of bucket_parameters collection.
- Updated dependencies [4f7bd0f]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]
- @powersync/[email protected]

## 1.10.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/service-image",
"version": "1.10.2",
"version": "1.10.3",
"private": true,
"license": "FSL-1.1-Apache-2.0",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions test-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# test-client

## 0.1.35

### Patch Changes

- Updated dependencies [4f7bd0f]
- @powersync/[email protected]

## 0.1.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion test-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "test-client",
"repository": "https://github.com/powersync-ja/powersync-service",
"private": true,
"version": "0.1.34",
"version": "0.1.35",
"main": "dist/index.js",
"bin": "dist/bin.js",
"license": "Apache-2.0",
Expand Down