diff --git a/CHANGELOG.md b/CHANGELOG.md index 87741fa..8dcdbc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Android/Java SDK Changelog +## 1.22.0 (2017-10-21) +Changes + - Fixed serialization issue in PHGroup + +## 1.20.2 (2017-08-19) +Changes + - Changed Java compliance level to 1.6 + +## 1.20.1 (2017-08-18) +Changes + - Critical bug fix regarding missing methods and classes + +## 1.20 (2017-08-04) +Changes + - Critical bug fix regarding 1.20 bridge firmware and commissioning sensors and switches. + ## 1.11.2 (2015-12-22) Changes - Minor bug fix when getting the brightness increment from a schedule. diff --git a/JavaDesktopApp/libs/huelocalsdk.jar b/JavaDesktopApp/libs/huelocalsdk.jar index 38e1f4d..e22317c 100644 Binary files a/JavaDesktopApp/libs/huelocalsdk.jar and b/JavaDesktopApp/libs/huelocalsdk.jar differ diff --git a/JavaDesktopApp/libs/huesdkresources.jar b/JavaDesktopApp/libs/huesdkresources.jar index 1fdedff..0fe7ef6 100644 Binary files a/JavaDesktopApp/libs/huesdkresources.jar and b/JavaDesktopApp/libs/huesdkresources.jar differ diff --git a/QuickStartApp/libs/huelocalsdk.jar b/QuickStartApp/libs/huelocalsdk.jar index 38e1f4d..e22317c 100644 Binary files a/QuickStartApp/libs/huelocalsdk.jar and b/QuickStartApp/libs/huelocalsdk.jar differ diff --git a/QuickStartApp/libs/huesdkresources.jar b/QuickStartApp/libs/huesdkresources.jar index 1fdedff..0fe7ef6 100644 Binary files a/QuickStartApp/libs/huesdkresources.jar and b/QuickStartApp/libs/huesdkresources.jar differ diff --git a/README.md b/README.md index 549d81a..7df2d60 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,27 @@ +# This repository is deprecated. + +**Deprecation – Philips Hue SDK** + +We have decided to **deprecate the hue SDK** effective **as of July 1st 2019**. This means there will be no new SDK releases except for critical updates (e.g. security) which will be maintained for one additional year. Existing Hue SDK client applications will continue to work normally but we can no longer guarantee long term compatibility with future Hue software. We strongly recommend Hue SDK users to migrate to Hue API which remains up-to-date and supported. + +**FAQ** + +**Why is this changing?** Philips Hue has decided to focus its resources into improving the Hue API and building new features. The usage of the SDK has been declining as has our own dependence on it so we feel it is more beneficial to focus on building directly on the Hue API. + +**Who’s Impacted?** Anyone who is leveraging the Philips Hue SDK. + +**Who’s Not Impacted?** Anyone who is not utilizing the Philips Hue SDK. + +**What should you use instead?** Philips Hue API + +**Next steps?** Migration code samples and best practice blogs by Hue Developer Program. + +**Question?** Contact us! https://developers.meethue.com/support/ + +**See also:** https://developers.meethue.com/deprecation-philips-hue-sdk/ + +----- + The Hue SDK by Philips =============== (c) Copyright Philips 2012-2014 @@ -23,7 +47,7 @@ Acknowledgements Please adhere to any third party licenses that are applicable on this SDK when building applications with our SDK or using the QuickStart applications as your base (see ACKNOWLEDGEMENTS file in this repository, for applicable licenses).