@contrail/documents 1.9.0-alpha.s3-overflow.0 → 1.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,14 @@ Versioning follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.10.0] - 2026-06-26
11
+
12
+ ### Added
13
+
14
+ - `DocumentTransactionPayload` — a shared either-or contract (`operations` XOR `operationsS3Key`) so client and server agree on whether a transaction's operations are inline or overflowed to S3.
15
+
16
+ ## [1.9.0] - 2026-06-26
17
+
10
18
  ### Added
11
19
 
12
20
  - Document transaction contract types for the transactional write path: `DocumentOperation`, `DocumentElementPatch`, `WriteTransactionRequest`, and `WriteTransactionResponse`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrail/documents",
3
- "version": "1.9.0-alpha.s3-overflow.0",
3
+ "version": "1.10.0",
4
4
  "description": "Documents library for contrail platform",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",