91fc0f309197dc3881f6e60d6df62079b70fea33
[profile/ivi/automotive-message-broker.git] / RELEASE.md
1 # AMB Release Notes {#release_notes}
2 Version: 0.14
3
4 ## New features:
5 - [DBus] some classes for exporting custom interfaces moved to plugins-common
6 - [Bluemonkey plugin] support for creating custom dbus interfaces: bluemonkey.exportInterface()
7 - [Bluemonkey plugin] dbus module supports creating dbus interfaces to system or session services and
8   creating/exporting dbus objects
9 - [ambctl] support for enabling disabling plugins
10 - [ambd] support plugins.d - now plugin segments can be stuck in there and amb will try to load all plugins that
11   are enabled.  See the example segments: /etc/ambd/plugins.d/dbus, examplesink, examplesource
12 - [xwalk] vehicle extension now dynamically exports all AMB supported objects
13
14 ## Changes:
15 - Plugin create() method signature changed.
16 - Removed AbstractSinkManager class
17 - Removed deprecated dbus interfaces
18 - Removed deprecated 'FooChanged' signal introspection description
19 - Deprecated 'GetFoo' method.  This doesn't contain much more information that cannot already be
20   obtained through the Properties interface.
21
22 ## Fixes:
23 - [XWalk] Fixed misspelled 'diagnostics' interface
24 - [DBus] Fixed misspelled 'Diagnostics' interface