Skip to content

Commit d26fb28

Browse files
committed
Align snapshot contract for v0.1.1
1 parent e084137 commit d26fb28

23 files changed

Lines changed: 1732 additions & 414 deletions

CHANGELOG.md

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

3+
## v0.1.1 - 2026-03-14
4+
5+
Patch technical-preview release focused on restoring the advertised snapshot compatibility surface with current Bering `io.mb3r.bering.snapshot@1.0.0`.
6+
7+
Included in this release:
8+
9+
- updated strict snapshot contract pin to the current published Bering `1.0.0` digest
10+
- synced vendored and mirrored snapshot schemas with the published Bering snapshot schema
11+
- updated snapshot loader to accept the current Bering snapshot envelope
12+
- refreshed checked-in snapshot sample and generated example outputs to match current upstream structure
13+
- added CI sanity checks that the published Bering model and snapshot schema URLs still match Sheaft pins and local schema copies
14+
15+
Stable within the `v0.1.1` preview:
16+
17+
- strict acceptance of current `io.mb3r.bering.model@1.0.0`
18+
- strict acceptance of current `io.mb3r.bering.snapshot@1.0.0`
19+
- checked-in model and snapshot smoke paths
20+
- deterministic batch execution for a fixed seed and config
21+
22+
Still experimental in `v0.1.1`:
23+
24+
- long-running `serve` / `watch` service mode
25+
- richer analysis config and operator-facing conventions
26+
- local `discover` helper
27+
28+
Known limitations:
29+
30+
- only the Bering `1.0.0` model and snapshot contracts are accepted
31+
- snapshot envelopes still rely on external predicate overlays or fallback journey resolution when richer predicate definitions are not embedded upstream
32+
- no new discovery pipeline is introduced in this release
33+
334
## v0.1.0 - 2026-03-14
435

536
First public Sheaft release, published as an experimental technical preview rather than a stable GA release.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ Analysis example:
9191
--out-dir out/quickstart-analysis
9292
```
9393

94+
The checked-in snapshot sample mirrors the current Bering `io.mb3r.bering.snapshot@1.0.0` envelope. The accompanying analysis example layers explicit predicate and weight overrides on top of that snapshot sample.
95+
9496
On Windows from a source checkout, the same path is:
9597

9698
```powershell

0 commit comments

Comments
 (0)