Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.35 KB

File metadata and controls

36 lines (26 loc) · 1.35 KB

Release v1.2.4

Release line: stable

This patch release follows the published v1.2.3 rebuild and lands the post-merge review fixes from PR #356.

Scope

  • Published package version: 1.2.4
  • Merged PR: #356 release: patch post-merge review fixes for v1.2.4
  • Merge commit on main: 688802af72d3129a6357ea3b67e7427da37d0faf
  • Previous stable release: v1.2.3

What Changed

  • added deterministic regressions for flagged-account backup and legacy read retries so transient Windows EBUSY locks stay covered
  • pinned the persistRecoveredBackup -> false path so failed backup persistence does not report a false successful recovery
  • tightened test cleanup so fs.readFile spies are restored from finally and cannot leak across later Vitest cases
  • removed the dead inline return from the Codex wrapper mutator script used by the delayed-write retry regression
  • kept the post-merge review-fix branch validated end-to-end before merging back to main

Validation

  • npm test -- test/storage-flagged.test.ts
  • npm test -- test/codex-bin-wrapper.test.ts
  • npm run clean:repo:check
  • npm run lint
  • npm run typecheck
  • npm run build
  • npm test -- --reporter=dot
  • Full suite passed: 222/222 files, 3313/3313 tests

Related

  • PR: https://github.com/ndycode/codex-multi-auth/pull/356
  • Previous release notes: docs/releases/v1.2.3.md