Skip to content

v1.2.1

Choose a tag to compare

@inureyes inureyes released this 28 Oct 08:42
· 92 commits to main since this release

Bug Fixes

  • Password Authentication Fallback in Interactive Mode (PR #65)

    • Re-implemented password authentication fallback logic for interactive mode
    • Fixed issue where password prompt was not appearing after key-based authentication failed
    • Ensured proper authentication flow in interactive sessions
  • Test Race Condition (commit d2e8ce9)

    • Added #[serial] attribute to tests calling RankDetector to prevent environment variable race conditions
    • Tests now run sequentially when accessing shared environment state
    • Prevents intermittent test failures due to concurrent environment variable access

New Features

None

Improvements

None

CI/CD Improvements

None

Technical Details

This is a maintenance release focused on fixing authentication and testing issues:

  1. Password Authentication: The interactive mode now properly falls back to password authentication when SSH key authentication fails, matching the behavior of the exec mode.

  2. Test Stability: Fixed race conditions in tests that access shared environment variables by ensuring sequential execution of environment-dependent tests.

Dependencies

None

Breaking Changes

None

Known Issues

None

What's Changed

  • fix: Re-implement password authentication fallback in interactive mode by @inureyes in #65

Full Changelog: v1.2.0...v1.2.1