java release notes for the 2024-07 release (#7780)

* java release notes for the 2024-07 release

* java release notes for the 2024-07 release
This commit is contained in:
Azure SDK Bot 2024-07-17 12:18:44 -04:00 коммит произвёл GitHub
Родитель 53b426edd6
Коммит 99c277ace3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 45 добавлений и 0 удалений

Просмотреть файл

@ -1684,4 +1684,49 @@ entries:
- Upgraded `azure-core` from `1.49.1` to `1.50.0`.
GroupId: com.azure
- Name: azure-identity-broker
Version: 1.1.3
DisplayName: Identity Broker
ServiceName: Identity
VersionType: Patch
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-java/tree/azure-identity-broker_1.1.3/sdk/identity/azure-identity-broker/CHANGELOG.md
ChangelogContent: |-
#### Other Changes
##### Dependency Updates
- Upgraded `azure-identity` from `1.12.2` to `1.13.1`
- Upgraded `msal4j` from `1.15.1` to `1.16.1`
GroupId: com.azure
- Name: azure-identity
Version: 1.13.1
DisplayName: Identity
ServiceName: Identity
VersionType: Patch
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-java/tree/azure-identity_1.13.1/sdk/identity/azure-identity/CHANGELOG.md
ChangelogContent: |-
#### Bugs Fixed
- Fixed certificate type detection, which fixes using a PFX certificate without a password. [#37210](https://github.com/Azure/azure-sdk-for-java/issues/37210)
- Fix `PowershellCredential` issue when user had a profile [#41030](https://github.com/Azure/azure-sdk-for-java/pull/41030)
##### Dependency Updates
- Upgraded `azure-core` from `1.49.1` to `1.50.0`
- Upgraded `azure-core-http-netty` from `1.15.1` to `1.15.2`
- Upgraded `msal4j` from `1.16.0` to `1.16.1`
#### Features Added
- Added support in `EnvironmentCredential` (and thus `DefaultAzureCredential` when it chooses `EnvironmentCredential`) for using subject name / issuer authentication with client certificates by setting `AZURE_CLIENT_SEND_CERTIFICATE_CHAIN` to `1` or `true`. [#40013](https://github.com/Azure/azure-sdk-for-java/issues/40013)
GroupId: com.azure
- Name: azure-security-keyvault-jca
Version: 2.8.2
DisplayName: Key Vault - JCA
ServiceName: Key Vault
VersionType: Patch
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-java/tree/azure-security-keyvault-jca_2.8.2/sdk/keyvault/azure-security-keyvault-jca/CHANGELOG.md
ChangelogContent: |-
#### Bugs Fixed
- Fix bug: AccessTokenUtil does not urlencode its parameters when getting an access token. ([40616](https://github.com/Azure/azure-sdk-for-java/issues/40616))
GroupId: com.azure