Skip to content

Releases: shide1989/winrm-client

v0.0.12

12 Mar 11:52

Choose a tag to compare

What's Changed

Bug Fixes

  • NTLMv2 auth: Full rewrite with session key exchange, MIC, AV_PAIR parsing, and SPNEGO unwrapping (#18)
  • NTLMv2 domain handling: Fix domain handling + test environment setup (#17)
  • Interactive mode: Race poll timeout against blocking HTTP calls to prevent hangs (#20)
  • OpenSSL RC4: Replace OpenSSL RC4 with pure JS implementation for Node 24+ compatibility

Tests

  • All E2E tests passed successfully on pre-configured machines.

CI/CD

  • Release workflow now uses npm Trusted Publishing (OIDC) — no stored npm tokens needed (#19, #21, #22)
  • Automatic release on merge to master (#23)

v0.0.7

10 Dec 09:00

Choose a tag to compare

What's Changed

Full Changelog: v0.0.6...v0.0.7

v0.0.6

23 Oct 07:36

Choose a tag to compare

What's Changed

  • feat: updated readme wrong description by @shide1989 in #9

v0.0.4

16 Sep 14:48

Choose a tag to compare

What's Changed

Implement custom prompt detection.
This allows you to integrate LLMs for detection and dynamic response generation.

Full Changelog: v0.0.3...v0.0.4

v0.0.3

28 Aug 06:08

Choose a tag to compare

What's Changed

  • feat: enhanced logging utility and upgraded XML parsing with recent lib by @shide1989 in #4
  • feat: implemented interactivity for commands that require inputs, with prompt pattern detection by @shide1989 in #5
  • feat: Manual GitHub Action for Build, Version Bump, and NPM Publish by @shide1989 in #7
  • Feature/GitHub publish by @shide1989 in #8

Full Changelog: v0.0.2...v0.0.3

v0.0.2

26 Aug 14:00

Choose a tag to compare

Full Changelog: v0.0.1...v0.0.2

v0.0.1

26 Aug 14:00
043dbfa

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/shide1989/winrm-client/commits/v0.0.1