summaryrefslogtreecommitdiff
path: root/CHANGES
blob: 973c331d087a46cc497788921704c3f4c1387809 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Changes
=======

v3.1.10
- no changes

v3.1.9
- Use fully qualified logger name to avoid clashes with other logger implementations.
- CommonAPI address is extended by interface version string as defined in fidl file to allow different versions of the same interface (String format: v[major]_[minor] i.e. v1_0; v1_0 added as default version).
- Added subscription parameter to 'Event::onListenerRemoved' function. This is needed for managing the added and removed listeners respectively for mapping the listeners on the subscription.
- Replaced variadic macros with variadic templates for CommonAPI logger.
- Removed obsolete usleep() macro.