File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
- # 4.0.1 Release Notes
1
+ # 4.1.0 Release Notes
2
2
3
3
### API New Features & Breaking Changes
4
- * Added ability to retrieve HMICapabilities and SystemSoftwareVersion from the proxy object.
4
+ * Added multiplexing transport that gives the ability to share a single bluetooth RCOMM channel with many clients.
5
+ * Added external security framework that allows OEM's to provide custom security libraries.
6
+ * ProxyALM constructors have changed and old signatures been deprecated.
7
+ * Changed TouchEvent method names to be more intuitive.
5
8
6
9
### Enhancements
7
- * Added RPC request callbacks. Developers can now set a listener object into any RPC request and recieve the response through it.
8
- * Added RPC notification listeners. Developers can now designate a listener for each notifcation type.
9
- * Added a correlation id generator. Id's can be generated through this class to avoid having to keep track between multiple classes.
10
+ * Multiplexing will now be the default mode of transport
10
11
11
12
### Bug Fixes
12
- * Removed unused imports
13
+ * Fixed issue with sending a stop session with an incorrect hash id
14
+ * Fixed the library throwing away hybrid packets
15
+ * Fixed http onSystemRequests to actually function correctly
16
+ * Fixed a class cast exception in the BTTransport class
You can’t perform that action at this time.
0 commit comments