Bosch IoT Things deprecates various parts. The deprecated parts are still supported. As soon as we drop support we will announce it here.
For all deprecated parts we offer new alternatives and a migration path.
- API 1 is deprecated
In case you start your implementation from scratch please use API 2 only.
Applications using API 1 can find migration instructions at Migration from API 1 to API 2. - The things-client is deprecated
Please use the ditto-client instead. Find details at Developer guide > Java API
In addition, find an example on how to migrate from things-client to ditto-client . - The authentication via cryptographic challenge is deprecated
The process to authenticate as a technical client via a public/private key pair is deprecated.
Please use the OAuth authentication instead. Find details at Authenticate as a technical client.
At this occasion, various minor bugs have also been fixed.