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

Bump sshd-sftp from 2.9.2 to 2.10.0 #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 10, 2023

Bumps sshd-sftp from 2.9.2 to 2.10.0.

Changelog

Sourced from sshd-sftp's changelog.

Version 2.9.1 to 2.9.2

Version 2.9.2 to 2.10.0

Planned for next version

Bug Fixes

  • GH-370 Also compare file keys in ModifiableFileWatcher.

  • GH-371 Fix channel pool in SftpFileSystem.

  • GH-383 Use correct default OpenOptions in SftpFileSystemProvider.newFileChannel().

  • GH-384 Use correct lock modes for SFTP FileChannel.lock().

  • GH-388 ScpClient: support issuing commands to a server that uses a non-UTF-8 locale.

  • SSHD-1259 Consider all applicable host keys from the known_hosts files.

  • SSHD-1310 SftpFileSystem: do not close user session.

  • SSHD-1327 ChannelAsyncOutputStream: remove write future when done.

  • SSHD-1332 (Regression in 2.10.0) Resolve ~ in IdentityFile file names in HostConfigEntry.

New Features

Major Code Re-factoring

As part of the fix for GH-371 the channel pool in SftpFileSystem was rewritten completely. Previous code also used ThreadLocals to store SftpClients, which could cause memory leaks.

These ThreadLocals have been removed, and the channel pool has been rewritten to function similar to a Java ThreadPool: the pool has a maximum size; it has an expiration duration after which an idle channel is removed and closed, and it has a "core size" of channels to keep even if they are idle. If a channel is closed for any reason it is evicted from the pool.

Properties to configure these pool parameters have been added to SftpModuleProperties.

Commits
  • b8429ca [maven-release-plugin] prepare release sshd-2.10.0
  • 2406cbe Prepare 2.10.0 release
  • a61e930 [SSHD-1234] Rooted file system can leak informations
  • f9970ab Remove unwanted reverse lookup
  • d4b951a GH-364: Use flags for RSA signature requests in AbstractAgentClient
  • 9f5c03a Bump spring-core from 5.3.26 to 5.3.27
  • f06217f [releng] OSGi: Ensure the BC security provider can be found
  • 5c80258 Add a test for GH-351
  • c11bfcc GH-281: Follow first-match semantics specified for ssh config file
  • f887414 OpenSSH key parsing: minor clean-ups in new AEAD code paths
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [sshd-sftp](https://github.com/apache/mina-sshd) from 2.9.2 to 2.10.0.
- [Changelog](https://github.com/apache/mina-sshd/blob/master/CHANGES.md)
- [Commits](apache/mina-sshd@sshd-2.9.2...sshd-2.10.0)

---
updated-dependencies:
- dependency-name: org.apache.sshd:sshd-sftp
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants