@contrail/documents 1.6.0-alpha.1 → 1.6.0-alpha.document-transaction-consumer.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.
- package/CHANGELOG.md +1 -0
- package/lib/types/document.d.ts +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -11,6 +11,7 @@ Versioning follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
11
11
|
|
|
12
12
|
- Document transaction contract types for the transactional write path: `DocumentOperation`, `DocumentElementPatch`, `WriteTransactionRequest`, and `WriteTransactionResponse`.
|
|
13
13
|
- `DocumentWriteMode` type and an optional `writeMode` field on the `Document` interface, used to gate the transactional write path.
|
|
14
|
+
- Optional `lastSequenceNumber` field on the `Document` interface, recording the sequence number of the latest WAL transaction materialized into the document.
|
|
14
15
|
|
|
15
16
|
## [1.5.6] - 2026-04-29
|
|
16
17
|
|
package/lib/types/document.d.ts
CHANGED
package/package.json
CHANGED