We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acbaa2d commit 377ace7Copy full SHA for 377ace7
CHANGELOG.md
@@ -4,6 +4,9 @@
4
5
### Minor Changes
6
* Move the `aws-encryption-sdk-java` repository from `awslabs` to `aws`.
7
+* Log a warning when an unsupported asymmetric algorithm is used with `JceMasterKey`
8
+* Make `JceMasterKey` case insensitive
9
+* Fix bare aliases not using default region
10
11
## 1.3.2
12
README.md
@@ -45,7 +45,7 @@ You can get the latest release from Maven:
45
<dependency>
46
<groupId>com.amazonaws</groupId>
47
<artifactId>aws-encryption-sdk-java</artifactId>
48
- <version>1.3.2</version>
+ <version>1.3.3</version>
49
</dependency>
50
```
51
0 commit comments