Skip to content

v4.7.0

Choose a tag to compare

@joeygrover joeygrover released this 19 Oct 15:08
· 3709 commits to master since this release

4.7.0 Release Notes

Supports:

Version
Protocol 5.1.0
RPC 5.0.0

Summary

  • Manager APIs - The manager APIs will closely align with the iOS SDL Library managers, with a few exceptions to match the native platform.
  • Transport layer overhaul - The protocol layer and transport layer have been overhauled to properly match the stack in which they should exist. This also sets up three additional features
    • AOA multiplexing - SDL apps can now use the multiplexing transport with the AOA/USB transport. Multiple apps can then register on a single AOA connection to SDL Core.
    • Primary/Secondary transports - apps can now carry their session over multiple transports with the first transport being primary, and a later connected one being a secondary. This means apps can register over bluetooth, then connect over WiFi when necessary (video/audio streaming).
    • All apps should be using MultiplexingConfig at this point unless debugging with TCP.
  • Color Scheme for templates - App developers now have the ability to set color themes for the templates they use
  • New Remote Control modules
  • Additional vehicle data added
  • SdlProxyALM has been deprecated - The SdlProxyALM will still function for this release but it has now moved into maintenance mode and no new features will be added. The manager APIs should be used from this point forward.

New Features

Transport

Manager API

RPC Updates

Remote Control

Vehicle Data

Bug Fixes

Documentation