Skip to content

Commit f07ce04

Browse files
authored
Merge pull request #10 from nestm-dev/changeset-release/main
chore: release @nestm/storage (alpha)
2 parents 119d33d + 23973e6 commit f07ce04

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
},
77
"changesets": [
88
"framework-neutral-core",
9-
"initial-storage-release"
9+
"harden-storage-boundaries",
10+
"initial-storage-release",
11+
"map-foreign-files-not-found"
1012
]
1113
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @nestm/storage
22

3+
## 0.1.0-alpha.3
4+
5+
### Minor Changes
6+
7+
- b947634: Harden storage integration boundaries with cross-copy-safe `StorageError`
8+
detection, a package-owned S3 driver factory, conditional staged-object
9+
promotion, and a mandatory parsed key policy plus signed-transfer limits for
10+
the optional HTTP gateway.
11+
12+
### Patch Changes
13+
14+
- b947634: Map structurally branded `files-sdk` errors, including errors wrapped across
15+
duplicate package copies, so missing objects retain the `NOT_FOUND` storage
16+
error code.
17+
318
## 0.1.0-alpha.2
419

520
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestm/storage",
3-
"version": "0.1.0-alpha.2",
3+
"version": "0.1.0-alpha.3",
44
"description": "Framework-neutral storage clients with NestJS 12 integration, named stores, streaming I/O, and an optional guarded HTTP gateway.",
55
"license": "MIT",
66
"author": "Kauan Guesser",

0 commit comments

Comments
 (0)