Commit d393f49
committed
chore: release v1.1.0
- Stage profiling (Issue #58, RFC 014): per-stage wall-clock timing for
.source()/.tap()/.link() with zero overhead when disabled; works on
no_std + alloc via portable-atomic; MCP tools get_stage_profiling /
reset_stage_profiling with bottleneck detection
- no_std Transform API (Design 027): .transform() and .transform_join()
now available on Embassy and WASM; new JoinFanInRuntime trait in
aimdb-executor; task-model on_triggers() replaces callback form
- Context-aware connectors (Design 026): .with_deserializer(|ctx, bytes|)
and .with_serializer(|ctx, value|) give connector callbacks access to
the runtime clock and logger; all connectors updated
- Writer-exclusivity validation (Issue #89): .source(), .transform(), and
.link_from() are now mutually exclusive at config time
- MCP --public flag (read-only SSRF-safe mode) and --socket default
- hello-mailbox example (community contribution by @ggmaldo)
- rand 0.8 -> 0.10.1 upgrade across workspace
Version bumps:
aimdb-core 1.0.1 -> 1.1.0
aimdb-executor 0.1.0 -> 0.2.0
aimdb-tokio-adapter 0.5.0 -> 0.6.0
aimdb-embassy-adapter 0.5.0 -> 0.6.0
aimdb-client 0.5.0 -> 0.6.0
aimdb-codegen 0.1.0 -> 0.2.0
aimdb-websocket-connector 0.1.0 -> 0.2.0
aimdb-wasm-adapter 0.1.1 -> 0.2.0
aimdb-mcp 0.7.0 -> 0.8.0
aimdb-mqtt-connector 0.5.1 -> 0.6.0
aimdb-knx-connector 0.3.1 -> 0.4.0
aimdb-data-contracts 0.1.0 -> 0.1.11 parent 31a5fd7 commit d393f49
29 files changed
Lines changed: 404 additions & 51 deletions
File tree
- aimdb-client
- aimdb-codegen
- aimdb-core
- aimdb-data-contracts
- aimdb-embassy-adapter
- aimdb-executor
- aimdb-knx-connector
- aimdb-mqtt-connector
- aimdb-sync
- aimdb-tokio-adapter
- aimdb-wasm-adapter
- aimdb-websocket-connector
- docs/releases
- tools
- aimdb-cli
- aimdb-mcp
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
657 | 659 | | |
658 | 660 | | |
659 | 661 | | |
660 | | - | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
661 | 665 | | |
662 | 666 | | |
663 | 667 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
66 | | - | |
| 68 | + | |
| 69 | + | |
67 | 70 | | |
68 | 71 | | |
69 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
306 | 308 | | |
307 | 309 | | |
308 | 310 | | |
309 | | - | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
310 | 314 | | |
311 | 315 | | |
312 | 316 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments