BoschSmartHome / bosch-shc-api-docs

Bosch Smart Home Controller Local REST API
Other
208 stars 44 forks source link

Support for API version 2.x dropped in July 2023 #80

Closed sebastianharder closed 9 months ago

sebastianharder commented 1 year ago

In July the Bosch Smart Home controllers will receive an update to version 10.16, which will no longer support API 2.x. Open-source projects using the public SHC REST API must update the "api-version" header in their REST requests to "3.0" or higher, otherwise they can no longer access the SHC with version 10.16 installed.

david-pace commented 1 year ago

Is there a summary of changes between 2.1 and 3.0 available? Are there any incompatible changes (I suppose so because it is a major version change)?

sebastianharder commented 1 year ago

@david-pace please refer to the changelog: https://github.com/BoschSmartHome/bosch-shc-api-docs/blob/master/CHANGELOG.md

sebastianharder commented 9 months ago

Looks like the major open source projects have migrated to API 3.x. Closing.