added support for lambda subscriptions. initial bluetooth5 support in obd2 plugin
[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
10 Changes:
11 - Deprecated and removed the "FooChanged" (where "Foo" is a property like "VehicleSpeed") signal
12 - DBus Object paths do not appear until FindObject* is called.  The object path disappears with
13   the last pid that called FindObject* disconnects from DBus (or closes).
14 - Many internal stl containers have been changed to use more efficient ones.
15 - Some internal methods changed to const & references to avoid copies.
16 - DBus plugin will no cache unsubscribed values.  Improves performance.
17
18 Fixes:
19 - database plugin updated to use zones
20 - obd-II plugin updated to use bluez5 APIs