File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## [ 1.0.3] - 2020-05-15
4+
5+ Update the SigV4 plugin to fix signature mismatch on Windows
6+
37## [ 1.0.2] - 2020-04-14
48
59Resolves issue #4 by removing the ` local-datacenter ` parameter from the ` application.conf ` file, and uses the region
Original file line number Diff line number Diff line change 1313 mvn package
1414 ```
1515
16- Once this is complete, you should have an ` target/aws-sigv4-auth-cassandra-java-driver-examples-1.0.0 .jar ` file.
16+ Once this is complete, you should have an ` target/aws-sigv4-auth-cassandra-java-driver-examples-1.0.3 .jar ` file.
1717
1818 ## EC2
1919
2626 ``` shell
2727 java -Djavax.net.ssl.trustStore=./cassandra_truststore.jks \
2828 -Djavax.net.ssl.trustStorePassword=amazon \
29- -jar aws-sigv4-auth-cassandra-java-driver-examples-1.0.0 .jar \
29+ -jar aws-sigv4-auth-cassandra-java-driver-examples-1.0.3 .jar \
3030 < region> < endpoint> < customer ID>
3131 ```
3232
3535 ``` shell
3636 java -Djavax.net.ssl.trustStore=./cassandra_truststore.jks \
3737 -Djavax.net.ssl.trustStorePassword=amazon \
38- -jar aws-sigv4-auth-cassandra-java-driver-examples-1.0.0 .jar \
38+ -jar aws-sigv4-auth-cassandra-java-driver-examples-1.0.3 .jar \
3939 us-east-2 cassandra.us-east-2.amazonaws.com 1234
4040 ```
4141
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >software.aws.mcs</groupId >
55 <artifactId >aws-sigv4-auth-cassandra-java-driver-examples</artifactId >
6- <version >1.0.2 </version >
6+ <version >1.0.3 </version >
77 <name >AWS SigV4 Auth Java Driver 4.x Examples</name >
88 <organization >
99 <name >Amazon Web Services</name >
4040 <dependency >
4141 <groupId >software.aws.mcs</groupId >
4242 <artifactId >aws-sigv4-auth-cassandra-java-driver-plugin</artifactId >
43- <version >4.0.2 </version >
43+ <version >4.0.3 </version >
4444 </dependency >
4545 <!-- Test Dependencies -->
4646 <dependency >
You can’t perform that action at this time.
0 commit comments