Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 1.19 KB

changelog.md

File metadata and controls

26 lines (24 loc) · 1.19 KB

WinRM Gem Changelog

1.3.0

  • Fixed multiple issues with WinRMHTTPTransportError incorrectly being raised
  • Refactored and added more unit and integration tests
  • Added ability to write to stdin
  • Added rwinrm binary to launch remote shell
  • Added WINRM_LOG env var to set log level
  • Retry Kerberos auth once if 401 response is received
  • Remove Savon dependency and use newer versions of underlying dependencies
  • Remove Nokogiri dependency and replace with native Ruby XML
  • Fixed issue 85, ensure WQL response is not nil
  • All WinRM library errors inherit from base class WinRMError
  • Integrations tests should now pass on Windows Server 2008+
  • Bump Ruby NTLM gem version dependency
  • HTTP client receive timeout is now configurable via set_timeout
  • Added backwards compatible Output class to make it easier to collect output
  • Bumped gssapi dependency from 1.0 to 1.2 and fixed issue 54
  • Added Rubocop to build
  • Fixed error when commands contain a newline character

1.2.0

  • Allow user to disable SSL peer ceritifcate validation #44
  • Allow commands with "'" chars on Ruby 2.x, fixes #69
  • Fixed uninitialized constant Module::Kconv in Ruby 2.x, fixes #65
  • Commands with non-ASCII chars should work, #70