@ferricstore/ferricstore 0.11.5 → 0.11.6
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/README.md +3 -3
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/docs/api/index.html +3 -3
- package/docs/api/variables/FERRICSTORE_SDK_VERSION.html +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,8 +18,8 @@ Requires Node.js 22.22 or newer. The SDK ships ESM and CommonJS builds and is te
|
|
|
18
18
|
|
|
19
19
|
## Compatibility
|
|
20
20
|
|
|
21
|
-
TypeScript SDK `0.11.
|
|
22
|
-
FerricStore 0.11.
|
|
21
|
+
TypeScript SDK `0.11.6` requires FerricStore server `0.11.4` or newer. With
|
|
22
|
+
FerricStore 0.11.6 it negotiates compact Stream mode 34 for homogeneous auto-ID
|
|
23
23
|
`XADD` pipelines and compact Pub/Sub mode 35 for homogeneous `PUBLISH`
|
|
24
24
|
pipelines. Native wire protocol v1 and the generic fallback are unchanged.
|
|
25
25
|
Capabilities and response-size limits are negotiated
|
|
@@ -44,7 +44,7 @@ const { FerricStoreClient, JsonCodec } = require("@ferricstore/ferricstore");
|
|
|
44
44
|
docker run -p 6388:6388 \
|
|
45
45
|
-e FERRICSTORE_PROTECTED_MODE=false \
|
|
46
46
|
-v ferricstore_data:/data \
|
|
47
|
-
|
|
47
|
+
quay.io/ferricstore/ferricstore:0.11.6
|
|
48
48
|
```
|
|
49
49
|
|
|
50
50
|
## Query durable runs
|
package/dist/index.cjs
CHANGED
|
@@ -20526,7 +20526,7 @@ var WorkflowWorker = class {
|
|
|
20526
20526
|
};
|
|
20527
20527
|
|
|
20528
20528
|
// src/version.ts
|
|
20529
|
-
var FERRICSTORE_SDK_VERSION = "0.11.
|
|
20529
|
+
var FERRICSTORE_SDK_VERSION = "0.11.6";
|
|
20530
20530
|
var FERRICSTORE_MINIMUM_SERVER_VERSION = "0.11.4";
|
|
20531
20531
|
var FERRICSTORE_NATIVE_PROTOCOL_VERSION = 1;
|
|
20532
20532
|
// Annotate the CommonJS export names for ESM import in node:
|