| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-10-22 | 1.4 kB | |
| v1.13.10 - maintenance release source code.tar.gz | 2025-10-22 | 126.1 kB | |
| v1.13.10 - maintenance release source code.zip | 2025-10-22 | 175.5 kB | |
| Totals: 3 Items | 303.0 kB | 2 | |
We’ve made a bunch of little fixes here and there, and I imagine the tests alone could benefit from a proper release to various systems automations.
What's Changed
- Update crypto version to v0.35.0 sftp#625 by @kbutz in https://github.com/pkg/sftp/pull/626
- go.mod: set the minimum version to 1.23.0 as x/crypto by @drakkan in https://github.com/pkg/sftp/pull/628
- run go mod tidy by @drakkan in https://github.com/pkg/sftp/pull/629
- Fix SSH subsystemrequest usage by @puellanivis in https://github.com/pkg/sftp/pull/632
- Updating go packages by @Farokhcpu in https://github.com/pkg/sftp/pull/635
- add security policy by @drakkan in https://github.com/pkg/sftp/pull/637
- Fix typos in InMemHandler comments by @KleeKitz in https://github.com/pkg/sftp/pull/640
- Don't use LICENSE as a self-test sample file by @jas4711 in https://github.com/pkg/sftp/pull/638
- Accept '-' in usernames for ls self-test by @jas4711 in https://github.com/pkg/sftp/pull/639
New Contributors
- @kbutz made their first contribution in https://github.com/pkg/sftp/pull/626
- @Farokhcpu made their first contribution in https://github.com/pkg/sftp/pull/635
- @KleeKitz made their first contribution in https://github.com/pkg/sftp/pull/640
- @jas4711 made their first contribution in https://github.com/pkg/sftp/pull/638
Full Changelog: https://github.com/pkg/sftp/compare/v1.13.9...v1.13.10