{"id":19362710,"url":"https://github.com/smartdevicelink/sdl_evolution","last_synced_at":"2025-07-29T08:08:59.304Z","repository":{"id":41243399,"uuid":"63362559","full_name":"smartdevicelink/sdl_evolution","owner":"smartdevicelink","description":"Tracking and proposing changes to SDL's public APIs.","archived":false,"fork":false,"pushed_at":"2024-03-27T15:59:00.000Z","size":24479,"stargazers_count":33,"open_issues_count":0,"forks_count":121,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-04-23T12:52:29.842Z","etag":null,"topics":["evolution","proposal","sdl","sdl-evolution","smartdevicelink"],"latest_commit_sha":null,"homepage":"https://smartdevicelink.github.io/sdl_evolution/","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smartdevicelink.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-14T19:08:19.000Z","updated_at":"2022-04-16T16:13:01.000Z","dependencies_parsed_at":"2023-12-20T08:48:23.317Z","dependency_job_id":"079455e9-b5cb-4467-92d9-e9616cf2f375","html_url":"https://github.com/smartdevicelink/sdl_evolution","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/smartdevicelink/sdl_evolution","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartdevicelink%2Fsdl_evolution","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartdevicelink%2Fsdl_evolution/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartdevicelink%2Fsdl_evolution/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartdevicelink%2Fsdl_evolution/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smartdevicelink","download_url":"https://codeload.github.com/smartdevicelink/sdl_evolution/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartdevicelink%2Fsdl_evolution/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267652767,"owners_count":24122098,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["evolution","proposal","sdl","sdl-evolution","smartdevicelink"],"created_at":"2024-11-10T07:30:01.948Z","updated_at":"2025-07-29T08:08:59.278Z","avatar_url":"https://github.com/smartdevicelink.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SDL Evolution\n**Do not submit a proposal without reading this roadmap document.** Ideas should be discussed on the [SDL Slack][sdl_slack] [#sdl_evolution][sdl_evolution_channel] open channel before a proposal is created here.\n\nFor more information about SDL, go to [www.smartdevicelink.com](https://www.smartdevicelink.com).\n\nThis process and document is based on Apple's excellent [Swift Evolution](https://github.com/apple/swift-evolution) process.\n\nThis document tracks the ongoing evolution of SDL. Proposals should be made for any public API surface change, that is, any change that would necessitate a minor or major version change in any SDL mobile library. If a protocol or RPC change does not change any API surface, they must still be brought through the proposal process. If changes are made to modify any remote control feature, only a single module should be addressed within a proposal. In sum, the following changes must be proposed:\n\n* Changes necessitating minor or major version updates to SDL Core, the mobile libraries, Manticore, SDL Policy Server, and SHAID according to [semantic versioning](http://www.semver.org), except those that are caused by a misspelling.\n* **Any** change to the SDL Protocol.\n* **Any** change to the SDL RPC spec.\n\nImportant documents:\n\n* Goals for upcoming SDL releases – this document.\n* The [SDL evolution proposal review schedule](https://smartdevicelink.github.io/sdl_evolution/) to see upcoming SDL evolution proposal reviews.\n* The [SDL evolution review process](process.md) to see how to propose and review proposals.\n* The [proposals versus issues document](proposals_versus_issues.md) to understand the differences between an SDL Evolution Proposal and an SDL Issue.\n\n## Platforms\nWhen entering a proposal, only one platform will be listed as impacted on the [proposal status page][proposal-status].  It's inherent that some platforms impact others, as described below:\n\n#### Protocol\nThe SmartDeviceLink protocol specification describes the method for establishing communication between an application and head unit and registering the application for continued communication with the head unit. The protocol is used as the base formation of packets sent from one module to another.\n\nAll new SDL implementations should implement the newest version of the protocol.\n\n**Repository**: [https://github.com/smartdevicelink/protocol_spec](https://github.com/smartdevicelink/protocol_spec)\n\n**Changes to Protocol also impact the following platforms**:\n\n- Core\n- iOS\n- Java Suite\n- JavaScript Suite\n\n---\n\n#### RPC Spec\nSpec for RPC messages sent between mobile devices and hardware modules.\n\n**Repository**: [https://github.com/smartdevicelink/rpc_spec](https://github.com/smartdevicelink/rpc_spec)\n\n**Changes to RPC also impact the following platforms:**\n\n- Core\n- iOS\n- Java Suite\n- JavaScript Suite\n- HMI (in most cases)\n\n---\n\n#### Core\nThe Core component is the software which Vehicle Manufacturers (OEMs) implement in their vehicle head units. Integrating this component into their head unit and HMI based on a set of guidelines and templates enables access to various applications.\n\n**Repository**: [https://github.com/smartdevicelink/sdl_core](https://github.com/smartdevicelink/sdl_core)\n\n**Changes to Core also impact the following platforms:**\n\n- Manticore\n\n---\n\n#### Java Suite\nThe Android, Java SE, and Java EE libraries are implemented by app developers into their applications to enable command and control via the connected head unit. \n\n**Repository**: [https://github.com/smartdevicelink/sdl_java_suite](https://github.com/smartdevicelink/sdl_java_suite)\n\n---\n\n#### iOS SDK\nThe iOS library is implemented by iOS app developers into their applications to enable command and control via the connected head unit.\n\n**Repository**: [https://github.com/smartdevicelink/sdl_ios](https://github.com/smartdevicelink/sdl_ios)\n\n---\n\n#### JavaScript Suite\nThe JavaScript Suite library is implemented by app developers into their JavaScript applications to enable command and control via the connected head unit.\n\n**Repository**: [https://github.com/smartdevicelink/sdl_javascript_suite](https://github.com/smartdevicelink/sdl_javascript_suite)\n\n---\n\n#### Manticore \nManticore is used to dynamically provision SDL Core and SDL HMI instances in the cloud.\n\n**Repository**: [https://github.com/smartdevicelink/manticore](https://github.com/smartdevicelink/manticore)\n\n**SDL hosted instance**: [https://smartdevicelink.com/resources/manticore/](https://smartdevicelink.com/resources/manticore/)\n\n---\n\n#### SDL Policy Server \nThe SDL Policy Server handles authentication, data collection, and basic configurations for SDL connected vehicles.\n\n**Repository**: [https://github.com/smartdevicelink/sdl_server](https://github.com/smartdevicelink/sdl_server)\n\n---\n\n#### SHAID \nSHAID is a centralized service designed to keep information about SDL-supported applications synchronized across the SmartDeviceLink (SDL) ecosystem.\n\n**Documentation**: [SHAID Documentation](https://smartdevicelink.com/en/guides/shaid/v2/)\n\n## Recent and Upcoming Releases\nYou can see a detailed list of accepted and implemented proposals for upcoming versions on the [proposal status page][proposal-status].  Each proposal is listed as only impacting one platform, as it's inherent that some platforms impact others, as described above in the `Platforms` Section.\n\n## Recent Releases\n\n#### SDL Protocol Spec: 5.4.1\n**Release Date**: October 27, 2021\n\n**Contents**: Release information can be found [here](https://github.com/smartdevicelink/protocol_spec/releases/tag/5.4.1).\n\n---\n\n#### SDL RPC Spec: 8.0.0\n**Release Date**: October 27, 2021\n\n**Contents**: Release information can be found [here](https://github.com/smartdevicelink/rpc_spec/releases/tag/8.0.0).\n\n---\n\n#### SDL Core: 8.2.0\n**Release Date**: October 26, 2022\n\n**Contents**: Release information can be found [here](https://github.com/smartdevicelink/sdl_core/releases/tag/8.2.0).\n\n---\n\n#### SDL JavaScript Suite: 1.8.0\n**Release Date**: October 26, 2022\n\n**Contents**: Release information can be found [here](https://github.com/smartdevicelink/sdl_javascript_suite/releases/tag/1.8.0).\n\n---\n\n#### SDL iOS: 7.6.1\n**Release Date**: June 29, 2023\n\n**Contents**: Release information can be found [here](https://github.com/smartdevicelink/sdl_ios/releases/tag/7.6.1).\n\n---\n\n#### SDL Policy Server: 3.1.1\n**Release Date**: September 13, 2023\n\n**Contents**: Release information can be found [here](https://github.com/smartdevicelink/sdl_server/releases/tag/3.1.1).\n\n---\n\n#### SDL Java Suite: 5.7.0\n**Release Date**: December 18, 2023\n\n**Contents**: Release information can be found [here](https://github.com/smartdevicelink/sdl_java_suite/releases/tag/5.7.0).\n\n---\n\n#### Manticore: 2.12.0\n**Release Date**: March 18, 2024\n\n**Contents**: Release information can be found [here](https://github.com/smartdevicelink/manticore/releases/tag/2.12.0).\n\n---\n\n#### SHAID 2.10.3\n**Release Date**: March 25, 2024\n\n**Contents**: Documentation can be found [here](https://smartdevicelink.com/en/guides/shaid/overview).\n\n---\n\n[sdl_slack]: http://slack.smartdevicelink.com \"SDL Slack\"\n[sdl_evolution_channel]: https://smartdevicelink.slack.com/messages/sdl_evolution/ \"sdl_evolution slack channel\"\n[proposal-status]: https://smartdevicelink.github.io/sdl_evolution/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartdevicelink%2Fsdl_evolution","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmartdevicelink%2Fsdl_evolution","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartdevicelink%2Fsdl_evolution/lists"}