LittleBigRefresh / Refresher

A utility for patching LittleBigPlanet games to custom servers
GNU General Public License v3.0
9 stars 3 forks source link

Bump FluentFTP from 47.1.0 to 48.0.0 #33

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 9 months ago

Bumps FluentFTP from 47.1.0 to 48.0.0.

Changelog

Sourced from FluentFTP's changelog.

48.0.0

  • Directory Navigation
    • New: Navigate Config setting to automatically handle FTP directory navigation
    • New: Download and Upload API honors Navigate setting
    • New: GetListing API honors Navigate setting
  • File Transfer (thanks FanDjango)
    • New: DownloadUriBytes API method to directly connect and download a URI/URL
    • Fix: OpenRead, OpenWrite and OpenAppend quirks to handle their stale data
    • Fix: Complete redesign of FTP socket stale data handling and CheckStaleData implementation
  • Auto Connection (thanks FanDjango)
    • New: Overloaded API AutoDetect with object-driven configuration using FtpAutoDetectConfig
    • New: Add options RequireEncryption and IncludeImplicit to AutoDetect to allow for more configurability during auto-connection
    • Fix: Improve AutoDetect behaviour to support various server use-cases
    • Fix: Add RNFM/RNTO FTP commands to critical-sequence list to fix Auto-Reconnect of SSL sessions
    • Fix: AutoDetect empty config is gracefully handled
  • Logging
    • New: Function Logging method to support logging objects
    • Fix: Logging strings creation conditional on it being at all in use (thanks jnyrup)
    • Fix: Improve logging of FTP socket stale data (thanks FanDjango)

47.0.0

  • Logging (thanks FanDjango)
    • New: Add exact .NET platform build target during the version logging
  • File Transfer
    • New: Config API LocalFileShareOption to allow setting file sharing mode for uploads
    • New: Connection type PASVUSE aka PassiveAllowUnroutable
    • New: Add friendlier names for connection types AutoActive and PassiveExtended
  • File Hashing (thanks FanDjango)
    • Fix: Parse non-standard FTP hashes for BrickFTP, Files.com, ExaVault.com
  • FTP Connections (thanks FanDjango)
    • Fix: SSL Buffering: Improve connection logic, update comments, refactor code
    • Fix: SSL Buffering: Cannot connect to FTPS IIS server on Windows 2019 from Azure Functions V4
    • Fix: Disconnection: Improve conditional compiles and test for each target in FtpSslStream
    • Fix: Disconnection: Use ShutDownAsync for .NET 4.7 and later
    • Fix: InnerException does not get caught during FTPS security exception
    • Fix: Remove dead code in SSL permanent failure detection
    • Fix: Custom Stream: PolicyErrors not being set correctly
  • File Listing (thanks FanDjango)
    • Fix: Improve file name parsing logic for DOS/Windows/IIS servers
    • Fix: Improved null checks for InfoMessages (thanks jnyrup)
  • Testing (thanks FanDjango)
    • Fix: GnuTlsStream integration tests due to invalid stream detection

46.0.2

  • Fix: Custom stream logging tweak: Message first then close stream
  • Fix: Custom stream: Also log InnerException if it exists within the exception
  • Fix: Internal stream null check to avoid exception in Execute API methods

46.0.1

  • Fix: Hotfix to remove new DowloadStream overload that causes compile failure

... (truncated)

Commits


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
jvyden commented 9 months ago

This shouldn't break anything but should be tested manually just in-case.

dependabot[bot] commented 8 months ago

Superseded by #35.