diff --git a/.changeset/strict-nights-cheat.md b/.changeset/strict-nights-cheat.md deleted file mode 100644 index bc20ed2..0000000 --- a/.changeset/strict-nights-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@webiny/data-transfer": patch ---- - -Fix cross-account migration by bypassing `@webiny/aws-sdk` client cache. Add `--config`, `--preset`, and `--dry-run` flags to skip the wizard. Wire `copyFileToTarget` in `copy-files` and `v5-to-v6-ddb` presets so S3 files are actually copied. URL-encode `CopySource` path segments for keys with special characters. Fix flaky dynalite integration test with `waitForTableActive`. diff --git a/CHANGELOG.md b/CHANGELOG.md index b39326c..5d5b12d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @webiny/data-transfer +## 0.0.3 + +### Patch Changes + +- d5e620c: Fix cross-account migration by bypassing `@webiny/aws-sdk` client cache. Add `--config`, `--preset`, and `--dry-run` flags to skip the wizard. Wire `copyFileToTarget` in `copy-files` and `v5-to-v6-ddb` presets so S3 files are actually copied. URL-encode `CopySource` path segments for keys with special characters. Fix flaky dynalite integration test with `waitForTableActive`. + ## 0.0.2 ### Patch Changes diff --git a/package.json b/package.json index af85ccb..a38479c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@webiny/data-transfer", - "version": "0.0.2", + "version": "0.0.3", "description": "Webiny data transfer tool", "type": "module", "main": "./dist/index.js",