* Optimization: Internal memory buffers were calling PyMem_Realloc too often
1.2.0
------------------
* Optimization: use direct send syscall and forward data to underlying transport only on EWOULDBLOCK. * Optimization: disable usage of BufferedProtocol because profiler showed that it is slower than regular data_received
1.1.1
------------------
* Release binary wheels along with source dist
1.1.0
------------------
* Add fin and rsv1 parameters to send and send_reuse_external_buffer methods * Cleanup API reference