update identity release notes Aug 2020 (#1710)
* update release notes * update
This commit is contained in:
Родитель
5600ff4b80
Коммит
cba23e095c
|
@ -99,6 +99,12 @@ To use the GA and beta libraries, refer to the Maven dependency information belo
|
|||
<version>1.1.4</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.azure</groupId>
|
||||
<artifactId>azure-identity</artifactId>
|
||||
<version>1.1.0</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.azure</groupId>
|
||||
<artifactId>azure-storage-blob</artifactId>
|
||||
|
@ -319,6 +325,25 @@ Detailed changelogs are linked from the [Quick Links](#quick-links) below. Here
|
|||
- Fixed diagnostics string in proper JSON format for point operations.
|
||||
- Fixed issue with `.single()` operator causing the reactor chain to blow up in case of Not Found exception.
|
||||
|
||||
### Azure Identity ([Changelog](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/identity/azure-identity/CHANGELOG.md#110-2020-08-10))
|
||||
|
||||
#### 1.1.0 (2020-08-10)
|
||||
|
||||
- Upgraded core dependency to 1.7.0
|
||||
- Removed the default value of 0 for port in `InteractiveBrowserCredential`.
|
||||
|
||||
### Breaking Changes
|
||||
- Removing Application Authentication APIs for GA release. These will be reintroduced in 1.2.0-beta.1.
|
||||
- Removed class `AuthenticationRecord`
|
||||
- Removed class `AuthenticationRequiredException`
|
||||
- Removed methods `allowUnencryptedCache()` and `enablePersistentCache()` from `ClientCertificateCredentialBuilder`,
|
||||
`ClientSecretCredentialBuilder`, `InteractiveBrowserCredentialBuilder`, `DeviceCodeCredentialBuilder`,
|
||||
`UsernamePasswordCredentialBuilder` and `ClientCertificateCredentialBuilder`.
|
||||
- Removed methods `allowUnencryptedCache()` and `authenticationRecord(AuthenticationRecord)` from `SharedTokenCacheCredentialBuilder`.
|
||||
- Removed methods `authenticationRecord(AuthenticationRecord)` and `disableAutomaticAuthentication()` from `DeviceCodeCredentialBuilder` and `InteractiveBrowserCredentialBuilder`.
|
||||
- Removed methods `authenticate(TokenRequestContext)` and `authenticate()` from `DeviceCodeCredential`, `InteractiveBrowserCredential`
|
||||
and `UsernamePasswordCredential`.
|
||||
|
||||
### Form Recognizer ([Changelog](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/formrecognizer/azure-ai-formrecognizer/CHANGELOG.md#300-beta1-2020-08-11))
|
||||
|
||||
#### Breaking changes
|
||||
|
|
Загрузка…
Ссылка в новой задаче