Stream Handling: The library now supports a broader range of readable streams by accepting the more general NodeJS.ReadableStream interface, enhancing compatibility with various stream implementations.
Others
Drop support for older Node.js versions, specifically Node.js 0.8, to ensure better performance and security with newer versions.
Update the iconv-lite library to the latest version for improved character encoding support.