------------------
- Client hostname used in :func:`connect` defaults to system hostname, instead of ``"python3-ncplib"``.
- Added ``hostname`` parameter to :func:`connect`, to override default client hostname.
- Removed multiplexing support for multiple :class:`Response` over a single connection. This must now be implemented in
application code.
- :class:`Connection` logger no longer formats the host and port in log messages. This must now be done using the
standard Python :class:`logging.Formatter`.