- **Behaviour change** aiomanhole no longer attempts to remove the UNIX socket
on shutdown. This was flakey behaviour and does not match best practice
(i.e. removing the UNIX socket on startup before you start your server). As
a result, errors creating the manhole will now be logged instead of silently
failing.
- `start_manhole` now returns a Future that you can wait on.
- Giving a loop to `start_manhole` now works more reliably. This won't matter
for most people.
- Feels "snappier"