Skip to content

v0.166.0

Choose a tag to compare

@github-actions github-actions released this 25 Sep 04:54
· 114 commits to main since this release
60944ea

Changelog

  • 111fdbd Cover the widened guard's forwarder-call-site edge cases
  • 30cd811 Fix #739 fence race at source, restore parallelism, widen exec-write ban (review B1-B3/N2)
  • 3851542 Fix ETXTBSY and exec-fence flakes across the repo (task-21, #739)
  • 60944ea Fix ETXTBSY and exec-fence flakes in internal/sessionlaunch (#739) (#740)
  • 0d15871 Fix deadlock in B2's finalize-started-failure wait
  • 2321a5d Fix golangci-lint finding and reach 100% coverage on the new guard
  • cabaa07 Merge main, exempt execfile from the new filewrite boundary, re-fix fd-reuse flake
  • 6192378 Merge remote-tracking branch 'origin/main' into cov-739-flakes
  • 4365d17 Merge remote-tracking branch 'origin/main' into cov-739-flakes
  • 38a82fc Merge remote-tracking branch 'origin/main' into cov-739-flakes
  • 94ccb83 Merge remote-tracking branch 'origin/main' into cov-t9-pr2
  • 3c47687 Prove the exec-fence race is test-only; cover state.go/testenv.go gaps
  • 2c50449 feat(filewrite): migrate PR-2 cmd/wb call sites onto internal/filewrite (task-9)
  • 632047e feat(filewrite): migrate PR-2 cmd/wb call sites onto internal/filewrite (task-9) (#749)
  • 3ba495b fix(review-740): B1/B2/B3 blocking findings + N1/N3/N4
  • 0ca5731 fix(task-9 PR-2 review): preserve *fs.PathError on chmod; assert temp-cleanup on failure
  • b55b926 test(filewrite): cover the create/open failure branch on 6 PR-2 sites