Skip to content

Releases: dbusjs/node-dbus-next

Version 0.4.1

24 Mar 16:32

Choose a tag to compare

This release contains breaking changes to how interfaces are exported on the bus with the public api. See the README and example service for the current way to export interfaces.

  • Add continuous integration
  • Give DBusError to clients when services throw errors (#11)
  • get dbus session bus address from the filesystem when DBUS_SESSION_BUS_ADDRESS is not set in the environment (addresses #14)
  • Add constants for name request flags
  • remove bus.export() and bus.unexport() (breaking)
  • Add bus.requestName() to the public api which now returns a promise which resolves to a Name object which is now also part of the public api.
  • Add name.release() to remove a name from the bus

Version 0.3.2

06 Mar 21:12

Choose a tag to compare

  • Add bus name validators
  • bugfix: allow "-" in bus names
  • bugfix: Use Long.js internally to fix issues with sending and receiving negative numbers

Version 0.3.1

05 Mar 15:03

Choose a tag to compare

  • Export dbus interface and member validators.
  • Set required node engine to 6.3.0

Version 0.1.0

09 Feb 19:36

Choose a tag to compare

  • Remove optimist dependency
  • Allow throwing DBusError in getter and setter for interfaces
  • Use BigInt for 'x' and 't' types

First release

30 Jan 22:52

Choose a tag to compare

This is the first release of dbus-next.