Changelog
v0.10.2
This is a hotfix release for a bug in the system message bus.
Changelog
v0.10.1
This release includes bugfixes and new features.
Changelog
v0.9.2
This release includes two bugfixes.
Changelog
v0.9.1
This release includes some bug fixes, new features, and a semi-breaking change.
ay
a buffer. This is different from previous behavior, but it is in line with the documentation from the beginning of the project. (#57)configureMembers
(#60)Changelog
v0.8.2
This release includes some bug fixes.
Changelog
v0.8.1
This release contains bugfixes and new features.
configureMembers
to service interface as an alternative to decorators. (#32)Changelog
v0.7.1
This release contains breaking changes, bugfixes, and features.
Name
class (breaking) (#22)NameExistsError
(breaking)Changelog
v0.6.1
This release contains new major features.
For more information on the low-level api, see the documentation for the new classes and members.
Message
class - Represents a DBus message for sending or receiving messages on the bus.MessageBus#call()
- Send a method call message on the bus and wait for a reply.MessageBus#send()
- Send a message on the bus.MessageBus#newSerial()
- Get a serial for sending the message.MessageBus#addMethodHandler()
- Add a custom method handler for messages.MessageBus#removeMethodHandler()
- Remove a method handler.The MessageBus
has gained the following events:
connect
- Emitted after the bus has connected.message
- Emitted when a message is received on the bus.Changelog
v0.5.1
This release contains some import bugfixes, features, and breaking changes. The service interface has been upgraded to "somewhat stable".
MessageBus
.MessageBus
.interfaces
member of the ProxyObject
a map from interface names to ProxyInterface
s (breaking).ProxyObject#getInterface
now throws an error if the interface is not found (breaking).Changelog
v0.4.2
This release contains some important bugfixes and features.
org.freedesktop.DBus.Peer
for clients. (#16)