Releases: billchurch/webssh2
Releases · billchurch/webssh2
webssh2-server: v2.4.0
27 Nov 14:37
Compare
Sorry, something went wrong.
No results found
🦃 2.4.0 (2025-11-27)
Features
Implemented rate limiting and output truncation features in the SSH service to prevent memory overflow during high-volume output. fixes #451 (b575bba )
Bug Fixes
package.json & package-lock.json to reduce vulnerabilities (#453 ) (9a9719b )
Refactor constants import paths and enhance SSH output handling (b575bba )
🐳 Docker Images
This release is available as multi-platform Docker images (linux/amd64, linux/arm64):
Docker Hub
docker pull billchurch/webssh2:latest
docker pull billchurch/webssh2:2.4.0
docker pull billchurch/webssh2:2.4
docker pull billchurch/webssh2:2
GitHub Container Registry
docker pull ghcr.io/billchurch/webssh2:latest
docker pull ghcr.io/billchurch/webssh2:2.4.0
docker pull ghcr.io/billchurch/webssh2:2.4
docker pull ghcr.io/billchurch/webssh2:2
Links:
webssh2-server: v2.3.5
06 Nov 21:16
Compare
Sorry, something went wrong.
No results found
2.3.5 (2025-11-06)
Features
Client, render SSH auth options (private key, etc...) from allowedAuthMethods provided by server
Bug Fixes
package.json & package-lock.json to reduce vulnerabilities (#440 ) (6e3261b )
private key authentication not working with config credentials (#443 ) (e43c811 )
webssh2-server: v2.3.4
14 Oct 14:10
Compare
Sorry, something went wrong.
No results found
2.3.4 (2025-10-14)
Bug Fixes
csp headers upgrade-insecure-requests cause browser to attempt https, removed. fixes #434 (#435 ) (ac87aaf )
webssh2-server: v2.3.3
06 Oct 14:27
Compare
Sorry, something went wrong.
No results found
2.3.3 (2025-10-06)
Bug Fixes
webssh2-server: v2.3.2
02 Oct 18:31
Compare
Sorry, something went wrong.
No results found
2.3.2 (2025-10-02)
Chores
webssh2-server: v2.3.1
02 Oct 01:13
Compare
Sorry, something went wrong.
No results found
2.3.1 (2025-10-02)
Bug Fixes
install rollup binary for musl-based builds (ae03d07 )
webssh2-server: v2.3.0
02 Oct 00:53
Compare
Sorry, something went wrong.
No results found
2.3.0 (2025-10-02)
Features
webssh2-server: v2.2.0
30 Sep 13:13
Compare
Sorry, something went wrong.
No results found
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 )
webssh2-server: v2.1.0
26 Sep 16:09
Compare
Sorry, something went wrong.
No results found
2.1.0 (2025-09-26)
Features
implement pure functions and SRP architecture refactor (06245c1 )
Bug Fixes
consolidate changelog to CHANGELOG.md (f62b5e5 )
replace custom basic-auth types with official package (ab5a22f ), closes #405
update misleading config.json missing message (#407 ) (fae7d8a )
fix: add missing allowedSubnets field to SSH config, closes #409
fix: handle keyboard-interactive auth to prevent timeout, closes #409
webssh2: v0.4.7-pre-4
03 Aug 14:41
Compare
Sorry, something went wrong.
No results found