Releases: smartdevicelink/sdl_ios
Releases · smartdevicelink/sdl_ios
v4.0.1
v4.0.1 is a bug fix release. See the CHANGELOG for full details.
v4.0.0
SmartDeviceLink v4.0.0 - iOS is the product of nearly 10 months of work on over 100 pull requests and closes over 60 issues.
It is the work of many contributors including:
adein
anildahiya
asm09fsu
hugh22
jacobkeeler
joeljfischer
justinjdickow
Thanks to others for filing issues:
tomhoag
Thanks to all others who contributed to the project.
To see the major features added to this release, see the pre-release notes in the changelog.
Carthage support finally arrives with a stable release!
v4.0.0 Release Candidate 2
- Fixed a warning in creating hex strings (PR #309)
v4.0.0 Release Candidate 1
v4.0.0-alpha.4
- Formatted code
- Heartbeat handling for SDL protocol v3 and above
- New MTU and protocol version handling
v4.0.0-alpha.3
- Minor bugfixes
v4.0.0 alpha 2
This release is a pre-release including:
- A new project structure
- Partial unit test coverage
- Cocoapods (and when stable, Carthage) distribution support
- Numerous other improvements
See the changelog for more details.
v3.0.2
- PR #55 - Remove additional full SmartDeviceLink.h imports internally within the library.
- PR #56 - SDLProtocolMessageAssembler never sets self in
init
- PR #58 - Remove products directory. The latest framework file will be attached as a binary to a release. This is currently a static library wrapped as a fake framework.
v3.0.1
- Fixes an issue with
processMessages
- Minor documentation updates
- Fix some errant imports
v3.0.0
Initial Release on Github