Skip to content

Commit daca1e1

Browse files
chore: release @nestm/storage (alpha)
1 parent 0d6cf3c commit daca1e1

4 files changed

Lines changed: 22 additions & 1 deletion

File tree

File renamed without changes.
File renamed without changes.

CHANGELOG.md

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

3+
## 0.1.0-alpha.10
4+
5+
### Minor Changes
6+
7+
- 0d6cf3c: Delegate conditional create, replace, exact ETag read, delete, and paired copy
8+
to the Files SDK 2.3 operation pipeline so plugins, hooks, retries, and receipts
9+
apply without bypassing native provider preconditions. Keep the direct NestM
10+
fallback only for version predicates, conditional multipart/resumable
11+
completion, and one-sided conditional copies, and fail those shapes closed when
12+
caller Files policy is configured.
13+
14+
Expose paired-copy dependency flags in provider capabilities and preserve
15+
`StorageError.applied` plus `appliedEtag` so callers can reconcile a conditional
16+
mutation that committed before a post-operation failure. Preserve the same
17+
bounded reconciliation signal through workspace, AI-tool, and gateway error
18+
boundaries.
19+
20+
### Patch Changes
21+
22+
- 0d6cf3c: Replace the NestJS 12 prerelease peer range and test matrix with the stable NestJS 12 line, and refresh the package toolchain and optional integration dependencies.
23+
324
## 0.1.0-alpha.9
425

526
### 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.9",
3+
"version": "0.1.0-alpha.10",
44
"description": "Framework-neutral storage clients, capability-scoped agent workspaces, NestJS 12 integration, and guarded HTTP access.",
55
"license": "MIT",
66
"author": "Kauan Guesser",

0 commit comments

Comments
 (0)