Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 590 Bytes

CHANGELOG.md

File metadata and controls

12 lines (9 loc) · 590 Bytes

4.0.1 Release Notes

API New Features & Breaking Changes

  • Added ability to retrieve HMICapabilities and SystemSoftwareVersion from the proxy object.

Enhancements

  • Added RPC request callbacks. Developers can now set a listener object into any RPC request and recieve the response through it.
  • Added RPC notification listeners. Developers can now designate a listener for each notifcation type.
  • Added a correlation id generator. Id's can be generated through this class to avoid having to keep track between multiple classes.

Bug Fixes

  • Removed unused imports