Skip to content

1.0.8

Latest

Choose a tag to compare

@GitSwiftDev GitSwiftDev released this 15 Jul 13:27

Summary

Traversio 1.0.8 is a source-compatible SFTP receive-flow performance update.

Changes

  • SFTP subsystem sessions now advertise a 2 MiB receive window instead of 1 MiB, matching the common OpenSSH session-channel default.
  • Managed channels now return application-consumed receive credit after slightly more than three maximum-size packets have depleted the advertised window, instead of waiting for half-window consumption.

Validation

  • Tools/check-release-metadata.sh 1.0.8
  • Tools/check-public-api.sh check
  • swift test with 728 tests
  • Strict-concurrency build
  • Real OpenSSH SFTP mutation validation