Skip to content

Commit 128a72c

Browse files
author
Tony Crisci
committed
Bump to version 0.5.1
See the changelog for more info.
1 parent fe09fce commit 128a72c

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## v0.5.1
4+
5+
This release contains some import bugfixes, features, and breaking changes. The
6+
service interface has been upgraded to "somewhat stable".
7+
8+
* Use an ES2015 class for the `MessageBus`.
9+
* Make the low level interface private for now. (breaking, ref #20).
10+
* Document the public api and make everything not documented private (breaking, #10).
11+
* Remove tcp message bus support (breaking).
12+
* Forward connection errors to the `MessageBus`.
13+
* Make `interfaces` member of the `ProxyObject` a map from interface names to `ProxyInterface`s (breaking).
14+
* `ProxyObject#getInterface` now throws an error if the interface is not found (breaking).
15+
316
## v0.4.2
417

518
This release contains some important bugfixes and features.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dbus-next",
3-
"version": "0.4.2",
3+
"version": "0.5.1",
44
"keywords": [
55
"dbus",
66
"dcop",

0 commit comments

Comments
 (0)