Skip to content

fix: export ssh_userauth.dart in public API (#188) - #189

Merged
vicajilau merged 2 commits into
TerminalStudio:masterfrom
vicajilau:fix/export-ssh-userauth
Jul 30, 2026
Merged

fix: export ssh_userauth.dart in public API (#188)#189
vicajilau merged 2 commits into
TerminalStudio:masterfrom
vicajilau:fix/export-ssh-userauth

Conversation

@vicajilau

@vicajilau vicajilau commented Jul 30, 2026

Copy link
Copy Markdown
Collaborator

Closes #188.

This pull request updates the package to version 2.22.5 and improves the public API by exporting user authentication types from dartssh2.dart. It also adds a test to ensure these types are accessible, and updates the changelog accordingly.

Public API changes:

  • Exported src/ssh_userauth.dart in lib/dartssh2.dart, making SSHUserInfoRequest, SSHUserInfoPrompt, SSHAuthMethod, and SSHChangePasswordResponse available to library users.

Testing:

  • Added test/src/ssh_userauth_export_test.dart to verify that user authentication types are correctly exported and usable from the main library entrypoint.

Documentation:

  • Updated CHANGELOG.md to document the export of user authentication types and reference issue.

Versioning:

  • Bumped package version to 2.22.5 in pubspec.yaml.

@codecov

codecov Bot commented Jul 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 56.07%. Comparing base (6213203) to head (6e37986).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #189      +/-   ##
==========================================
+ Coverage   55.92%   56.07%   +0.14%     
==========================================
  Files          66       66              
  Lines        5473     5473              
==========================================
+ Hits         3061     3069       +8     
+ Misses       2412     2404       -8     
Flag Coverage Δ
unittests 56.07% <ø> (+0.14%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@vicajilau
vicajilau merged commit 86cdb88 into TerminalStudio:master Jul 30, 2026
3 checks passed
@vicajilau
vicajilau deleted the fix/export-ssh-userauth branch July 30, 2026 15:13
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.

Unable to define keyboard-interactive input due to missing export

1 participant