You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
The [Cloud of Things](https://m2m.telekom.com/our-offering/cloud-of-things/) (German Cloud der Dinge) is a platform for the Internet of Things by T-Systems International GmbH. Inside this repository you will find a Java based SDK to interface with the Cloud of Things API.
4
4
5
-
_Current version is: 1.0.5_
5
+
_Current version is: 1.1.0_
6
6
7
7
## Usage
8
8
@@ -11,7 +11,7 @@ Add this to your `pom.xml` to include the SDK in your Maven Repo
11
11
<dependency>
12
12
<groupId>com.telekom.m2m.cot</groupId>
13
13
<artifactId>java-rest-client</artifactId>
14
-
<version>1.0.5</version>
14
+
<version>1.1.0</version>
15
15
</dependency>
16
16
```
17
17
@@ -33,10 +33,11 @@ You can find the Java Doc of the latest release here: http://cloud-of-things.git
33
33
34
34
Short information about what has changed between releases.
35
35
36
-
### Upcoming Release 1.1.0
36
+
### Release 1.1.0
37
37
38
38
* Includes [Pull Request #73](https://github.com/cloud-of-things/cot-java-rest-sdk/pull/73): Efficiently iterate over all objects in a collection via Java 8 Stream (accessible via `stream()`): pagination is automatically performed in the background
0 commit comments