v0.5.0
What's Changed
- Expose error name for MessageBus.invoke() errors by @elyscape in #2
Breaking change: When an error occurs inMessageBus.invoke()orMessageBus.invokeDbus(), the first argument passed to the callback (err) is now an object containing two keys:nameis the D-Bus error name, andmessageis what previously was passed in as this argument.
New Contributors
Full Changelog: v0.4.2...v0.5.0