In its latest release, Bosch IoT Manager Introduced improvements in its gRPC client which allow easier API changes, in particular adding and removing methods. Thanks to the new library in use – 1.2.18, Bosch IoT Manager’s gRPC support will now allow adding and removing of methods without breaking compatibility with older clients. In order to complete this transition, support for older gRPC clients will be dropped soon.
Old libraries will be deprecated at the end of May, therefore from June 1st onward, all customers should switch to the new gRPC client (1.2.18) to prevent possible compatibility issues, by using the following artifact:
<dependency> <groupId>com.bosch.iot.dm.libs</groupId> <artifactId>dm.grpc.sa.client</artifactId> <version>1.2.18</version> </dependency>