Skip to content

System 1.4.0

Latest
Compare
Choose a tag to compare
@glessard glessard released this 19 Oct 05:35
c8a44d8

This release adds Sendable conformances to FilePath and its family of types.

What's New

  • Sendable conformances for FilePath
  • Implement FilePath's pipe() function for Windows
  • Support for WASI
  • Support for OpenBSD

What's Changed

  • Support OpenBSD. by @3405691582 in #113
  • Add Sendable conformances (except FileDescriptor) by @ffried in #115
  • Enable Swift Package Index documentation and add API doc link by @Kyle-Ye in #149
  • Support Windows ARM64 by @hjyamauchi in #151
  • Require Swift 5.9
  • And many minor bug fixes and updates

New Contributors

Full Changelog: 1.3.2...1.4.0