- Refactored commands processing so now every command has a numeric and a name. Programs reliant on numeric values not yet defined can do so without breaking once they are defined. (214)
20.4.3
=======
Bugfixes --------
- Unconditionally close the socket, even if shutdown fails. (224)
20.4.2
=======
Bugfixes --------
- Stop excluding scripts. Prevents docs and scripts from being installed. (231)
20.4.1
=======
Bugfixes --------
- Fix SSL wrapper usage example in ``Factory`` docstring. (228)
20.4.0
=======
Features --------
- Replace deprecated ssl.wrap_socket with SSLContext.wrap_socket and update examples in connection.py docs. (216)