Skip to content

Latest commit

 

History

History
65 lines (50 loc) · 1.72 KB

CHANGELOG.md

File metadata and controls

65 lines (50 loc) · 1.72 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.3] - 2024-12-23

Added

  • Interactive shell support for command execution

Changed

  • Improved login shell detection mechanism
  • Enhanced process cleanup on error

Fixed

  • Improved test reliability and coverage
  • Fixed pipeline timeout test cases
  • Improved redirection handling and tests

[1.0.2] - 2024-12-18

Added

  • Input/output redirection support in ShellExecutor
  • Pipeline execution capabilities
  • Process communication timeout handling
  • Directory path validation

Changed

  • Improved process cleanup mechanisms
  • Enhanced test configuration and organization
  • Standardized error handling across the codebase
  • Updated MCP dependency to version 1.1.2

Fixed

  • Proper timeout handling in process communication
  • Edge case handling in shell command execution
  • Warning suppression for cleaner output
  • Pipeline command parsing and execution

Security

  • Enhanced directory permission validation
  • Improved command validation and sanitization

[1.0.1] - 2024-12-12

Added

  • Server version display in startup logs

Changed

  • Updated version management system

[1.0.0] - 2024-12-12

Added

  • Initial release
  • Basic shell command execution via MCP protocol
  • Command whitelisting functionality
  • Standard input support
  • Command execution timeout control
  • Working directory specification
  • Comprehensive output handling (stdout, stderr, status)
  • Shell operator validation
  • Basic security measures
  • GitHub Actions workflows for testing and publishing