v1.2.1
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 callingRankDetectorto prevent environment variable race conditions - Tests now run sequentially when accessing shared environment state
- Prevents intermittent test failures due to concurrent environment variable access
- Added
New Features
None
Improvements
None
CI/CD Improvements
None
Technical Details
This is a maintenance release focused on fixing authentication and testing issues:
-
Password Authentication: The interactive mode now properly falls back to password authentication when SSH key authentication fails, matching the behavior of the exec mode.
-
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
Full Changelog: v1.2.0...v1.2.1