Skip to content

Commit 2da4014

Browse files
chore(main): release webssh2-server 3.0.0 (#466)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e3ebea2 commit 2da4014

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.6.1"
2+
".": "3.0.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/billchurch/webssh2/compare/webssh2-server-v2.6.1...webssh2-server-v3.0.0) (2025-12-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **sftp:** SFTP protocol updated - clients must not send transferId in start requests; use server-provided ID from response.
9+
10+
### Features
11+
12+
* add server-side generic prompt interface ([#465](https://github.com/billchurch/webssh2/issues/465)) ([e96f979](https://github.com/billchurch/webssh2/commit/e96f979cbf3b034ff075b6e6d783fe56c164320b))
13+
14+
15+
### Bug Fixes
16+
17+
* **sftp:** server-side transfer ID generation and ownership verification ([#467](https://github.com/billchurch/webssh2/issues/467)) ([e3ebea2](https://github.com/billchurch/webssh2/commit/e3ebea2776611a601491b97f96c89cd69ada0bfb))
18+
319
## [2.6.1](https://github.com/billchurch/webssh2/compare/webssh2-server-v2.6.0...webssh2-server-v2.6.1) (2025-12-09)
420

521

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webssh2-server",
3-
"version": "2.6.1",
3+
"version": "3.0.0",
44
"ignore": [
55
".gitignore"
66
],

0 commit comments

Comments
 (0)