Skip to content

Releases: sersoft-gmbh/swift-filestreamer

v0.9.0

24 Sep 12:50
05723be
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/apple/swift-system from 1.2.1 to 1.3.0 by @dependabot in #94
  • Bump github.com/apple/swift-system from 1.3.0 to 1.3.1 by @dependabot in #95
  • Bump github.com/apple/swift-system from 1.3.1 to 1.3.2 by @dependabot in #96
  • Bump github.com/apple/swift-docc-plugin from 1.3.0 to 1.4.1 by @dependabot in #97
  • Bump github.com/apple/swift-docc-plugin from 1.4.1 to 1.4.2 by @dependabot in #98
  • Bump github.com/apple/swift-docc-plugin from 1.4.2 to 1.4.3 by @dependabot in #99
  • Add Swift 6.0 support

Full Changelog: 0.8.1...0.9.0

v0.8.1

12 Mar 13:24
3505dfa
Compare
Choose a tag to compare
  • Add Sendable conformance to FileStream if its Value conforms to Sendable.

Full Changelog: 0.8.0...0.8.1

v0.8.0

12 Mar 10:03
96529e3
Compare
Choose a tag to compare
  • Add Swift 5.10 support

Full Changelog: 0.7.0...0.8.0

v0.7.0

02 Oct 08:03
6eba1df
Compare
Choose a tag to compare

What's Changed

  • Add support for Swift 5.9
  • Drop support for older Swift versions
  • Remove non-async implementation
  • Add FailureBehavior and make sequence throwing

Full Changelog: 0.6.0...0.7.0

v0.6.0

09 Apr 12:44
b01ff21
Compare
Choose a tag to compare

What's Changed

  • Add Swift 5.8 support.

Full Changelog: 0.5.0...0.6.0

v0.5.0

15 Sep 14:53
c2cb096
Compare
Choose a tag to compare

What's Changed

  • Add Swift 5.7 support

Full Changelog: 0.4.1...0.5.0

v0.4.1

21 Mar 14:09
d816abf
Compare
Choose a tag to compare
  • Fix Swift package dependency version on Swift 5.5

Full Changelog: 0.4.0...0.4.1

v0.4.0

18 Mar 15:59
25b7912
Compare
Choose a tag to compare

What's Changed

  • Add support for Swift 5.6
  • Drop support for Swift pre 5.5
  • Add FileStream.Sequence for all platforms

Full Changelog: 0.3.2...0.4.0

v0.2.0

26 May 06:40
Compare
Choose a tag to compare
  • Only allow one callback to prevent doing work multiple times in upstream callbacks

v0.1.0

25 May 18:05
Compare
Choose a tag to compare

Rework FileStream<T> to use FileDescriptor instead of FilePath.