initial support for availability api
[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 - OpenCV plugin video logging: record video with speed overlay
11
12 Changes:
13 - Deprecated and removed the "FooChanged" (where "Foo" is a property like "VehicleSpeed") signal
14 - DBus Object paths do not appear until FindObject* is called.  The object path disappears with
15   the last pid that called FindObject* disconnects from DBus (or closes).
16 - Many internal stl containers have been changed to use more efficient ones.
17 - Some internal methods changed to const & references to avoid copies.
18 - DBus plugin will not cache unsubscribed values.  Improves performance.
19 - Many DBus API changes.  See new docs/amb.idl. Several interfaces are deprecated and replaced with 
20   more w3c compliant interfaces.
21 -- Fuel interface units changed
22
23 Fixes:
24 - database plugin updated to use zones
25 - obd-II plugin updated to use bluez5 APIs
26 - openCV plugin fixed crashes