ByteStream v1.5.0 Release Notes

Release Date: 2018-10-22 // over 5 years ago
    • ➕ Added functions getStdin(), getStdout(), and getStderr() which each return a single instance of ResourceInputStream or ResourceOutputStream associated with the currently active event loop for the standard streams. (#44)
    • 🛠 Fixed a performance issue when writing large chunks to a ResourceOutputStream. (#41, #42)