Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.

Commit 05e289b

Browse files
committed
Add change log for 1.2.0
1 parent dd1e154 commit 05e289b

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

ChangeLog.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
1.2.0 (2017.11.15)
2+
- Add delegated token credentials
3+
- Update OkHttp to 3.4 and Okio to 1.9
4+
5+
1.1.1 (2017.10.18)
6+
- Adding MSICredentails type
7+
- Add data lake resource ID
8+
- Fix flattening serializer for HashMaps
9+
- Making PagedList to work with Java8 stream apis
10+
- Fix Azure environment endpoints
11+
112
1.1.0 (2017.8.22)
213
- New feature to poll previously started long running operations
314
- Support JSON based auth file

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ The runtime libraries for [AutoRest](https://github.com/azure/autorest) generate
1515
<dependency>
1616
<groupId>com.microsoft.rest</groupId>
1717
<artifactId>client-runtime</artifactId>
18-
<version>1.0.0</version>
18+
<version>1.2.0</version>
1919
</dependency>
2020

2121
<dependency>
2222
<groupId>com.microsoft.azure</groupId>
2323
<artifactId>azure-client-runtime</artifactId>
24-
<version>1.0.0</version>
24+
<version>1.2.0</version>
2525
</dependency>
2626

2727
<dependency>
2828
<groupId>com.microsoft.azure</groupId>
2929
<artifactId>azure-client-authentication</artifactId>
30-
<version>1.0.0-beta6-SNAPSHOT</version>
30+
<version>1.2.0</version>
3131
</dependency>
3232
```
3333

0 commit comments

Comments
 (0)