Connection: You can now connect to servers using Unix sockets, enhancing flexibility in server communication. The server also emits a 'listening' event, so you know when it's ready to accept connections.
Improvements
Examples: The examples have been updated to work seamlessly with the latest version of Express, ensuring you have the most current and functional code to reference.
Connection Status: The connection status is now checked in the first handler, providing better feedback on the connection state.
Fixes
Fix issues related to unused options in Sender classes, streamlining the code for better performance and clarity.
Others
Enhance installation process by using node-gyp instead of node-waf, simplifying the setup for users.