Skip to content

Releases: outfoxx/IOStreams

🚀 v1.4.2

10 Jul 05:35
af0e5a5
Compare
Choose a tag to compare

What's Changed

  • Replace incorrect uses of unsafe task with task cancellation handler by @kdubb in #12

Full Changelog: 1.4.1...1.4.2

🚀 v1.4.1

12 Jun 18:08
dae87c8
Compare
Choose a tag to compare

What's Changed

  • Ensure BoxCipherFilter AAD is written big endian on all platforms by @kdubb in #11

Full Changelog: 1.4.0...1.4.1

🚀 v1.4.0

10 May 00:06
707d130
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.4.0

🚀 v1.3.0

08 Dec 04:01
0715733
Compare
Choose a tag to compare

What's Changed

  • Update package and workflows by @kdubb in #5
  • Fix sonar smells by @kdubb in #6
  • Add URLSessionSource by @kdubb in #7
  • Always cancel URL task on termination of task by @kdubb in #8

Full Changelog: 1.2.1...1.3.0

🎉 1.2.0 - HMAC & Common Naming

12 Aug 07:46
Compare
Choose a tag to compare

What's Changed

  • Add HMAC filter by @kdubb in #3
  • Rename wrapping factories to use common naming scheme by @kdubb in #4

Full Changelog: 1.1.0...1.2.0

🐛 1.1.0 - File & Cipher Fixes

12 Aug 03:46
83d27f3
Compare
Choose a tag to compare
  • Fix permissions on FileSource and FileSink
  • Ensure FilterSink writes obey completion flag
  • Box cipher now tracks and ensures specific box sizes

🎉 1.0.0 - Initial Release

10 Aug 05:17
85d2afe
Compare
Choose a tag to compare
Fix docs releasing