forked from Azure/autorest-clientruntime-for-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog.txt
More file actions
24 lines (21 loc) · 820 Bytes
/
ChangeLog.txt
File metadata and controls
24 lines (21 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
1.0.0 (2017.2.17)
- Add AzureCliCredentials
- Fix RestClient.newBuilder
- Add more endpoints to AzureEnvironment
- Rename ServiceCall to ServiceFuture
- Allow throwing on GET 404 other than returning null
1.0.0-beta5 (2017.2.3)
- Use slf4j for logging
- Use RestClient for Java code generator too
- Decouple response builder & serializer adapter
- Rename getters and setters to be consistent
- Skip read-only properties in Validator
1.0.0-beta4.1 (2017.1.6)
- Default environment is Azure
- Ignore cases in long running operations
- Allow posts with body
1.0.0-beta4 (2016.12.15)
- Parallel creation graph code is moved to azure-sdk-for-java repo
- Simplify RestClient
- Return null instead of throwing when server returns 404 on a GET request
- Support authentication through proxy