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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Unreleased

## 2.0.7 - 2026-09-08

- Activity metadata projections no longer download or decode external arguments
and results merely to inspect lifecycle state. Summary, task, wait, and parallel
child checks preserve typed history and attempt metadata without payload-sized
memory allocations. Explicit decoded activity views retain their existing behavior.

## 2.0.6 - 2026-09-08

- Nexus service-call history projects started, completed, failed, and cancelled
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"dev-main": "2.0.x-dev"
},
"durable-workflow": {
"product-train": "2.0.6",
"product-train": "2.0.7",
"laravel-embedded-upgrade-contract": "resources/laravel-embedded-upgrade-contract.json",
"laravel-dependency-security-policy": "resources/laravel-dependency-security-policy.json"
},
Expand Down