Skip to content

Commit 8608a2c

Browse files
Version Packages (#27)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0a44213 commit 8608a2c

18 files changed

Lines changed: 125 additions & 113 deletions

.changeset/nice-pears-find.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/pretty-items-bet.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/skip-validate-flags.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/tricky-eagles-draw.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/twenty-carrots-sleep.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/whole-teeth-juggle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/witty-cobras-run.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

cli/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# powersync
22

3+
## 0.9.3
4+
5+
### Patch Changes
6+
7+
- 0a44213: Added `--sync-config-file-path` so local sync YAML can be read from a path other than `sync-config.yaml` for **`powersync deploy`**, **`powersync deploy sync-config`**, **`powersync validate`**, and **`powersync generate schema`**.
8+
- 6e9e81d: Upgrade internal PowerSync dependencies.
9+
- ef92f08: Add `--skip-validations` and `--validate-only` flags to `deploy` and `validate` commands.
10+
11+
These mutually exclusive flags accept a comma-separated list of validation tests (`configuration`, `connections`, `sync-config`) and allow users to skip or isolate specific validation checks. This is useful when deploying behind VPC endpoints, dealing with transient sync config timeouts, or bypassing schema validation for older configs.
12+
13+
- a81df21: Reduce NPM dependency size
14+
- 4620c7b: Added `overwrite` flag to the `powersync pull instance` command. Specifying this flag will overwrite existing config files instead of writing to temporary files.
15+
- c5ae2d5: Improved formatting for PowerSync management service call errors.
16+
- 4620c7b: Added YAML comments to the configuration files genered when running powersync pull instance
17+
- @powersync/cli-core@0.9.3
18+
- @powersync/cli-schemas@0.9.3
19+
- @powersync/cli-plugin-docker@0.9.3
20+
- @powersync/cli-plugin-config-edit@0.9.3
21+
322
## 0.9.2
423

524
### Patch Changes

cli/README.md

Lines changed: 80 additions & 71 deletions
Large diffs are not rendered by default.

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "powersync",
33
"description": "A CLI for managing PowerSync instances",
4-
"version": "0.9.2",
4+
"version": "0.9.3",
55
"author": "POWERSYNC",
66
"bin": {
77
"powersync": "./bin/run.js"

0 commit comments

Comments
 (0)