Skip to content

Commit

Permalink
Added code to handle claims in authentication challenges (#41814)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcolin7 committed Oct 15, 2024
1 parent 45ef499 commit 63a593c
Show file tree
Hide file tree
Showing 12 changed files with 2,668 additions and 333 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## 4.6.0 (2024-10-15)

## Features Added
- Added support for Continuous Access Evaluation (CAE). ([#41814](https://github.com/Azure/azure-sdk-for-java/pull/41814))

### Other Changes

#### Dependency Updates
Expand All @@ -19,7 +22,6 @@
- Upgraded `azure-core-http-netty` from `1.15.3` to version `1.15.4`.
- Upgraded `azure-core` from `1.51.0` to version `1.52.0`.


## 4.5.7 (2024-08-24)

### Other Changes
Expand All @@ -29,7 +31,6 @@
- Upgraded `azure-core` from `1.50.0` to version `1.51.0`.
- Upgraded `azure-core-http-netty` from `1.15.2` to version `1.15.3`.


## 4.5.6 (2024-07-29)

### Other Changes
Expand All @@ -49,7 +50,6 @@
- Upgraded `azure-core` from `1.49.0` to version `1.49.1`.
- Upgraded `azure-core-http-netty` from `1.15.0` to version `1.15.1`.


## 4.5.4 (2024-05-13)

### Other Changes
Expand All @@ -74,7 +74,6 @@
- Upgraded `azure-core` from `1.47.0` to version `1.48.0`.
- Upgraded `azure-core-http-netty` from `1.14.1` to version `1.14.2`.


## 4.5.1 (2024-03-20)

### Other Changes
Expand All @@ -84,7 +83,6 @@
- Upgraded `azure-core` from `1.46.0` to version `1.47.0`.
- Upgraded `azure-core-http-netty` from `1.14.0` to version `1.14.1`.


## 4.5.0 (2024-02-22)
Changes when compared to the last stable release (`4.4.3`) include:

Expand Down Expand Up @@ -172,7 +170,6 @@ Changes when compared to the last stable release (`4.4.3`) include:
- Upgraded `azure-core` from `1.40.0` to version `1.41.0`.
- Upgraded `azure-core-http-netty` from `1.13.4` to version `1.13.5`.


## 4.3.3 (2023-06-20)

### Other Changes
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## 4.7.0 (2024-10-15)

## Features Added
- Added support for Continuous Access Evaluation (CAE). ([#41814](https://github.com/Azure/azure-sdk-for-java/pull/41814))

### Other Changes

#### Dependency Updates
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

15 changes: 14 additions & 1 deletion sdk/keyvault/azure-security-keyvault-keys/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 4.9.0 (2024-10-15)
- Added a new configuration flag to cryptography clients that allows deferring all cryptographic operations to the Key Vault service. ([#40384](https://github.com/Azure/azure-sdk-for-java/pull/40384))
- Added support for Continuous Access Evaluation (CAE). ([#41814](https://github.com/Azure/azure-sdk-for-java/pull/41814))

### Other Changes

Expand Down Expand Up @@ -39,6 +40,19 @@
- Upgraded `azure-json` from `1.1.0` to version `1.2.0`.
- Upgraded `azure-core` from `1.49.1` to version `1.50.0`.

## 4.9.0-beta.1 (2024-07-29)

### Features Added
- Added a new configuration flag to cryptography clients to defer all cryptographic operations to the Key Vault service. ([#40384](https://github.com/Azure/azure-sdk-for-java/pull/40384))

### Other Changes

#### Dependency Updates

- Upgraded `azure-core-http-netty` from `1.15.1` to version `1.15.2`.
- Upgraded `azure-json` from `1.1.0` to version `1.2.0`.
- Upgraded `azure-core` from `1.49.1` to version `1.50.0`.

## 4.8.5 (2024-06-27)

### Other Changes
Expand Down Expand Up @@ -778,7 +792,6 @@ Changes when compared to the last stable release (`4.7.3`) include:
- `KeyEncryptionKeyClientBuilder.buildKeyEncryptionKey` and `KeyEncryptionKeyClientBuilder.buildAsyncKeyEncryptionKey`supports consumption of a secret id representing the symmetric key stored in the Key Vault as a secret.
- Dropped third party dependency on apache commons codec library.


### Breaking changes
- Key has been renamed to KeyVaultKey to avoid ambiguity with other libraries and to yield better search results.
- Key.keyMaterial has been renamed to KeyVaultKey.key.
Expand Down
Loading

0 comments on commit 63a593c

Please sign in to comment.