Releases: apple/swift-nio-ssh
Releases · apple/swift-nio-ssh
0.10.0
What's Changed
SemVer Minor
- Bump minimum Swift version to 5.9 by @rnro in #175
- Strict concurrency for NIOSSH by @glbrntt in #196
SemVer Patch
- Enable MemberImportVisibility check on all targets by @rnro in #183
- Fix build on all platforms by @Lukasa in #185
- Strict concurrency for SSHClient and perf tester by @glbrntt in #197
- Marks SSHChannelData as sendable by @artemredkin in #200
Other Changes
- Lower alloc limits to lock-in upstream wins by @rnro in #173
- Migrate to GitHub Actions by @rnro in #174
- Switch allocation benchmarks to GHA by @rnro in #176
- Unify main.yml and scheduled.yml, remove 5_8 ref by @rnro in #177
- add .editorconfig file by @rnro in #178
- remove unused Swift 6 language mode workflow by @rnro in #180
- Aligning semantic version label check name by @FranzBusch in #182
- Update release.yml by @FranzBusch in #186
- update benchmark thresholds to nightly 6.1 by @rnro in #188
- CI use 6.1 nightlies by @rnro in #187
- Rename nightly_6_1 params to nightly_next by @rnro in #190
- move nightly-next thresholds and add legacy symlink by @rnro in #191
- Delete Thresholds/nightly-6.1 symlink by @rnro in #192
- Only apply standard swift settings on valid targets by @rnro in #193
- Get handler from correct channel in tests by @glbrntt in #195
- Enable macOS CI on merge to main and daily timer by @rnro in #199
- Strict concurrency for tests by @glbrntt in #198
Full Changelog: 0.9.1...0.10.0
Swift NIO SSH 0.9.1
What's Changed
SemVer Patch
- Use Bionic module from new Android overlay in Swift 6 instead by @finagolfin in #167
Other Changes
- Add release.yml by @FranzBusch in #169
Full Changelog: 0.9.0...0.9.1
SwiftNIO SSH 0.9.0
SemVer Minor
SemVer Patch
- Android: force unwrap address passed to fwrite() for NDK 26 (#163, patch credit to @finagolfin)
- Fix some sendability warnings in tests (#154)
- Raise minimum NIO version (#156)
- Increase swift-crypto version range (#159)
- Workaround allocation regression caused by missing specialized
[Substring].joined
(#161)
Other Changes
SwiftNIO SSH 0.8.0
SwiftNIO SSH 0.7.1
SwiftNIO SSH 0.7.0
SemVer Minor
- Drop Swift 5.5 support. (#140)
SemVer Patch
- Avoid sending window update messages if the connection is locally closed (#143) (#144, patch credit to @gaetanzanella)