Skip to content

v0.5.0

Choose a tag to compare

@bauer-andreas bauer-andreas released this 03 Nov 06:47
fc1a5bf

What's Changed

  • Expose error name for MessageBus.invoke() errors by @elyscape in #2
    Breaking change: When an error occurs in MessageBus.invoke() or MessageBus.invokeDbus(), the first argument passed to the callback (err) is now an object containing two keys: name is the D-Bus error name, and message is what previously was passed in as this argument.

New Contributors

Full Changelog: v0.4.2...v0.5.0