* Use `sendall` instead of `send` when writing to socket: https://github.com/benhoyt/graphyte/pull/13 - thanks vchimishuk
* Add support for default tags via `Sender(tags=...)` argument: https://github.com/benhoyt/graphyte/pull/15 - thanks ihoegen
* Other tweaks like moving repo to `benhoyt` and switching to GitHub Actions