made some of the dbus API compliant with w3c auto-bg specification
[profile/ivi/automotive-message-broker.git] / RELEASE
1 Release notes for release 0.12
2
3 New features:
4 - Added "frequency" option to database plugin.  Now periodic data can be written to the db.
5   this is useful for high speed data that you don't want to flood the database.
6 - New test tools: amb-get, amb-set and amb-get-history
7 - New bluetooth spp plugin
8 - cangen and cansim plugins simulate a real CAN network.
9 - New priority queue option. properties are routed according to priority.
10
11 Changes:
12 - Deprecated and removed the "FooChanged" (where "Foo" is a property like "VehicleSpeed") signal
13 - DBus Object paths do not appear until FindObject* is called.  The object path disappears with
14   the last pid that called FindObject* disconnects from DBus (or closes).
15 - Many internal stl containers have been changed to use more efficient ones.
16 - Some internal methods changed to const & references to avoid copies.
17 - DBus plugin will not cache unsubscribed values.  Improves performance.
18 - Many DBus API changes.  See new docs/amb.idl. Several interfaces are deprecated and replaced with 
19   more w3c compliant interfaces.
20 -- Fuel interface units changed
21
22 Fixes:
23 - database plugin updated to use zones
24 - obd-II plugin updated to use bluez5 APIs