Skip to content

webssh2-server: v2.2.0

Choose a tag to compare

@github-actions github-actions released this 30 Sep 13:13
3ab42bc

2.2.0 (2025-09-30)

⚠ BREAKING CHANGES

  • Error messages from credential validation have changed

Features

  • migrate from Ajv to Zod for config validation (#415) (4230595)

Bug Fixes

  • rename AuthMethod to SSHAuthMethod to avoid type naming conflict (#418) (0b82619)

Chores

Code Refactoring

  • unify credential extraction with SRP and pure functions (#417) (e568ea1)