Skip to content

Commit

Permalink
release v1.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffie committed Feb 23, 2024
1 parent 786e930 commit 44db8a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
* v1.1.18
- Metrics: Improve tracking of error types with new metric sshified_connection_errors_total
- Fix timeout value in error message
- Fix potential crash: avoid terminating ssh clients with active connections
- Timeout keepalive earlier as we still need time budget for the reconnect
- Update vendored dependencies

* v1.1.17
- Enforce timeout and reconnect when awaiting an SSH keepalive reply to avoid long-stuck requests
- Enforce timeout during inband port forwarding connect to ensure proper cleaning of stuck SSH connections
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.17
1.1.18

0 comments on commit 44db8a8

Please sign in to comment.