Update dev-tunnels-ssh packages to 3.12.36#652
Open
klvnraju wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
Updates the dev-tunnels-ssh dependency from 3.12.24 (C#) / 3.12.29 (TS) to 3.12.36 across both the C# and TypeScript SDKs.
Changes
• C# ( cs/build/build.props ): DevTunnelsSshPackageVersion 3.12.24 → 3.12.36
• TypeScript ( ts/package.json ): @microsoft/dev-tunnels-ssh and @microsoft/dev-tunnels-ssh-tcp ^3.12.29 → ^3.12.36
What's in SSH 3.12.36
Key improvements in the updated SSH package:
• Port-forwarding resilience — fixes resource leaks and unhandled errors under bursty multi-port load (PR #144, #138)
• StreamForwarder cleanup — disposed forwarders are now removed from the PFS tracking collection instead of being retained for session lifetime
• Error handling hardening — temporary error handlers on sockets/streams during the channel-open window prevent host crashes from peer resets
• Bug fix — RemotePortForwarder.forwardChannel no longer falls through to construct a StreamForwarder around a destroyed socket when local TCP connect fails
Testing
• C# SDK: dotnet build and dotnet test pass ✅
• TypeScript SDK: npm run build and npm run test pass (75 tests) ✅
• E2E tests in tunnels repository after consuming these changes (Both TS and C#) privately ✅