File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ All notable changes to DDx are documented in this file.
44
55## [ Unreleased]
66
7+ ### Added: Fizeau v0.14.32 point release
8+
9+ DDx now consumes ` github.com/easel/fizeau v0.14.32 ` .
10+
11+ This refresh picks up Fizeau's latest routing health and benchmark harness
12+ cleanup work, including the Harbor timeout subprocess cleanup path that prevents
13+ stranded ` fiz ` harness descendants from accumulating after cancelled benchmark
14+ runs.
15+
716### Added: startup housekeeping reapers and execution retention controls
817
918` ddx work ` , ` ddx try ` , and ` ddx doctor --apply ` now reap stale DDx runtime
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.26.3
44
55require (
66 github.com/99designs/gqlgen v0.17.89
7- github.com/easel/fizeau v0.14.29
7+ github.com/easel/fizeau v0.14.32
88 github.com/fatih/color v1.18.0
99 github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674
1010 github.com/itchyny/gojq v0.12.19
Original file line number Diff line number Diff line change @@ -89,6 +89,8 @@ github.com/easel/fizeau v0.14.1 h1:E9G8/Tn1KGlN+9BrkxX8i2GWspF05IhLb1VECuRHaL4=
8989github.com/easel/fizeau v0.14.1 /go.mod h1:CJRAqOJl2jMQBQH5rtgCnYVlC1E6A0Iy+r8MpcHeL9Y =
9090github.com/easel/fizeau v0.14.29 h1:hR3uphAo6vVGiDUmWfDnyk2VDsPsLHx5f6eSwWwS8Z4 =
9191github.com/easel/fizeau v0.14.29 /go.mod h1:CJRAqOJl2jMQBQH5rtgCnYVlC1E6A0Iy+r8MpcHeL9Y =
92+ github.com/easel/fizeau v0.14.32 h1:lrZww7UlOEkwFDqiJ8nCkZ0hmAQQlE3uHzDp693Pkac =
93+ github.com/easel/fizeau v0.14.32 /go.mod h1:CJRAqOJl2jMQBQH5rtgCnYVlC1E6A0Iy+r8MpcHeL9Y =
9294github.com/fatih/color v1.18.0 h1:S8gINlzdQ840/4pfAwic/ZE0djQEH3wM94VfqLTZcOM =
9395github.com/fatih/color v1.18.0 /go.mod h1:4FelSpRwEGDpQ12mAdzqdOukCy4u8WUtOY6lkT/6HfU =
9496github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8 =
You can’t perform that action at this time.
0 commit comments