|
1 | 1 | # Release History |
2 | 2 |
|
3 | | -## 4.3.0-beta.3 (2020-11-12) |
| 3 | +## 4.3.0-beta.3 (2020-11-19) |
4 | 4 |
|
5 | 5 | ### New Features |
6 | 6 | - Added support for encrypting and decrypting AES-GCM and AES-CBC keys. |
7 | 7 | - Added `KeyType.OCT_HSM` to support "oct-HSM" key operations. |
8 | 8 |
|
| 9 | +### Dependency Updates |
| 10 | +- Upgraded `azure-core` dependency to `1.10.0` |
| 11 | +- Upgraded `azure-core-http-netty` dependency to `1.6.3` |
| 12 | +- Upgraded `azure-core-http-okhttp` dependency to `1.3.3` |
| 13 | +- Upgraded `azure-core-test` dependency to `1.5.1` |
| 14 | +- Upgraded `azure-identity` dependency to `1.2.0` |
| 15 | + |
| 16 | +## 4.2.3 (2020-11-12) |
| 17 | + |
| 18 | +### Dependency Updates |
| 19 | +- Upgraded `azure-core` dependency to `1.10.0` |
| 20 | +- Upgraded `azure-core-http-netty` dependency to `1.6.3` |
| 21 | +- Upgraded `azure-core-http-okhttp` dependency to `1.3.3` |
| 22 | +- Upgraded `azure-core-test` dependency to `1.5.1` |
| 23 | +- Upgraded `azure-identity` dependency to `1.2.0` |
| 24 | + |
9 | 25 | ## 4.3.0-beta.2 (2020-10-09) |
10 | 26 |
|
11 | 27 | ### New Features |
|
29 | 45 | - Upgraded `azure-core-test` dependency to `1.5.0` |
30 | 46 | - Upgraded `azure-identity` dependency to `1.1.3` |
31 | 47 |
|
| 48 | +## 4.2.2 (2020-10-08) |
| 49 | + |
| 50 | +### Bug Fixes |
| 51 | +- Fixed an issue that prevented the `tags` and `managed` members of `KeyProperties` from getting populated when retrieving a single key using `KeyClient`, `KeyAsyncClient`, `CryptographyClient` and `CryptographyAsyncClient`. |
| 52 | + |
| 53 | +### Dependency Updates |
| 54 | +- Upgraded `azure-core` dependency to `1.9.0` |
| 55 | +- Upgraded `azure-core-http-netty` dependency to `1.6.2` |
| 56 | +- Upgraded `azure-core-http-okhttp` dependency to `1.3.2` |
| 57 | +- Upgraded `azure-core-test` dependency to `1.5.0` |
| 58 | +- Upgraded `azure-identity` dependency to `1.1.3` |
| 59 | + |
32 | 60 | ## 4.3.0-beta.1 (2020-09-11) |
33 | 61 | - Updated versions for azure-core and azure-identity. |
34 | 62 |
|
| 63 | +## 4.2.1 (2020-09-10) |
| 64 | +- Updated versions for azure-core and azure-identity. |
| 65 | + |
35 | 66 | ## 4.2.0 (2020-08-12) |
36 | 67 | - Added support for service version `7.1`. |
37 | 68 | - Added `retryPolicy` setter in `KeyClientBuilder`, `CryptographyClientBuilder` and `KeyEncryptionKeyClientBuilder`. |
|
41 | 72 | ## 4.2.0-beta.5 (2020-07-08) |
42 | 73 | - Updated versions for azure-core, azure-identity. |
43 | 74 |
|
| 75 | +## 4.1.5 (2020-07-08) |
| 76 | +- Updated versions for azure-core and azure-identity. |
| 77 | + |
44 | 78 | ## 4.2.0-beta.4 (2020-06-10) |
45 | 79 | - Updated version for azure-core, azure-identity and external dependencies. |
46 | 80 | - `404` responses from `listPropertiesOfKeyVersions` in `KeyAsyncClient` and `KeyClient` now throw a `ResourceNotFoundException`. |
47 | 81 | - `buildAsyncKeyEncryptionKey` in `LocalKeyEncryptionKeyClientBuilder` now throws an exception when no ID is present in a given `JsonWebKey`. |
48 | 82 |
|
| 83 | +## 4.1.4 (2020-06-10) |
| 84 | +- Updated version for azure-core, azure-identity and external dependencies. |
| 85 | +- `404` responses from `listPropertiesOfKeyVersions` in `KeyAsyncClient` and `KeyClient` now throw a `ResourceNotFoundException`. |
| 86 | + |
| 87 | +## 4.1.3 (2020-05-06) |
| 88 | +- Update azure-core dependency to version 1.5.0. |
| 89 | + |
49 | 90 | ## 4.2.0-beta.3 (2020-04-09) |
50 | 91 | - Added `LocalCryptographyClient`, `LocalCryptographyAsyncClient`, `LocalKeyEncryptionKeyClient` and `LocalKeyEncryptionKeyAsyncClient` to perform cryptography operations locally. |
51 | 92 | - Added `retryPolicy` setter in `KeyClientBuilder`, `CryptographyClientBuilder` and `KeyEncryptionKeyClientBuilder` |
52 | 93 | - Update azure-core dependency to version 1.4.0. |
53 | 94 |
|
| 95 | +## 4.1.2 (2020-04-07) |
| 96 | +- Update azure-core dependency to version 1.4.0. |
| 97 | + |
| 98 | +## 4.1.1 (2020-03-25) |
| 99 | +- Update azure-core dependency to version 1.3.0. |
54 | 100 |
|
55 | 101 | ## 4.2.0-beta.2 (2020-03-10) |
56 | 102 | ### Added |
|
0 commit comments