shutdown and up methods to the transport API. Call shutdown to start a clean shutdown of the connection. Use up to detect that a connection is shutting down (to avoid logging pointless errors). Add close and socket methods to unix_transport.Client.dump and Server.dump (#20). Useful for finding object reference leaks.Proxy.pp_transport (#19). Useful for logging when you have multiple connections.on_delete handlers when the connection ends (#18). Allows them to be used for cleaning up resources.set_paused to pause processing of incoming messages (#17).Proxy.can_send (#16). This is useful to check whether a proxy has been destroyed.Invalid_argument on Proxy.id if the proxy is destroyed.wp_primary_selection_unstable_v1. This appears to be identical to gtk-primary-selection except for the name and that it's marked as unstable. But sway has dropped support for the old name (see https://github.com/swaywm/sway/pull/5788).SIGPIPE properly (#15).Initial release.