You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-21Lines changed: 10 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,30 +4,19 @@ All notable changes to `devloop` will be recorded in this file.
4
4
5
5
## [Unreleased]
6
6
7
+
## [0.6.2] - 2026-03-26
8
+
7
9
### Fixed
8
-
- Runtime requests for missing workflows now fail explicitly instead of
9
-
being logged and skipped, and external events return `503` if their
10
-
workflow trigger cannot be dispatched.
11
-
- Watcher callback delivery failures are now surfaced as errors instead
12
-
of being dropped silently.
13
-
- Unexpected watcher and external-event channel disconnects now fail the
14
-
engine explicitly instead of silently disabling those input paths.
15
-
- Accepted macOS `notify` event paths reported under `/private/...`
16
-
for watched roots configured under `/var/...`, so file changes in
17
-
temp directories are no longer dropped by the watch classifier.
18
-
- Made the CI smoke test wait for file watching to start before editing
19
-
the watched fixture file, and retry the watched write until the state
20
-
change is observed, avoiding startup races on macOS runners.
21
-
- Added a hard wall-clock timeout and bounded shutdown to the CI smoke
22
-
harness so failed runs die loudly instead of hanging in CI.
10
+
- Runtime requests for missing workflows now fail explicitly instead of being logged and skipped, and external events return `503` if their workflow trigger cannot be dispatched.
11
+
- Watcher callback delivery failures are now surfaced as errors instead of being dropped silently.
12
+
- Unexpected watcher and external-event channel disconnects now fail the engine explicitly instead of silently disabling those input paths.
13
+
- Accepted macOS `notify` event paths reported under `/private/...` for watched roots configured under `/var/...`, so file changes in temp directories are no longer dropped by the watch classifier.
14
+
- Made the CI smoke test wait for file watching to start before editing the watched fixture file, and retry the watched write until the state change is observed, avoiding startup races on macOS runners.
15
+
- Added a hard wall-clock timeout and bounded shutdown to the CI smoke harness so failed runs die loudly instead of hanging in CI.
23
16
24
17
### Changed
25
-
- Split Linux and macOS CI into separate badgeable workflows backed by
26
-
one reusable workflow definition, and limited release archives to the
27
-
supported Linux x86_64 and macOS Apple Silicon targets.
28
-
- Split release publishing into separate Linux and macOS workflows
29
-
backed by one reusable workflow definition so each platform publishes
30
-
its asset independently.
18
+
- Split Linux and macOS CI into separate badgeable workflows backed by one reusable workflow definition, and limited release archives to the supported Linux x86_64 and macOS Apple Silicon targets.
19
+
- Split release publishing into separate Linux and macOS workflows backed by one reusable workflow definition so each platform publishes its asset independently.
0 commit comments