diff --git a/.changeset/move-same-bucket-only.md b/.changeset/move-same-bucket-only.md deleted file mode 100644 index 6a6dfde..0000000 --- a/.changeset/move-same-bucket-only.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tigrisdata/storage': patch ---- - -`move` no longer accepts `srcBucket` / `destBucket` options — cross-bucket moves are not supported by the server. Use `copy` followed by `remove` to move objects between buckets. diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md index 3ef0adc..1cf6f70 100644 --- a/packages/storage/CHANGELOG.md +++ b/packages/storage/CHANGELOG.md @@ -1,5 +1,11 @@ # @tigrisdata/storage +## 3.5.1 + +### Patch Changes + +- [#99](https://github.com/tigrisdata/storage/pull/99) [`aa03ea5`](https://github.com/tigrisdata/storage/commit/aa03ea53d5096dbfe67a969262b55ca58aa0b33e) Thanks [@designcode](https://github.com/designcode)! - `move` no longer accepts `srcBucket` / `destBucket` options — cross-bucket moves are not supported by the server. Use `copy` followed by `remove` to move objects between buckets. + ## 3.5.0 ### Minor Changes diff --git a/packages/storage/package.json b/packages/storage/package.json index 010fedd..3af626b 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@tigrisdata/storage", - "version": "3.5.0", + "version": "3.5.1", "description": "Tigris is a high-performance object storage system designed for multi-cloud", "type": "module", "main": "./dist/server.js",