Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release version 0.5.0 #93

Merged
merged 6 commits into from
Dec 26, 2023
Merged

release version 0.5.0 #93

merged 6 commits into from
Dec 26, 2023

Conversation

HsuJv
Copy link
Collaborator

@HsuJv HsuJv commented Dec 26, 2023

Change log:
1. Fix some time the global timeout will exceed
2. Add new API to support TcpStream::connect_timeout
3. Add new APIs to support getting command exit status
4. pub LocalChannel & ChannelBroker as some of their methods are necessary

Referring rfc4254 section-6.10,
A channel can return either exit_status or exit_signal when it closed
Add API `exit_status` and `terminate_msg` to read them
Referring rfc4254 section-6.10,
A channel can return either exit_status or exit_signal when it closed
Add API `exit_status` and `terminate_msg` to read them
@HsuJv
Copy link
Collaborator Author

HsuJv commented Dec 26, 2023

This PR closes #90 and #92

Examples are updated.

@HsuJv HsuJv merged commit 2699b3d into 1148118271:main Dec 26, 2023
6 checks passed
@HsuJv HsuJv deleted the v0_5_0 branch December 26, 2023 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant