Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.47.0 (2026-07-23)

- **th#1031: `cell_selection_bug` recovers via self-mint instead of
retry-blocking every request.** A self-requested compile cell whose graph
signature drifts from this runtime's own (`cell_key` has no graph-shape
axis, so structurally different graphs can collide on one key) used to
raise `CellSelectionBugError` straight out of `fleet_cells.enable_compiled`
— fatal on a mandatory w8a8/w4a4 lane, so setup failed and retried from
scratch against the identical stale cell forever, paying a full
`self_mint_compile` cycle on every request. It now falls through to
self-mint (the ordinary MISS recovery) while still reporting the th#883
invariant loudly (unchanged `cell_selection_bug` ModelEvent/pod_event);
a genuine mint impossibility on a mandatory lane still fails closed.

## 0.46.0 (2026-07-22)

- **th#1017: inference regimes — checkpoints whose weights demand a specific
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "gen-worker"
version = "0.46.0"
version = "0.47.0"
description = "A library used to build custom functions in Cozy Creator's serverless function platform."
readme = "README.md"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading