Skip to content

Commit 4837d79

Browse files
authored
Updated the Key Vault CHANGELOGs to include past stable releases. (Azure#17701)
* Updated the Key Vault CHANGELOGs to include information about past stable releases. * Updated Keys README.
1 parent 5885efd commit 4837d79

File tree

4 files changed

+121
-2
lines changed

4 files changed

+121
-2
lines changed

sdk/keyvault/azure-security-keyvault-certificates/CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
## 4.2.0-beta.3 (Unreleased)
44

55

6+
## 4.1.3 (2020-11-12)
7+
8+
### Dependency Updates
9+
- Upgraded `azure-core` dependency to `1.10.0`
10+
- Upgraded `azure-core-http-netty` dependency to `1.6.3`
11+
- Upgraded `azure-core-http-okhttp` dependency to `1.3.3`
12+
- Upgraded `azure-core-test` dependency to `1.5.1`
13+
- Upgraded `azure-identity` dependency to `1.2.0`
14+
615
## 4.2.0-beta.2 (2020-10-09)
716

817
### New Features
@@ -27,9 +36,21 @@
2736
- Upgraded `azure-core-test` dependency to `1.5.0`
2837
- Upgraded `azure-identity` dependency to `1.1.3`
2938

39+
## 4.1.2 (2020-10-08)
40+
41+
### Dependency Updates
42+
- Upgraded `azure-core` dependency to `1.9.0`
43+
- Upgraded `azure-core-http-netty` dependency to `1.6.2`
44+
- Upgraded `azure-core-http-okhttp` dependency to `1.3.2`
45+
- Upgraded `azure-core-test` dependency to `1.5.0`
46+
- Upgraded `azure-identity` dependency to `1.1.3`
47+
3048
## 4.2.0-beta.1 (2020-09-11)
3149
- Updated versions for azure-core and azure-identity.
3250

51+
## 4.1.1 (2020-09-10)
52+
- Updated versions for azure-core and azure-identity.
53+
3354
## 4.1.0 (2020-08-12)
3455
- Added support for service version `7.1`.
3556
- Added `retryPolicy` setter in `CertificateClientBuilder`.
@@ -38,13 +59,28 @@
3859
## 4.1.0-beta.4 (2020-07-08)
3960
- Updated versions for azure-core, azure-identity.
4061

62+
## 4.0.5 (2020-07-08)
63+
- Updated versions for azure-core and azure-identity.
64+
4165
## 4.1.0-beta.3 (2020-06-10)
4266
- Updated version for azure-core, azure-identity and external dependencies.
4367

68+
## 4.0.4 (2020-06-10)
69+
- Updated version for azure-core, azure-identity and external dependencies.
70+
71+
## 4.0.3 (2020-05-06)
72+
- Update azure-core dependency to version 1.5.0.
73+
74+
## 4.0.2 (2020-04-07)
75+
- Update azure-core dependency to version 1.4.0.
76+
4477
## 4.1.0-beta.2 (2020-04-09)
4578
- Added `retryPolicy` setter in `CertificateClientBuilder`
4679
- Update azure-core dependency to version 1.4.0.
4780

81+
## 4.0.1 (2020-03-25)
82+
- Update azure-core dependency to version 1.3.0.
83+
4884
## 4.1.0-beta.1 (2020-03-10)
4985
- Added `recoverableDays` property to `CertificateProperties`.
5086
- Added support for `7.1-Preview` service version

sdk/keyvault/azure-security-keyvault-keys/CHANGELOG.md

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,27 @@
11
# Release History
22

3-
## 4.3.0-beta.3 (2020-11-12)
3+
## 4.3.0-beta.3 (2020-11-19)
44

55
### New Features
66
- Added support for encrypting and decrypting AES-GCM and AES-CBC keys.
77
- Added `KeyType.OCT_HSM` to support "oct-HSM" key operations.
88

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+
925
## 4.3.0-beta.2 (2020-10-09)
1026

1127
### New Features
@@ -29,9 +45,24 @@
2945
- Upgraded `azure-core-test` dependency to `1.5.0`
3046
- Upgraded `azure-identity` dependency to `1.1.3`
3147

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+
3260
## 4.3.0-beta.1 (2020-09-11)
3361
- Updated versions for azure-core and azure-identity.
3462

63+
## 4.2.1 (2020-09-10)
64+
- Updated versions for azure-core and azure-identity.
65+
3566
## 4.2.0 (2020-08-12)
3667
- Added support for service version `7.1`.
3768
- Added `retryPolicy` setter in `KeyClientBuilder`, `CryptographyClientBuilder` and `KeyEncryptionKeyClientBuilder`.
@@ -41,16 +72,31 @@
4172
## 4.2.0-beta.5 (2020-07-08)
4273
- Updated versions for azure-core, azure-identity.
4374

75+
## 4.1.5 (2020-07-08)
76+
- Updated versions for azure-core and azure-identity.
77+
4478
## 4.2.0-beta.4 (2020-06-10)
4579
- Updated version for azure-core, azure-identity and external dependencies.
4680
- `404` responses from `listPropertiesOfKeyVersions` in `KeyAsyncClient` and `KeyClient` now throw a `ResourceNotFoundException`.
4781
- `buildAsyncKeyEncryptionKey` in `LocalKeyEncryptionKeyClientBuilder` now throws an exception when no ID is present in a given `JsonWebKey`.
4882

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+
4990
## 4.2.0-beta.3 (2020-04-09)
5091
- Added `LocalCryptographyClient`, `LocalCryptographyAsyncClient`, `LocalKeyEncryptionKeyClient` and `LocalKeyEncryptionKeyAsyncClient` to perform cryptography operations locally.
5192
- Added `retryPolicy` setter in `KeyClientBuilder`, `CryptographyClientBuilder` and `KeyEncryptionKeyClientBuilder`
5293
- Update azure-core dependency to version 1.4.0.
5394

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.
54100

55101
## 4.2.0-beta.2 (2020-03-10)
56102
### Added

sdk/keyvault/azure-security-keyvault-keys/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Maven dependency for the Azure Key Vault Key client library. Add it to your proj
1414
<dependency>
1515
<groupId>com.azure</groupId>
1616
<artifactId>azure-security-keyvault-keys</artifactId>
17-
<version>4.3.0-beta.2</version>
17+
<version>4.3.0-beta.3</version>
1818
</dependency>
1919
```
2020
[//]: # ({x-version-update-end})

sdk/keyvault/azure-security-keyvault-secrets/CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
## 4.3.0-beta.3 (Unreleased)
44

55

6+
## 4.2.3 (2020-11-12)
7+
8+
### Dependency Updates
9+
- Upgraded `azure-core` dependency to `1.10.0`
10+
- Upgraded `azure-core-http-netty` dependency to `1.6.3`
11+
- Upgraded `azure-core-http-okhttp` dependency to `1.3.3`
12+
- Upgraded `azure-core-test` dependency to `1.5.1`
13+
- Upgraded `azure-identity` dependency to `1.2.0`
14+
615
## 4.3.0-beta.2 (2020-10-09)
716

817
### New Features
@@ -23,9 +32,21 @@
2332
- Upgraded `azure-core-test` dependency to `1.5.0`
2433
- Upgraded `azure-identity` dependency to `1.1.3`
2534

35+
## 4.2.2 (2020-10-08)
36+
37+
### Dependency Updates
38+
- Upgraded `azure-core` dependency to `1.9.0`
39+
- Upgraded `azure-core-http-netty` dependency to `1.6.2`
40+
- Upgraded `azure-core-http-okhttp` dependency to `1.3.2`
41+
- Upgraded `azure-core-test` dependency to `1.5.0`
42+
- Upgraded `azure-identity` dependency to `1.1.3`
43+
2644
## 4.3.0-beta.1 (2020-09-11)
2745
- Updated versions for azure-core and azure-identity.
2846

47+
## 4.2.1 (2020-09-10)
48+
- Updated versions for azure-core and azure-identity.
49+
2950
## 4.2.0 (2020-08-12)
3051
- Added support for service version `7.1`.
3152
- Added `retryPolicy` setter in `SecretClientBuilder`.
@@ -34,14 +55,30 @@
3455
## 4.2.0-beta.4 (2020-07-08)
3556
- Updated versions for azure-core, azure-identity.
3657

58+
## 4.1.5 (2020-07-08)
59+
- Updated versions for azure-core and azure-identity.
60+
3761
## 4.2.0-beta.3 (2020-06-10)
3862
- Updated version for azure-core, azure-identity and external dependencies.
3963
- Fixed `ByteBuf` resource leak in `KeyVaultCredentialPolicy`.
4064

65+
## 4.1.4 (2020-06-10)
66+
- Updated version for azure-core, azure-identity and external dependencies.
67+
68+
## 4.1.3 (2020-05-06)
69+
- Update azure-core dependency to version 1.5.0.
70+
- Fixed `ByteBuff` resource leak in `KeyVaultCredentialPolicy`.
71+
4172
## 4.2.0-beta.2 (2020-04-09)
4273
- Update azure-core dependency to version 1.4.0.
4374
- Added `retryPolicy` setter in `SecretClientBuilder`
4475

76+
## 4.1.2 (2020-04-07)
77+
- Update azure-core dependency to version 1.4.0.
78+
79+
## 4.1.1 (2020-03-25)
80+
- Update azure-core dependency to version 1.3.0.
81+
4582
## 4.2.0-beta.1 (2020-03-10)
4683
### Added
4784
- Added `recoverableDays` property to `SecretProperties`.

0 commit comments

Comments
 (0)