Skip to content

Commit 78c490c

Browse files
chore: release 0.10.1
1 parent c2eb989 commit 78c490c

3 files changed

Lines changed: 25 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.10.0"
2+
".": "0.10.1"
33
}

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [0.10.1](https://github.com/calf-ai/calfkit-sdk/compare/v0.10.0...v0.10.1) (2026-06-17)
4+
5+
6+
### Features
7+
8+
* durable in-node fan-out, return-only — staged pipeline + ktables store ([#233](https://github.com/calf-ai/calfkit-sdk/issues/233)) ([a05f7bc](https://github.com/calf-ai/calfkit-sdk/commit/a05f7bc9076ac26fc0f2b53b0c02983e5a5ad6dc))
9+
* fault wire model: ErrorReport, FaultMessage, NodeFaultError ([#229](https://github.com/calf-ai/calfkit-sdk/issues/229)) ([4dba194](https://github.com/calf-ai/calfkit-sdk/commit/4dba194d489cfeab758b14fc71ed3e9fe1a7c050))
10+
* per-delivery reply slot for returns; Envelope.reply + x-calf-kind ([#223](https://github.com/calf-ai/calfkit-sdk/issues/223)) ([4d80a5e](https://github.com/calf-ai/calfkit-sdk/commit/4d80a5eb53b8e38df2071b445024c8e6a248ca34))
11+
* phase-0 prereqs for in-node fan-out aggregation ([#228](https://github.com/calf-ai/calfkit-sdk/issues/228)) ([58f19a1](https://github.com/calf-ai/calfkit-sdk/commit/58f19a16b1a93d962b778a56d7e2db6a72e61104))
12+
13+
14+
### Bug Fixes
15+
16+
* abort the durable fan-out batch on an OPEN-path failure ([#234](https://github.com/calf-ai/calfkit-sdk/issues/234)) ([e66cc74](https://github.com/calf-ai/calfkit-sdk/commit/e66cc74861e5d0694f30b67b7258dfc58ec3dc2a))
17+
18+
19+
### Documentation
20+
21+
* accept ADR-0006: reply rides a per-delivery envelope slot ([#235](https://github.com/calf-ai/calfkit-sdk/issues/235)) ([a5107a6](https://github.com/calf-ai/calfkit-sdk/commit/a5107a697afe094fa29efaad07b8601fd280022e))
22+
* clarify the test-taxonomy table's run column in CONTRIBUTING ([#244](https://github.com/calf-ai/calfkit-sdk/issues/244)) ([c2eb989](https://github.com/calf-ai/calfkit-sdk/commit/c2eb989e7739008f1947df539894e26bd39e16d7))
23+
* design specs for node presence control plane ([#236](https://github.com/calf-ai/calfkit-sdk/issues/236)) ([d6b6210](https://github.com/calf-ai/calfkit-sdk/commit/d6b6210c7cf7825794636f3392ec7fd4b4ecb607))
24+
* extract API reference from README into docs/api.md ([#237](https://github.com/calf-ai/calfkit-sdk/issues/237)) ([f55dd8d](https://github.com/calf-ai/calfkit-sdk/commit/f55dd8da683ad19d5844a359910bca648154e7ed))
25+
326
## [0.10.0](https://github.com/calf-ai/calfkit-sdk/compare/v0.9.1...v0.10.0) (2026-06-11)
427

528

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "calfkit"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
description = "Build AI workflows and agents as fully-distributed and event-driven microservices."
55
readme = "README.md"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)