1.1.0
- Support for data in list format for TCP. This allows sending multiple messages as a list instead of opening a new socket for each individual message. This could potentially improve the efficiency of TCP by reducing the overhead associated with socket establishment and teardown for each message;
- Support compression level;